SAP Reports / Programs

RSSU22REPAIR SAP ABAP Report - Program RSSU22REPAIR







RSSU22REPAIR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for RSSU22REPAIR This report cleans up inconsistencies of check indicators and authorization default values (SU22 data, SAP default values) in the ta bles USOBX and USOBT...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 RSSU22REPAIR 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 RSSU22REPAIR. "Basic submit
SUBMIT RSSU22REPAIR AND RETURN. "Return to original report after report execution complete
SUBMIT RSSU22REPAIR 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: P_VERB3 = Display All (Debug)
Selection Text: P_VERB2 = Display Database Changes
Selection Text: P_VERB1 = Only Display Error Messages
Selection Text: P_VERB0 = No Display
Selection Text: P_REPAIR = Repair Database Tables
Selection Text: P_NOREP = Display Only Log
Selection Text: P_NOMSG = Suppress System Messages
Title: Program RSSU22REPAIR
Text Symbol: 130 = Deletions in Table USOBX:
Text Symbol: 131 = Changes in Table USOBX:
Text Symbol: 132 = Deletions in Table USOBT:
Text Symbol: 133 = Changes in Table USOBT:
Text Symbol: 134 = (No Corresponding Entry in TOBJ and Unmaintained)
Text Symbol: 135 = (No Corresponding Entry in TOBJ)
Text Symbol: 136 = (LOW = INITIAL, = USOBT-NAME or = '*' .)
Text Symbol: 137 = Following Entries in USOBX Will Be Set to Check:
Text Symbol: 138 = (Object = S_TCODE and No Entry in USOBT)
Text Symbol: 139 = The associated USOBX Entry is set to Check.
Text Symbol: 150 = Info:
Text Symbol: 151 = From
Text Symbol: 152 = Data Records in Table
Text Symbol: 153 = deleted
Text Symbol: 154 = Error: Only
Text Symbol: 155 = Data Records
Text Symbol: 156 = in Table
Text Symbol: 157 = Could Be Deleted
Text Symbol: 158 = changed/inserted
Text Symbol: 159 = changed/inserted
Text Symbol: 160 = Error? Object
Text Symbol: 161 = Does Not Have an Entry in the TOBJ Table
Text Symbol: 129 = Changes in Table TSTC_SM:
Text Symbol: 001 = Choose a Mode:
Text Symbol: 002 = How Detailed Should Log Output Be?
Text Symbol: 101 = Clean Up Table TADIR:
Text Symbol: 102 = R3TR SUST Entries Will Be Deleted:
Text Symbol: 103 = Clean Up Table TSTC_SM
Text Symbol: 104 = OKFLAG Will Be Set to X for Following Entries:
Text Symbol: 105 = New Clean Up of TSTC_SM:





Text Symbol: 106 = Following Entries from TSTC Will Be Inserted in TSTC_SM:
Text Symbol: 107 = Following Entries Will Be Deleted from TSTC_SM:
Text Symbol: 108 = (No Corresponding Entry in TSTC or Only in Area Menu)
Text Symbol: 109 = New Clean Up of USOBX:
Text Symbol: 110 = Following Entries from TSTC Will Be Inserted in USOBX:
Text Symbol: 111 = Following Entries Will Be Deleted from USOBX:
Text Symbol: 112 = (No Corresponding Entry in TSTC_SM)
Text Symbol: 113 = Following Entries Will Be Deleted from USOBT:
Text Symbol: 114 = (No Corresponding Entry in USOBX)
Text Symbol: 115 = Following Entries in USOBT Will Be Modified:
Text Symbol: 116 = (Auth. Default Values for Org. Level Fields Will Be Filled with Variables)
Text Symbol: 117 = Following Entries Will Be Inserted in USOBT:
Text Symbol: 118 = Check USOBX for New Authorization Objects for Transactions Already Maintained:
Text Symbol: 119 = OKFLAG Will Be Set to Check for Following Entries:
Text Symbol: 120 = Following Entries in USOBX May Be Automatically Corrected:
Text Symbol: 121 = Following Entries in USOBX Should Be Checked
Text Symbol: 122 = They Will Therefore Be Set to UNMAINTAINED:
Text Symbol: 123 = Following Entries in TSTC_SM Still Have at Least One Unmaintained
Text Symbol: 124 = Check Indicator In USOBX
Text Symbol: 125 = (OKFLAG Will Be Set to UNMAINTAINED)
Text Symbol: 126 = Following Changes Will Be Performed on Database:
Text Symbol: 127 = Deletions in Table TADIR:
Text Symbol: 128 = Deletions in Table TSTC_SM:


INCLUDES used within this REPORT RSSU22REPAIR

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:

SUSP_SU22_PRFKZ_CD_WRITE call function 'SUSP_SU22_PRFKZ_CD_WRITE' exporting tcode = sy-tcode tables usobx_old = i_usobx_old usobx_new = i_usobx_db exceptions others = 0.



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