SAPMSYNT is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). It is used for This program is intended only for SAP internal use...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter SAPMSYNT into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SYNT - Display Syntax Trace Output
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 Analysis
Text Symbol: 031 = Statements for Loading (ALL) Sent
Text Symbol: 032 = Load from PH (PUBLIC)
Text Symbol: 033 = Load from PH (ALL)
Text Symbol: 034 = CLASS (Declaration)
Text Symbol: 035 = CLASS (NON-PUBLIC Declaration)
Text Symbol: 036 = ENDCLASS (Declaration)
Text Symbol: 037 = CLASS (Definition)
Text Symbol: 038 = CLASS (NON-PUBLIC Definition)
Text Symbol: 039 = ENDCLASS (Definition)
Text Symbol: 040 = CLASS ... IMPLEMENTATION
Text Symbol: 041 = ENDCLASS (Implementation)
Text Symbol: 042 = Start of Type Group
Text Symbol: 043 = End of Type Group
Text Symbol: 044 = Class Is Recursively Depend.
Text Symbol: 045 = Complete Interface Required
Text Symbol: 046 = Symbol Entry of Class Required
Text Symbol: 047 = Symbol Entry of Interface Required
Text Symbol: 048 = Components Required
Text Symbol: E01 = Source code of program &1 does not exist
Text Symbol: E02 = Program &1 is an include program
Text Symbol: E03 = Screen &1 does not exist
Text Symbol: E05 = Unable to open file &1
Text Symbol: E06 = Program &1 is an include program
Text Symbol: E07 = Header &1 for &2 not found
Text Symbol: S01 = No syntax errors found
Text Symbol: S02 = Program &1 successfully generated
Text Symbol: S03 = No syntax errors found
Text Symbol: S04 = Screen &1 successfully generated
Text Symbol: S05 = Header &1 for &2 successfully deleted
Text Symbol: 001 = Line..........
Text Symbol: 002 = Include.......
Text Symbol: 003 = Word..........
Text Symbol: 004 = Offset........
Text Symbol: 005 = Complete Class Required
Text Symbol: 006 = Reference to Interface Required
Text Symbol: 007 = INTERFACE...DEFERRED
Text Symbol: 008 = Create Type
INCLUDE MSYNTTOP.
INCLUDE MSYNTE00.
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.