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

RSTXSYMB SAP ABAP Report - List of SAP symbols and their names as well as SAP number







RSTXSYMB 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 RSTXSYMB 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 RSTXSYMB. "Basic submit
SUBMIT RSTXSYMB AND RETURN. "Return to original report after report execution complete
SUBMIT RSTXSYMB VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


List of the SAP symbols used in ABAP lists (SYMBOLs)
Selection Text: SCR_SYMB = Symbols as SAPscript text
Selection Text: LST_SYMB = Symbols as an ABAP list
Title: List of SAP symbols and their names as well as SAP number
Text Symbol: 020 = PRES (PRESCRIBE), and SWIN (SAPWIN/SWIN), and
Text Symbol: 019 = printer drivers HPL2 (PCL-5), POST (PostScript),
Text Symbol: 018 = Caution, you can only print SAPscript symbols with
Text Symbol: 017 = with their SAP number and name.
Text Symbol: 016 = lists the currently defined symbols
Text Symbol: 021 = not with STN2 (line printer)!
Text Symbol: 015 = Following SAPscript text
Text Symbol: 006 = ABAP name
Text Symbol: 005 = SAP Char. Name (SPAD)
Text Symbol: 004 = SAP No.
Text Symbol: 003 = ID
Text Symbol: 001 = Symbol
Text Symbol: 014 = characters.
Text Symbol: 013 = where xxxxx stands for a SAP number with a maximum of five
Text Symbol: 012 = (at least in the "old" SAPscript Editor) according to spelling,
Text Symbol: 011 = SAP symbols are entered into SAPscript
Text Symbol: 010 = Report RSTXSYMB - List of SAP symbols as SAPscript text


INCLUDES used within this REPORT RSTXSYMB

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:

INIT_TEXT CALL FUNCTION 'INIT_TEXT' EXPORTING ID = 'ST' LANGUAGE = SY-LANGU NAME = 'ICONTEST' OBJECT = 'TEXT' IMPORTING HEADER = HEADER TABLES LINES = LINES.

PRINT_TEXT CALL FUNCTION 'PRINT_TEXT' EXPORTING DEVICE = 'PRINTER' DIALOG = 'X' HEADER = HEADER OPTIONS = OPTIONS IMPORTING RESULT = RESULT TABLES LINES = LINES EXCEPTIONS CANCELED = 1 OTHERS = 2.

FORMAT_TEXTLINES CALL FUNCTION 'FORMAT_TEXTLINES' EXPORTING * CURSOR_COLUMN = 0 * CURSOR_LINE = 0 * ENDLINE = 99999 FORMATWIDTH = 132 * LINEWIDTH = 132 STARTLINE = 1 TABLES LINES = LINES.



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