SAP - Syntax CHECK - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

syntax check
Static check performed on ABAP source code to check whether the syntax is formally correct.
BEGIN_SECTION VERSION 5 OUT The syntax check is called in the ABAP Editor via Program -> Check -> Syntax or via the statement SYNTAX-CHECK. An automatic syntax check that checks the source code while it is entered can be configured in the ABAP Development Tools (ADT).
END_SECTION VERSION 5 OUT
ABAP_MORE_INFO