RTPM_TRCO_CTY_01 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 RTPM_TRCO_CTY_01 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: Commodities: Output
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_GRID_DISPLAY ** CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' ** EXPORTING ** i_callback_program = 'RTPM_TRCO_CTY_OVERVIEW' ** i_callback_pf_status_set = 'STATUS' ** i_callback_user_command = 'USER_COMMAND' ** i_structure_name = 'TRCOS_CTY_MASTER_DATA' ** i_grid_title = text-t01 ** is_layout = gs_layout ** it_fieldcat = gt_fieldcat[] *** it_sort = lt_sort[] ** it_events = gt_event ** TABLES ** t_outtab = gt_outtab[] ** EXCEPTIONS ** program_error = 1 ** OTHERS = 2 .
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'TRCOS_CTY_QUOTE' i_bypassing_buffer = 'X' CHANGING ct_fieldcat = g_tab_fieldcat.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid * I_CALLBACK_TOP_OF_PAGE = G_CON_TOP_FLOW_PROT * I_CALLBACK_PF_STATUS_SET = 'status' * I_CALLBACK_USER_COMMAND = G_CON_USER_FLOW_PROT i_structure_name = 'TRCOS_CTY_QUOTE' i_grid_title = title is_layout = g_str_layout it_fieldcat = g_tab_fieldcat TABLES t_outtab = lt_quot_outtab.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'TRCOS_CTY_EXCHNG' i_bypassing_buffer = 'X' CHANGING ct_fieldcat = g_tab_fieldcat.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid * I_CALLBACK_TOP_OF_PAGE = G_CON_TOP_FLOW_PROT * I_CALLBACK_PF_STATUS_SET = 'status' * I_CALLBACK_USER_COMMAND = G_CON_USER_FLOW_PROT i_structure_name = 'TRCOS_CTY_EXCHNG' * i_grid_title = text-t02 i_grid_title = title is_layout = g_str_layout it_fieldcat = g_tab_fieldcat TABLES t_outtab = lt_xchgtab.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RTPM_TRCO_CTY_01 - Commodities: Output RTPM_TRCO_CCURVE_OVERVIEW_TOP - Include RTPM_TRCO_CCURVE_OVERVIEW_TOP RTPM_TRCO_CCURVE_OVERVIEW - Overview Commodity Curves RTPM_TRCO_CCURVE_OVERVIEW - Overview Commodity Curves RTPM_TRAT_TRANSFER_REVERSAL - Reverse Account Assignment Reference Transfer RTPM_TRAT_TRANSFER_REVERSAL - Reverse Account Assignment Reference Transfer