SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Release-Specific Changes → Changes in Release 7.0, EhP2 →
Pragmas in Release 7.0, EhP2
1. Introduction of pragmas
2. Conversion of pseudo-comments
Introduction of Pragmas
As of Release 7.0, EhP2, pragmas can be used to hide syntax check warnings from the ABAP Compiler and other check tools.
Conversion of pseudo-comments
The pseudo-comments "#EC ..., which until now could be used to hide warnings from the
extended program
check, can and should be replaced by the ##... pragmas. In a program
in which a warning from the extended program check is hidden by a pragma, the
SET EXTENDED CHECK statement must not be used anymore and leads to a warning that cannot be hidden.