SAP SIMPLE STRUCTURE ABEXA



Get Example source ABAP code based on a different SAP table
  



Declaration of a Simple Structure
This example demonstrates the declaration of a simple structure.

ABAP_SOURCE_CODE
DEMO CL_DEMO_SIMPLE_STRUCTURE

ABAP_DESCRIPTION
Declaration of a simple local structure address with three elementary components to which start values are assigned. When the method DISPLAY of class CL_DEMO_OUTPUT is called, the whole structure is addressed.