SAP CLASS-DATA - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for CLASS-DATA

CLASS-DATA

ABAP Reference
ABAP Code Snippet


ABAP Syntax CLASS-DATA attr options.

ABAP Code Snippet

What does it do? Declares a static attribute attr of a class or an interface.

ABAP Addition options
As for DATA, except that the addition WITH HEADER LINE cannot be specified.

Return to menu