ABAP Keyword Documentation → ABAP - Quick Reference
STATICS - Quick 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 the additionREAD-ONLY
cannot be specified.