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
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.
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
INCLUDE RSTXDATA.
No SAP DATABASE tables are accessed within this REPORT code!
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'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSTXTC3 - Find standard texts (R3.1H)
RSTXTC3 - Find standard texts (R3.1H)
RSTXTABL - documentation and ABAP source code
RSTXSYMB - List of SAP symbols and their names as well as