SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
SYNTAX-CHECK - Short Reference
Syntax
SYNTAX-CHECK FOR itab MESSAGE mess LINE lin WORD wrd
[PROGRAM prog] [DIRECTORY ENTRY dir]
[WITH CURRENT SWITCHSTATES]
[INCLUDE incl]
[OFFSET off]
[MESSAGE-ID mid].
Effect
Checks the syntax of the source text in itab and returns the first error
message, the first errored line and the first errored word in mess, lin, and wrd.
Additions