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
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.
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........
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.