SAP Reports / Programs | Basis Components | ABAP Runtime Environment | Syntax, Compiler, Runtime(BC-ABA-LA) SAP BC

RSSYNT00 SAP ABAP Report - Syntax Trace







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


Text pool values


Title: Syntax Trace
Text Symbol: T05 = Selection using Interface
Text Symbol: T04 = Evaluate Load Results for Object Types
Text Symbol: T03 = Display Source Only
Text Symbol: T02 = Selection using Class
Text Symbol: T01 = Selection using Program
Text Symbol: S02 = Type
Text Symbol: S01 = Program/Include
Text Symbol: S00 = Stack
Text Symbol: PH3 = With Trace
Text Symbol: PH2 = Ignore
Text Symbol: PH1 = Use
Text Symbol: PH0 = Default
Text Symbol: P01 = Formatting List ...
Text Symbol: P00 = Creating Syntax Trace ...
Text Symbol: NMR = Program Name
Text Symbol: NMI = Interface Name
Text Symbol: NMC = Class name
Text Symbol: NAV = Highlight in Tree
Text Symbol: L01 = Close
Text Symbol: FT3 = Precompiled Header
Text Symbol: FT2 = Options
Text Symbol: FT1 = Object Selection
Text Symbol: E01 = Cannot read source code
Text Symbol: E00 = TRDIR entry is missing
Text Symbol: C01 = Display Stack ...
Text Symbol: 004 = Offset.......
Text Symbol: 003 = Word.........
Text Symbol: 002 = Include....
Text Symbol: 001 = Line........


INCLUDES used within this REPORT RSSYNT00

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:

RS_TOOL_ACCESS call function 'RS_TOOL_ACCESS' exporting operation = 'SHOW' object_name = l_prg * enclosing_object = g_srcnam object_type = 'PROG' position = g_line.

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting text = text-p00.

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting text = text-p01.



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