SAP STATICS - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for STATICS

STATICS

ABAP Reference
ABAP Code Snippet


ABAP Syntax STATICS dobj options.

ABAP Code Snippet

What does it do? Declares a static local data object dobj in a subroutine, a function module or a static method.

ABAP Addition options
As in DATA, with the exception that the READ-ONLY addition cannot be specified.

Return to menu