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
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.
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
INCLUDE: SRCUTTOP,
SRCUTVAR.
INCLUDE: SRCUTF01,
SRCUTF02,
SRCUTE01_ALV.
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_CLEANUP_USER_TABLES - Display and delete unneeded entries in user tables RSUSR_CLEANUP_USER_TABLES - Display and delete unneeded entries in user tables RSUSR_CHECK_ROLE_ASSIGNMENTS - Display Roles Assigned More Than Once RSUSR_CHECK_ROLE_ASSIGNMENTS - Display Roles Assigned More Than Once RSUSR_BAPI_TEST_DATA_IND - BAPI User Unit Tests: Generate Test Data (Independent) RSUSR_BAPI_TEST_DATA_IND - BAPI User Unit Tests: Generate Test Data (Independent)