ITRIA_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 ITRIA_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.
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 = g_structure_name CHANGING ct_fieldcat = pc_tab_fieldcat[].
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = pc_tab_event.
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 = pu_var_save 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_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 = pu_var_save 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_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 = pu_var_save 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.
INTERESTRATE_ADJUSTMENT_START CALL FUNCTION 'INTERESTRATE_ADJUSTMENT_START' EXPORTING im_mode = l_open_mode im_dialog = cl_tria_appl=>xfalse im_companycode = l_cfowner-bukrs im_dealnumber = l_cfowner-rfha EXCEPTIONS failed = 1 OTHERS = 2.
TPM_TRCO_COMMODITY_MAINTAIN CALL FUNCTION 'TPM_TRCO_COMMODITY_MAINTAIN' EXPORTING im_navigate = l_wa_comm EXCEPTIONS failed = 1 OTHERS = 2.
FTR_DISPATCH CALL FUNCTION 'FTR_DISPATCH' EXPORTING i_bukrs = l_wa_rep_trcpa-bukrs i_rfha = l_wa_rep_trcpa-rfha i_functionclass = 'DISPLAY' EXCEPTIONS not_found = 1 function_not_supported = 2 OTHERS = 3.
INTERESTRATE_ADJUSTMENT_START CALL FUNCTION 'INTERESTRATE_ADJUSTMENT_START' EXPORTING im_mode = l_open_mode im_dialog = cl_tria_appl=>xfalse im_companycode = l_wa_rep_trcpa-bukrs im_dealnumber = l_wa_rep_trcpa-rfha EXCEPTIONS failed = 1 OTHERS = 2.
FTR_DISPATCH CALL FUNCTION 'FTR_DISPATCH' EXPORTING i_bukrs = l_wa_rep_trspa-bukrs i_rfha = l_wa_rep_trspa-rfha i_functionclass = 'DISPLAY' EXCEPTIONS not_found = 1 function_not_supported = 2 OTHERS = 3.
INTERESTRATE_ADJUSTMENT_START CALL FUNCTION 'INTERESTRATE_ADJUSTMENT_START' EXPORTING im_mode = l_open_mode im_dialog = cl_tria_appl=>xfalse im_companycode = l_wa_rep_trspa-bukrs im_dealnumber = l_wa_rep_trspa-rfha EXCEPTIONS failed = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.