RSUSR_LOAD_FROM_ARCHIVE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report RSUSR_LOAD_FROM_ARCHIVE reloads archived user data into the database to include it in evaluations there (for example, in report RSUSR100N)...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RSUSR_LOAD_FROM_ARCHIVE 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 RSUSR_LOAD_FROM_ARCHIVE
Text Symbol: ARR = Archiving Session
Text Symbol: AUT = Authorization Data
Text Symbol: BGE = Could not schedule in background
Text Symbol: BGR = Execution started in the background
Text Symbol: CDP = Standard Change Documents
Text Symbol: EXC = Exception
Text Symbol: FUN = Function Module
Text Symbol: GRN = Already successfully reloaded
Text Symbol: GRY = Not yet reloaded
Text Symbol: INS = Error during write access to shadow table
Text Symbol: LGN = Logon Data
Text Symbol: PRO = Profile Data
Text Symbol: RED = Error during reload
Text Symbol: RES = Reset Tables
Text Symbol: USH = User History
Text Symbol: VOL = Total Data Volume of Selected Archive Files:
Text Symbol: YLW = Already reloaded more than once
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSUSR_LOAD_FROM_ARCHIVE - Program RSUSR_LOAD_FROM_ARCHIVE RSUSR_LOAD_FROM_ARCHIVE - Program RSUSR_LOAD_FROM_ARCHIVE RSUSR_GENERATE_KNAME - Generate Canonical Name RSUSR_GENERATE_KNAME - Generate Canonical Name RSUSR_DBMS_USERS_CHECK - DBMS-User: Inconsistency check RSUSR_DBMS_USERS_CHECK - DBMS-User: Inconsistency check