SAP Reports / Programs | Financials | Financial Supply Chain Management | Transaction Management(FIN-FSCM-TRM-TM-TR) SAP FIN

FTR_FAC_REP_I02 SAP ABAP INCLUDE - Include FTR_FAC_REP_I02







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT FTR_FAC_REP_I02. "Basic submit
SUBMIT FTR_FAC_REP_I02 AND RETURN. "Return to original report after report execution complete
SUBMIT FTR_FAC_REP_I02 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include FTR_FAC_REP_I02


INCLUDES used within this REPORT FTR_FAC_REP_I02

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name FTR_FAC_REP_I02 or its description.