SAP Reports / Programs

RSTXICON SAP ABAP Report - List of SAP icons and their names and SAP numbers







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


Text pool values


Display of SAP Icons as ABAP List or SAPscript Text
Selection Text: SHOWWARN = Display Warnings
Selection Text: SCR_ICON = Icons as SAPscript Text
Selection Text: LST_ICON = Icons as ABAP List
Title: List of SAP icons and their names and SAP numbers
Text Symbol: 010 = Report RSTXICON - List of SAP Icons as SAPscript Text
Text Symbol: 011 = SAP icons are entered in SAPscript
Text Symbol: 012 = (at least in the "old" SAPscript Editor) according to spelling,
Text Symbol: 013 = where xxxxx stands for a SAP number with a maximum of five
Text Symbol: 014 = characters.
Text Symbol: 007 = Long Name
Text Symbol: 001 = Icon
Text Symbol: 002 = missing in table ICON
Text Symbol: 004 = SAP No.
Text Symbol: 005 = SAP Char. Name (SPAD)
Text Symbol: 006 = Code
Text Symbol: 015 = Following SAPscript text
Text Symbol: 021 = not with STN2 (line printer)!
Text Symbol: 016 = lists currently defined icons with
Text Symbol: 017 = their SAP number and name.
Text Symbol: 018 = At this time SAPscript icons can only be printed w/
Text Symbol: 019 = printer drivers HPL2 (PCL-5), POST (PostScript),
Text Symbol: 020 = PRES (PRESCRIBE), and SWIN (SAPWIN/SWIN), and


INCLUDES used within this REPORT RSTXICON

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