SAP DICTIONARY STRUCTURE ABEXA



Get Example source ABAP code based on a different SAP table
  



Structure from ABAP Dictionary
This example demonstrates a structure from the ABAP Dictionary and its use.

ABAP_SOURCE_CODE
DEMO CL_DEMO_DICTIONARY_STRUCTURE

ABAP_DESCRIPTION
Structure types of the ABAP Dictionary are typically used in ABAP programs to define structures or internal tables with a structured line type to process data that is imported from the database. The example shows how a structure carrier local to a method is declared by reference to a database table SCARR defined in the ABAP Dictionary, and used as the target area of a SELECT statement.