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

IFTR_FC_REP2_ALV SAP ABAP INCLUDE - IFTRFCREP2ALV







IFTR_FC_REP2_ALV 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 IFTR_FC_REP2_ALV 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 IFTR_FC_REP2_ALV. "Basic submit
SUBMIT IFTR_FC_REP2_ALV AND RETURN. "Return to original report after report execution complete
SUBMIT IFTR_FC_REP2_ALV VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT IFTR_FC_REP2_ALV

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:

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_internal_tabname = 'VTG_FC_REP1' i_structure_name = 'VTG_FC_REP1' CHANGING ct_fieldcat = l_tab_fieldcat_alv[].

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_internal_tabname = 'VTG_FC_REP2' i_structure_name = 'VTG_FC_REP2' CHANGING ct_fieldcat = l_tab_fieldcat_alv[].

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = pc_tab_event.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = rep2_varsaveoption CHANGING cs_variant = pc_variant EXCEPTIONS not_found = 2.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = l_variant i_save = rep2_varsaveoption IMPORTING e_exit = l_exit es_variant = l_variant EXCEPTIONS not_found = 2.

FTR_FC_REP2_SELECT * CALL FUNCTION 'FTR_FC_REP2_SELECT' * EXPORTING * pi_so_fc = l_so_fc * pi_so_fee = l_so_fee * pi_flg_progress_ind_suppress = xfalse * IMPORTING * pe_tab_fc_rep = l_tab_fc_db * pe_tab_fc_fee = l_tab_fee_db * EXCEPTIONS * invalid_selection = 1 * OTHERS = 2.

FTR_FC_REP2_PREPARE * CALL FUNCTION 'FTR_FC_REP2_PREPARE' * EXPORTING * pi_tab_fc = l_tab_fc_db * pi_tab_fc_fee = l_tab_fee_db * IMPORTING * pe_tab_fc = pc_tab_fc * pe_tab_fc_fee = pc_tab_fee * EXCEPTIONS * failed = 1 * OTHERS = 2.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = pu_repid is_layout = pc_layout it_fieldcat = pc_tab_fieldcat it_special_groups = pc_tab_group it_sort = pc_tab_sort i_default = xtrue i_save = rep2_varsaveoption is_variant = pc_variant it_events = pc_tab_event i_tabname_header = 'VTG_FC_REP1' i_tabname_item = 'VTG_FC_REP2' is_keyinfo = pu_keyinfo IMPORTING e_exit_caused_by_caller = pc_exit TABLES t_outtab_header = pc_tab_fc t_outtab_item = pc_tab_fee.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = l_tab_line.



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 IFTR_FC_REP2_ALV or its description.