RSINITGUM 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 RSINITGUM 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: GUM: Delete GUM Data and Transfer CUA Data Again
Text Symbol: 001 = System
Text Symbol: 002 = Client
Text Symbol: 003 = Start Program
Text Symbol: 100 = Important System Information
Text Symbol: ASS = Assignments
Text Symbol: CRO = Comp. Role
Text Symbol: GUM = (GUM)
Text Symbol: ROL = Role
Text Symbol: S01 = The report deletes all GUM data and transfers the CUA data to the GUM again.
Text Symbol: S02 = Use the test mode and double-click navigation to analyze the data.
Text Symbol: TMD = Test Mode
Text Symbol: TST = Syst.Type
Text Symbol: TSY = System
Text Symbol: TUG = User Group
Text Symbol: TUS = User
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING language = sy-langu popup_title = 'Important System Information'(100)"#EC TEXT_DIFF text_object = info_msg EXCEPTIONS text_not_found = 1 OTHERS = 2.
SUSR_ZBV_BASE_AUTH_CHECK * call function 'SUSR_ZBV_BASE_AUTH_CHECK' * exporting * activity = '78' "c_act_assign ** SUBSYSTEM = * exceptions * not_authorized = 1 * parameter_error = 2 * others = 3.
SUSR_UM_AUTHORITY * call function 'SUSR_UM_AUTHORITY' * exporting * action = 'MIGRATE' * exceptions * not_authorized = 1 * others = 2.
SUSR_UM_USERS_MIGRATE * call function 'SUSR_UM_USERS_MIGRATE'.
SUSR_UM_AGR_MIGRATE * call function 'SUSR_UM_AGR_MIGRATE'.
RS_TOOL_ACCESS * call function 'RS_TOOL_ACCESS' * exporting * operation = 'TAB_CONT' * object_name = objname * object_type = 'TABL'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSINITGUM - GUM: Delete GUM Data and Transfer CUA Data Again RSINITGUM - GUM: Delete GUM Data and Transfer CUA Data Again RSINF_DBSPACE_EXT - Informix: Dbspace extension: Chunk adding (interaction with sapdba) RSINF_DBSPACE_EXT - Informix: Dbspace extension: Chunk adding (interaction with sapdba) RSINF_COLLECT_HOURLY - >=4.6A: Starting Check Tool with Option '-al HOURLY ...' RSINF_COLLECT_HOURLY - >=4.6A: Starting Check Tool with Option '-al HOURLY ...'