SAP Reports / Programs | Environment, Health and Safety | Dangerous Goods Management(EHS-DGP) SAP EHS

RSTXTCDG SAP ABAP Report - Report for Selecting Texts







RSTXTCDG 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 RSTXTCDG 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 RSTXTCDG. "Basic submit
SUBMIT RSTXTCDG AND RETURN. "Return to original report after report execution complete
SUBMIT RSTXTCDG 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: FDATE = Creation date
Selection Text: FRELES = Created in Release
Selection Text: FUSER = Created by
Selection Text: ID = Text ID
Selection Text: LDATE = Changed on
Selection Text: LRELES = Last changed in Release
Selection Text: LUSER = Changed by
Selection Text: MACODE1 = Short title 1
Selection Text: MACODE2 = Short title 2
Selection Text: SPRAS = Language
Selection Text: TEXTNAME = Text
Selection Text: TITLE = Short title
Title: Report for Selecting Texts
Text Symbol: S01 = Database selections for standard texts
Text Symbol: 010 = No texts available for the specified selections
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 = Lng
Text Symbol: 001 = ID
Text Symbol: 000 = DG: TEXT


INCLUDES used within this REPORT RSTXTCDG

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:

HAZMAT_AUTH_TEXT_CHECK_M CALL FUNCTION 'HAZMAT_AUTH_TEXT_CHECK_M' EXPORTING I_DG_OBJECT = '1' I_AUTH_ACTVT_CUM = 'SHOW' EXCEPTIONS OTHERS = 0.

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 = 'EDIT' 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 RSTXTCDG or its description.