RSAUTMPLODS 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 RSAUTMPLODS 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: Template for handling data in the update simulation
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_PROGRAM_NAME = 'ZJHODS' I_INTERNAL_TABNAME = 'l_t_test' * i_structure_name = '\l_s_meta_obj\' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = CHANGING CT_FIELDCAT = L_T_FIELDCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' I_CALLBACK_PROGRAM = I_CALLBACK_PROGRAM I_CALLBACK_PF_STATUS_SET = 'ODS_PF_STATUS_SET' I_CALLBACK_USER_COMMAND = 'ODS_USER_COMMAND' * i_structure_name = '\l_s_meta_obj\' IS_LAYOUT = L_S_LAYOUT IT_FIELDCAT = L_T_FIELDCAT * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * I_SAVE = ' ' * IS_VARIANT = ' ' * IT_EVENTS = * IT_EVENT_EXIT = * IS_PRINT = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES T_OUTTAB = G_T_TABLE EXCEPTIONS PROGRAM_ERROR = 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.
RSAUTMPLODS - Template for handling data in the update simulation RSAUTH_START_ROLES - Web Dynpro Applications in Roles RSAUTH_START_ROLES - Web Dynpro Applications in Roles RSAUTH_ADD_AGR_TCODES_FOR_APPL - Report RSAUTH_ADD_AGR_TCODES_FOR_APPL RSAUTH_ADD_AGR_TCODES_FOR_APPL - Report RSAUTH_ADD_AGR_TCODES_FOR_APPL RSAUTHXPRA - Synchronize Authorization Tables for all Clients