SAP Reports / Programs

RS_D021T_CLEAN SAP ABAP Report - D021T entries for non-existent screens







RS_D021T_CLEAN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Generic specifications ('*' at the end of the string) are allowed...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 RS_D021T_CLEAN 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 RS_D021T_CLEAN. "Basic submit
SUBMIT RS_D021T_CLEAN AND RETURN. "Return to original report after report execution complete
SUBMIT RS_D021T_CLEAN 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: PROGNAM = Program
Selection Text: DYNPRO = Screen
Selection Text: CHECK = Overview only. No deletion
Title: D021T entries for non-existent screens
Text Symbol: 022 = Failure log
Text Symbol: 030 = D021T contains no entries for non-existent screens
Text Symbol: 040 = B r i e f o v e r v i e w
Text Symbol: 050 = S u m m a r y
Text Symbol: 070 = Selection criterion:
Text Symbol: 073 = Program
Text Symbol: 021 = Success log
Text Symbol: 001 = D021T entries for non-existant screens
Text Symbol: 015 = Screens searched with entries in D020T:
Text Symbol: 016 = - Of the above, do not exist:
Text Symbol: 017 = Number of D020T entries for non-existent screens
Text Symbol: 019 = Deleted D020T entries for non-existent screens
Text Symbol: 020 = O v e r v i e w
Text Symbol: 074 = Screen
Text Symbol: 202 = Program
Text Symbol: 205 = Extent of repair (only check entries, or delete)
Text Symbol: 199 = Selection conditions for screens
Text Symbol: 080 = Program
Text Symbol: 081 = Scr.
Text Symbol: 082 = Orig
Text Symbol: 100 = Page:
Text Symbol: 101 = Date :
Text Symbol: 102 = System:


INCLUDES used within this REPORT RS_D021T_CLEAN

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:

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