SAP Reports / Programs

RSUSR_CLEANUP_USER_TABLES SAP ABAP Report - Display and delete unneeded entries in user tables







RSUSR_CLEANUP_USER_TABLES is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for ..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_CLEANUP_USER_TABLES 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_CLEANUP_USER_TABLES. "Basic submit
SUBMIT RSUSR_CLEANUP_USER_TABLES AND RETURN. "Return to original report after report execution complete
SUBMIT RSUSR_CLEANUP_USER_TABLES VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: SC_USER = User Name
Selection Text: SC_TEST = Test Mode
Selection Text: SC_OPT = Display Affected Tables Only
Selection Text: SC_CUA = Include CUA Tables
Selection Text: SC_ASSGN = Check System Assignments
Title: Display and delete unneeded entries in user tables
Text Symbol: S03 = Checked by:
Text Symbol: S02 = Client:
Text Symbol: S01 = System:
Text Symbol: 120 = Inconsistent Data Deleted
Text Symbol: 117 = were deleted
Text Symbol: 116 = was deleted
Text Symbol: 115 = Affected Users
Text Symbol: 114 = Affected User
Text Symbol: 113 = Entry for
Text Symbol: 112 = Nonexistent Users
Text Symbol: 111 = Entries for
Text Symbol: 110 = Overview:
Text Symbol: 109 = Detail View:
Text Symbol: 108 = Rows Selected
Text Symbol: 107 = no other functions are possible.
Text Symbol: 106 = In Display Mode
Text Symbol: 105 = Function is not Implemented
Text Symbol: 104 = No User Selected
Text Symbol: 064 = Check System Assignments
Text Symbol: 063 = Display Affected Tables Only:
Text Symbol: 062 = User Name:
Text Symbol: 061 = CUA Tables:
Text Symbol: 060 = Test Mode:
Text Symbol: 050 = Selection Criteria:
Text Symbol: 042 = Line Content
Text Symbol: 041 = Table Key
Text Symbol: 040 = Table Name
Text Symbol: 035 = Display Contents
Text Symbol: 034 = Prepare Content for Selected Cell
Text Symbol: 033 = Prepare Content for Selected Cells
Text Symbol: 032 = Display List
Text Symbol: 031 = Data Formatting





Text Symbol: 030 = Check Table
Text Symbol: 010 = User Name
Text Symbol: 001 = Table Contents for Nonexistent Users


INCLUDES used within this REPORT RSUSR_CLEANUP_USER_TABLES

INCLUDE: SRCUTTOP,
SRCUTVAR.
INCLUDE: SRCUTF01,
SRCUTF02,
SRCUTE01_ALV.


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_CLEANUP_USER_TABLES or its description.