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

SAPMSYNT SAP ABAP dialog Program - Syntax Trace Analysis







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SYNT - Display Syntax Trace Output


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 SAPMSYNT. "Basic submit
SUBMIT SAPMSYNT AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMSYNT 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 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





Text Symbol: 009 = Enter in Load List
Text Symbol: 010 = Unable to open trace file
Text Symbol: 011 = File name...........
Text Symbol: 012 = Return code.........
Text Symbol: 013 = Enter in Delayed Load List
Text Symbol: 014 = Enter in Dependent Load List
Text Symbol: 015 = Loading Suppr. Due to Recursion
Text Symbol: 016 = Statements for Loading Sent
Text Symbol: 017 = INTERFACE... (Declaration)
Text Symbol: 018 = ENDINTERFACE (Declaration)
Text Symbol: 019 = Load from PH
Text Symbol: 020 = INTERFACE.. (Definition)
Text Symbol: 021 = ENDINTERFACE (Definition)
Text Symbol: 022 = Reference to Class Required
Text Symbol: 023 = PUBLIC Section Required
Text Symbol: 024 = CLASS ... DEFINITION DEFERRED
Text Symbol: 025 = CLASS...GLOBAL FRIEND...
Text Symbol: 026 = Start of Dependency Check
Text Symbol: 027 = End of Dependency Check
Text Symbol: 028 = Reload Class
Text Symbol: 029 = Statements for Loading (PUBLIC) Sent
Text Symbol: 030 = Statements for Loading (NON-PUBLIC) Sent


INCLUDES used within this REPORT SAPMSYNT

INCLUDE MSYNTTOP.
INCLUDE MSYNTE00.


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