FTR_FAC_REP_I02 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter FTR_FAC_REP_I02 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Include FTR_FAC_REP_I02
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LVC_VARIANT_DEFAULT_GET CALL FUNCTION 'LVC_VARIANT_DEFAULT_GET' EXPORTING i_save = 'A' CHANGING cs_variant = gs_def_layout EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.
LVC_VARIANT_F4 CALL FUNCTION 'LVC_VARIANT_F4' EXPORTING is_variant = gs_x_layout * IT_DEFAULT_FIELDCAT = i_save = gd_x_save IMPORTING e_exit = gd_exit es_variant = gs_spec_layout EXCEPTIONS not_found = 1 program_error = 2 OTHERS = 3 .
FTI_LDB_F4NUMBR_REF_SYDAT CALL FUNCTION 'FTI_LDB_F4NUMBR_REF_SYDAT' IMPORTING e_numbr = p_numbr * E_QTEXT = .
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING * I_S_LOG_FILTER = * I_T_LOG_CONTEXT_FILTER = * I_S_MSG_FILTER = * I_T_MSG_CONTEXT_FILTER = i_t_log_handle = gt_log_handle * I_T_MSG_HANDLE = * i_s_display_profile = EXCEPTIONS OTHERS = 1.
FTR_DISPATCH CALL FUNCTION 'FTR_DISPATCH' EXPORTING i_bukrs = gs_fac_output02-bukrs i_rfha = gs_fac_output02-rfha i_functionclass = 'DISPLAY' i_call = 'X' i_no_popup_for_function = 'X' EXCEPTIONS OTHERS = 0.
FTR_DISPATCH CALL FUNCTION 'FTR_DISPATCH' EXPORTING i_bukrs = gs_fac_output02-drawing_bukrs i_rfha = gs_fac_output02-drawing_rfha i_functionclass = 'DISPLAY' i_call = 'X' i_no_popup_for_function = 'X' EXCEPTIONS OTHERS = 0.
FTR_PARTNER_DISPLAY CALL FUNCTION 'FTR_PARTNER_DISPLAY' EXPORTING pi_partner_id = gs_fac_output02-kontrh * PI_PARTNER_ROLE = * PI_COMPANYCODE = EXCEPTIONS partner_not_found = 0 OTHERS = 0.
TB_TRANSACTION_MAINTAIN CALL FUNCTION 'TB_TRANSACTION_MAINTAIN' EXPORTING i_flg_disp = 'X' i_transaction = gs_fhapo i_xbewart = gs_fac_output02-xbewart.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.