RSEC_RUN_MIGRATION_BATCH is a standard Executable ABAP Report 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 RSEC_RUN_MIGRATION_BATCH 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: Program RSEC_RUN_MIGRATION_BATCH
Text Symbol: 101 = Migration of BW Analysis Authorization Using Graphical Configuration
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSEC_RUN_MIGRATION CALL FUNCTION 'RSEC_RUN_MIGRATION' EXPORTING i_t_users = l_t_unames i_users = l_users i_t_authobjects = l_t_odyn i_method = l_method i_s_affected_chars = l_aff_ch i_appl_log_title = 'Migration BI-Analyseberechtigung über grafische Konfiguration'(101) i_display_log = rs_c_false i_interactive = rs_c_false i_insert_aggr = l_insagr EXCEPTIONS migration_failed = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSEC_RUN_MIGRATION_BATCH - Program RSEC_RUN_MIGRATION_BATCH RSEC_RUN_MIGRATION_BATCH - Program RSEC_RUN_MIGRATION_BATCH RSEC_PROTOCOL_MAIN_STATUS_0O01 - Include RSEC_PROTOCOL_MAIN_STATUS_0O01 RSEC_PROTOCOL_MAIN_MODIFY_II01 - Include RSEC_PROTOCOL_MAIN_MODIFY_II01 RSEC_PROTOCOL_MAIN - Program RSEC_PROTOCOL_MAIN RSEC_PROTOCOL_MAIN - Program RSEC_PROTOCOL_MAIN