SAP NEWS-71-PRAGMAS



Get Example source ABAP code based on a different SAP table
  



Pragmas in ABAP Release 7.0, EhP2
ITOC

ABAP_MODIFICATION_NN Introduction of Pragmas

From ABAP_RELEASE 7.0, EhP2, pragmas can be used to hide warnings from the ABAP Compiler syntax check and other check tools.

ABAP_MODIFICATION_NN Switching from Pseudo Comments

The pseudo comments '#EC ..., which until now could be used to hide warnings from enhanced program checks, were to be replaced by the ##... pragmas. The statement SET EXTENDED CHECK must no longer be used in programs in which a warning from the extended program check is hidden by a pragma. If used, the statement produces a warning that cannot be hidden.