ABAP Keyword Documentation → ABAP Glossary
syntax check
Static check performed on ABAP source code to check whether the syntax is formally 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.