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

IFTR_FC_REP1_ALV SAP ABAP INCLUDE - Include IFTR_FC_REP1_ALV







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


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_REP1_ALV. "Basic submit
SUBMIT IFTR_FC_REP1_ALV AND RETURN. "Return to original report after report execution complete
SUBMIT IFTR_FC_REP1_ALV 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 IFTR_FC_REP1_ALV


INCLUDES used within this REPORT IFTR_FC_REP1_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_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.



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