RSSU22CLEAN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Clean up of SU22 check indicators and authorization default values Report RSSU22CLEAN cleans up inconsistencies of check indicators and authorization default values (SU22 data, SAP default values) in the tables 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 RSSU22CLEAN 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: Clean Up SU22 Check Indicators and Authorization Default Values
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_E_USOBX *CALL FUNCTION 'ENQUEUE_E_USOBX' * EXPORTING * mode_usobx = 'E' * name = 'banane' * type = 'tr' * object = 'egal' * x_name = '' * x_type = '' * x_object = '' * _scope = '1' * _wait = ' ' * _collect = ' ' * EXCEPTIONS * foreign_lock = 1 * system_failure = 2 * OTHERS = 3.
DEQUEUE_E_USOBX * CALL FUNCTION 'DEQUEUE_E_USOBX' * EXPORTING * mode_usobx = 'E' * name = 'dummy' * type = 'tr' * object = 'egal' * x_name = '' * x_type = '' * x_object = '' * _scope = '3' * _synchron = ' ' * _collect = ' '.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSSU22CLEAN - Clean Up SU22 Check Indicators and Authorization Default Values RSSU22CLEAN - Clean Up SU22 Check Indicators and Authorization Default Values RSSTRUC1 - Execute InfoCube aggregation RSSTRUC1 - Execute InfoCube aggregation RSSTORPA - Saving the DB Memory Parameters for All Shadow Tables RSSTORPA - Saving the DB Memory Parameters for All Shadow Tables