SAP NEWS-71-PRAGMAS

Get Example source ABAP code based on a different SAP table
  



Pragmas in Release 7.0, EhP2

1 Introduction of pragmas
2 Conversion of pseudo-comments

ABAP_MODIFICATION_1 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.

ABAP_MODIFICATION_2 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.