SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | SAPscript(BC-SRV-SCR) SAP BC

RSTXTCAT SAP ABAP Report - Find Standard Texts







RSTXTCAT 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 RSTXTCAT 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 RSTXTCAT. "Basic submit
SUBMIT RSTXTCAT AND RETURN. "Return to original report after report execution complete
SUBMIT RSTXTCAT 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: RESTRICT = Maximum no. of hits
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 = Date created
Title: Find Standard Texts
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 = Contents
Text Symbol: 007 = Short text 2
Text Symbol: 006 = Short Text 1
Text Symbol: 005 = Short Title
Text Symbol: 004 = Last changed
Text Symbol: 003 = Creation
Text Symbol: 002 = Lan.
Text Symbol: 001 = ID
Text Symbol: 000 = Standard text


INCLUDES used within this REPORT RSTXTCAT

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