SAP Reports / Programs | Basis Components | Basis Components | System Administration Assistant(BC-RRR-SAA) SAP BC

RSSAA_CLEANUP_01 SAP ABAP Report - Cleanup of System Dependencies for Documentation







RSSAA_CLEANUP_01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RSSAA_CLEANUP_01 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 RSSAA_CLEANUP_01. "Basic submit
SUBMIT RSSAA_CLEANUP_01 AND RETURN. "Return to original report after report execution complete
SUBMIT RSSAA_CLEANUP_01 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: L1 = Cleanup of SAACONT
Selection Text: L2 = Cleanup of IWREFERENC
Selection Text: L3 = Cleanup SAACONT + IWREFERENC
Selection Text: TEST = Test run
Title: Cleanup of System Dependencies for Documentation
Text Symbol: E02 = Error when creating transport request
Text Symbol: E03 = Request must be of type Development/Correction or Repair
Text Symbol: E01 = Report can only be executed in dialog
Text Symbol: 001 = Cleanup of table SAACONT
Text Symbol: 002 = Modify entry
Text Symbol: 003 = Cleanup of table IWREFERENC
Text Symbol: 004 = Deleting entry
Text Symbol: 010 = Entries modified
Text Symbol: 011 = Entries deleted
Text Symbol: 012 = Entries in IWREFERENC


INCLUDES used within this REPORT RSSAA_CLEANUP_01

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:

TR_REQUEST_CHOICE CALL FUNCTION 'TR_REQUEST_CHOICE' EXPORTING IV_START_COLUMN = 3 IV_START_ROW = 7 IV_WITH_ERROR_LOG = 'X' IMPORTING ES_REQUEST = TR_REQUEST EXCEPTIONS INVALID_REQUEST = 1 INVALID_REQUEST_TYPE = 2 USER_NOT_OWNER = 3 NO_OBJECTS_APPENDED = 4 ENQUEUE_ERROR = 5 CANCELLED_BY_USER = 6 RECURSIVE_CALL = 7 OTHERS = 8.

SAA_FIND_CORR CALL FUNCTION 'SAA_FIND_CORR' EXPORTING IV_TR_ORDER = TR_ORDER IMPORTING EV_CORR = TR_CORR EV_REP = TR_REP EXCEPTIONS NO_ORDER_FOUND = 1 OTHERS = 2.

TR_APPEND_TO_COMM_OBJS_KEYS CALL FUNCTION 'TR_APPEND_TO_COMM_OBJS_KEYS' EXPORTING WI_TRKORR = TR_TASK TABLES WT_E071 = TR_OBJ WT_E071K = TR_KEY EXCEPTIONS OTHERS = 99.

TR_APPEND_TO_COMM_OBJS_KEYS CALL FUNCTION 'TR_APPEND_TO_COMM_OBJS_KEYS' EXPORTING WI_TRKORR = TR_TASK TABLES WT_E071 = TR_OBJ WT_E071K = TR_KEY EXCEPTIONS OTHERS = 99.



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