ABAP Keyword Documentation → ABAP - Short Reference
STATICS - Short Reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
STATICS dobj options.
Effect
Declares a static local data object dobj
in a
subroutine, a
function module or a static method.
Additions
-
options
As inDATA
, with the exception that theREAD-ONLY
addition cannot be specified.