SAP Reports / Programs

RSTXTC3 SAP ABAP Report - Find standard texts (R3.1H)







RSTXTC3 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 RSTXTC3 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 RSTXTC3. "Basic submit
SUBMIT RSTXTC3 AND RETURN. "Return to original report after report execution complete
SUBMIT RSTXTC3 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: TITLE = Short Title
Selection Text: TEXTNAME = Text
Selection Text: SPRAS = Language
Selection Text: SNGL_SEL = Simple Selection
Selection Text: RESTRICT = Maximum No. of Hits
Selection Text: OBJECT = Object
Selection Text: MACODE2 = Short Title 2
Selection Text: MACODE1 = Short Title 1
Selection Text: LUSER = Changed by
Selection Text: LRELES = Last Changed in Release
Selection Text: LDATE = Changed on
Selection Text: ID = Text ID
Selection Text: FUSER = Created by
Selection Text: FRELES = Created in Release
Selection Text: FDATE = Created on
Title: Find standard texts (R3.1H)
Text Symbol: S02 = Advanced Selection Criteria
Text Symbol: S01 = Database selections for standard texts
Text Symbol: 011 = Selected text module &1 not found
Text Symbol: 010 = No texts available for the specified selections
Text Symbol: 008 = Conts.
Text Symbol: 007 = Sht text 2
Text Symbol: 006 = Sht text 1
Text Symbol: 005 = Sht title
Text Symbol: 004 = Last changed by
Text Symbol: 003 = Created on
Text Symbol: 002 = Lan
Text Symbol: 001 = ID
Text Symbol: 000 = Stand. Text


INCLUDES used within this REPORT RSTXTC3

INCLUDE RSTXDATA.


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:

RS_SET_SELSCREEN_STATUS call function 'RS_SET_SELSCREEN_STATUS' exporting p_status = 'RSTXTCAT' p_program = mrepid tables p_exclude = excludes.

CHECK_TEXT_AUTHORITY call function 'CHECK_TEXT_AUTHORITY' exporting object = selections-tdobject name = selections-tdname id = selections-tdid language = selections-tdspras activity = 'SHOW' exceptions others = 4.

CHECK_TEXT_AUTHORITY call function 'CHECK_TEXT_AUTHORITY' exporting object = selections-tdobject name = selections-tdname id = selections-tdid language = selections-tdspras activity = 'SHOW' exceptions others = 4.

READ_TEXT call function 'READ_TEXT' exporting object = selections-tdobject name = selections-tdname id = selections-tdid language = selections-tdspras importing header = thead tables lines = lines exceptions others = 1.

SAPSCRIPT_MESSAGE call function 'SAPSCRIPT_MESSAGE'. exit.

CHECK_TEXT_AUTHORITY call function 'CHECK_TEXT_AUTHORITY' exporting object = selections-tdobject name = selections-tdname id = selections-tdid language = selections-tdspras activity = display_activity exceptions others = 4.

EDIT_TEXT call function 'EDIT_TEXT' exporting header = thead display = displaymode tables lines = lines exceptions others = 1.

SAPSCRIPT_MESSAGE call function 'SAPSCRIPT_MESSAGE'.



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