IFTR_FC_REP1_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_REP1_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.
Title: Include IFTR_FC_REP1_ALV
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_structure_name = 'VTG_FC_REP1' 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 = rep1_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 = rep1_varsaveoption IMPORTING e_exit = l_exit es_variant = l_variant EXCEPTIONS not_found = 2.
FTR_FC_REP1_SELECT * CALL FUNCTION 'FTR_FC_REP1_SELECT' * EXPORTING * pi_so = l_so * pi_flg_progress_ind_suppress = xfalse * pi_dstich = p_dstich * IMPORTING * pe_tab_fc_rep = l_tab_rep_db * EXCEPTIONS * invalid_selection = 1 * OTHERS = 2.
FTR_FC_REP1_PREPARE * CALL FUNCTION 'FTR_FC_REP1_PREPARE' * EXPORTING * pi_tab_fc_rep = l_tab_rep_db * IMPORTING * pe_tab_fc_rep = pc_tab_rep * EXCEPTIONS * failed = 1 * OTHERS = 2.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = pu_repid i_background_id = ' ' is_layout = pc_layout it_fieldcat = pc_tab_fieldcat i_default = 'X' i_save = rep1_varsaveoption is_variant = pc_variant it_events = pc_tab_event it_special_groups = pc_tab_group it_sort = pc_tab_sort * i_grid_title = sy-title * IT_EXCLUDING = * IT_FILTER = * IS_SEL_HIDE = * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = IMPORTING es_exit_caused_by_user = pc_exit TABLES t_outtab = pc_tab_rep.
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_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 IFTR_FCBASIC_SUBSCRMGRS_DEF - Include IFTR_FCBASIC_SUBSCRMGRS_DEF IFTR_CREDIT_SUBSCRMGRS_IMP - Include IFTR_CREDIT_SUBSCRMGRS_IMP