RSSYNTAX 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 RSSYNTAX 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.
Selection Text: ALT_RSYN = Alternative RSYN
Selection Text: DUMPFILE = Trace file
Selection Text: DYNPCHCK = Check screen
Selection Text: DYNPGENR = Generate screen
Selection Text: DYNPNUMB = Screen number
Selection Text: EXTENDED = Extended check
Selection Text: PROGCHCK = Check program
Selection Text: PROGCHCS = Program check (source only)
Selection Text: PROGGENR = Generate program
Selection Text: PROGNAME = Program Name
Selection Text: SHOWLIST = Output in list
Selection Text: STARTLIN = Trace from line
Selection Text: STOP_LIN = to line
Title: Syntax Trace Analysis
Text Symbol: S15 = Extended check...........
Text Symbol: S14 = Alternative RSYN.........
Text Symbol: S13 = to line........
Text Symbol: S12 = Measure from line........
Text Symbol: S10 = Output to list...........
Text Symbol: S09 = Generate screen
Text Symbol: S08 = Generate program
Text Symbol: S07 = Check screen
Text Symbol: S06 = Check program (source code display only)
Text Symbol: 001 = Line..........
Text Symbol: 002 = Include.......
Text Symbol: 003 = Word..........
Text Symbol: 004 = Offset........
Text Symbol: 010 = Unable to open trace file
Text Symbol: 011 = File name...........
Text Symbol: 012 = Return code.........
Text Symbol: 013 = Message.............
Text Symbol: E01 = Unable to output list when generating
Text Symbol: E02 = Select only one processing option
Text Symbol: E03 = Specify performance data file or list output
Text Symbol: E04 = Specify screen number
Text Symbol: E05 = Line selection only possible with program check
Text Symbol: E06 = Program source code does not exist
Text Symbol: E07 = Screen source code does not exist
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.