SAP CONSTANTS - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for CONSTANTS

CONSTANTS

ABAP Reference
ABAP Code Snippet


ABAP Syntax CONSTANTS const options.

ABAP Code Snippet

What does it do? Declares a constant const .

ABAP Addition options
As for DATA, except that you must specify the VALUE addition and you cannot specify the READ-ONLY addition.

Return to menu