SAP Reports / Programs

RSTEXTA9 SAP ABAP Report - Delete superfluous text table entries







RSTEXTA9 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 RSTEXTA9 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 RSTEXTA9. "Basic submit
SUBMIT RSTEXTA9 AND RETURN. "Return to original report after report execution complete
SUBMIT RSTEXTA9 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: TABNAME = Delete sText table
Selection Text: SPRACHE = Delete sLanguage
Selection Text: SORTDEV = Delete sHit list by development class
Selection Text: SORTANZ = Delete sHit list by number
Selection Text: PUSER = Delete sPerson resp. for dev. class
Selection Text: NURAKT = System: Only in current client
Selection Text: DEVCLASS = Delete sDevelopment class
Selection Text: AUF = Delete sSort by development class
Selection Text: ANWEN = Delete sSort by application
Title: Delete superfluous text table entries
Text Symbol: 032 = System:
Text Symbol: 031 = Date:
Text Symbol: 030 = Page:
Text Symbol: 025 = No tables found for selection criteria
Text Symbol: 024 = Number of checked table pairs :
Text Symbol: 023 = Language:
Text Symbol: 022 = Text tab. Short text Primary tab. Number
Text Symbol: 021 = Prim. tab. Short text Text tab. Number
Text Symbol: 020 = Number of text tables with superfluous entries:
Text Symbol: 019 = Number of primary tables with superfluous entries:
Text Symbol: 018 = Hit list - Text tables
Text Symbol: 017 = Hit list - Primary tables
Text Symbol: 016 = Superfluous entries in text tables :
Text Symbol: 015 = Superfluous entries in primary tables :
Text Symbol: 014 = Table Short text Number
Text Symbol: 013 = Development class:
Text Symbol: 012 = Responsible:
Text Symbol: 006 = clear.
Text Symbol: 005 = deleted, as well as the number of deleted entries.
Text Symbol: 004 = program. The following list shows the text tables from which entries were
Text Symbol: 003 = in the relevant primary table. These entries were deleted for each
Text Symbol: 002 = The following text tables have entries, for which there is no entry
Text Symbol: 001 = Delete superfluous text table entries


INCLUDES used within this REPORT RSTEXTA9

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:

DD_FORKEY_GET CALL FUNCTION 'DD_FORKEY_GET' EXPORTING TABNAME = TAB-TABNAME FELDNAME = TAB-FIELDNAME SPRACHE = SY-LANGU TABLES FORKEYTAB = FORKEYTAB EXCEPTIONS NOT_EQUAL = 1 "versch. Tabellen



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