SAP NESTED STRUCTURE ABEXA



Get Example source ABAP code based on a different SAP table
  



Declaration of a Nested Structure
This example demonstrates the declaration of a nested structure with substructures.

ABAP_SOURCE_CODE
DEMO CL_DEMO_NESTED_STRUCTURE

ABAP_DESCRIPTION
Declaration of a nested local structure address with three structured components. When the method DISPLAY of class CL_DEMO_OUTPUT is called, each substructure is addressed using the structure component selector (-).