SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Screen Painter(BC-DWB-TOO-SCR) SAP BC

RS_D021T_CLEAN_NON_ORIG_LANGU SAP ABAP Report - Report RS_D021T_CLEAN_NON_ORIG_LANGU







RS_D021T_CLEAN_NON_ORIG_LANGU 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 RS_D021T_CLEAN_NON_ORIG_LANGU 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_NON_ORIG_LANGU. "Basic submit
SUBMIT RS_D021T_CLEAN_NON_ORIG_LANGU AND RETURN. "Return to original report after report execution complete
SUBMIT RS_D021T_CLEAN_NON_ORIG_LANGU 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: UNFORCED = No deletion, if no originals
Selection Text: PROGNAM = Program
Selection Text: DYNPRO = Screen
Selection Text: CHECK = Overview only. No Deletion
Selection Text: ADJUST = Adjust from source before Del
Title: Report RS_D021T_CLEAN_NON_ORIG_LANGU
Text Symbol: 207 = (IMPORT/EXPORT DYNPRO before Delete)
Text Symbol: 206 = (Only Check without Delete; or Delete)
Text Symbol: 205 = Extent of repair
Text Symbol: 202 = Program
Text Symbol: 199 = Selection conditions for screens
Text Symbol: 102 = System:
Text Symbol: 101 = Date :
Text Symbol: 100 = Page:
Text Symbol: 082 = Orig
Text Symbol: 081 = Dynp
Text Symbol: 080 = Program
Text Symbol: 074 = Screen
Text Symbol: 073 = Program
Text Symbol: 070 = Selection criterion:
Text Symbol: 050 = S u m m a r y
Text Symbol: 040 = B r i e f o v e r v i e w
Text Symbol: 030 = D021T contains no superfluous non-original entries
Text Symbol: 022 = Failure log
Text Symbol: 021 = Success log
Text Symbol: 020 = O v e r v i e w
Text Symbol: 019 = Deleted D021T entries for superfluous non-original texts
Text Symbol: 017 = Number of superfluous non-original D021T entries:
Text Symbol: 016 = - Of the above, with superfluous non-original texts:
Text Symbol: 015 = Screens searched:
Text Symbol: 001 = Non-original entries in D021T without corresponding original ones


INCLUDES used within this REPORT RS_D021T_CLEAN_NON_ORIG_LANGU

INCLUDE MSEUSDAT.


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:

SCP_ALLOWED_LANGUAGES CALL FUNCTION 'SCP_ALLOWED_LANGUAGES' IMPORTING languages = allowed_languages.



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