SAP Reports / Programs

RSSYNTAX SAP ABAP Report - Syntax Trace Analysis







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


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


Text pool values


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





Text Symbol: E08 = Unable to open performance data file
Text Symbol: E09 = Extended check is possible only when checking programs
Text Symbol: S01 = Program name.............
Text Symbol: S02 = Screen number............
Text Symbol: S03 = Performance data file....
Text Symbol: S04 = Processing
Text Symbol: S05 = Check program


INCLUDES used within this REPORT RSSYNTAX

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:

No SAP FUNCTION MODULES are executed within this report code!



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