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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IFTR_FC_REP2_ALV - IFTRFCREP2ALV IFTR_FC_REP1_SELSCREEN - Include IFTR_FC_SELSCREEN IFTR_FC_REP1_ALV - Include IFTR_FC_REP1_ALV IFTR_FC_ASGN_TRTM_IMP - Include IFTR_FC_ASGN_TRTM_IMP IFTR_FC_ASGN_TRTM_DEF - Include IFTR_FC_ASGN_TRTM_DEF IFTR_FCBASIC_SUBSCRMGRS_IMP - Include IFTR_FCBASIC_SUBSCRMGRS_IMP