ABAP Keyword Documentation → ABAP Glossary
syntax check
Static check of the ABAP source code to check whether the syntax is correct. The syntax check is called in
ABAP Editor by choosing
Program → Check → Syntax or using the statement
SYNTAX-CHECK
. An automatic syntax check can be configured in the
ABAP Development Tools (ADT), which checks the source code while it is being entered.