SAP Reports / Programs

RSUSR_LOAD_FROM_ARCHIVE SAP ABAP Report - Program RSUSR_LOAD_FROM_ARCHIVE







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RSUSR_LOAD_FROM_ARCHIVE. "Basic submit
SUBMIT RSUSR_LOAD_FROM_ARCHIVE AND RETURN. "Return to original report after report execution complete
SUBMIT RSUSR_LOAD_FROM_ARCHIVE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RSUSR_LOAD_FROM_ARCHIVE

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RSUSR_LOAD_FROM_ARCHIVE or its description.