SAP DATA BOXED ABAP Statements



Get Example source ABAP code based on a different SAP table
  


• BOXED DATA
• BOXED CLASS-DATA

DATA, BOXED
Short Reference

ABAP_SYNTAX
DATA struc TYPE struc_type BOXED.

What does it do?
This statement defines a structured attribute of a class or an interface as a static box. It can only be in the declaration section of a class or an interface and only at the highest level.