ABAP Keyword Documentation → ABAP Glossary
Static Box
Boxed component for supporting
initial value sharing for which the initial value is stored only once on the
application server. A static box is declared with the BOXED
addition when defining
substructures using TYPES
or when declaring structured
attributes of
classes or
interfaces using DATA
.