Get Example source ABAP code based on a different SAP table
VERSION 5 IN
ABAP_DDIC - Data Elements A DDIC data element> defines an elementary data type> or a reference type>. DDIC data elements describe the technical type properties and the semantic meaning of an object that is defined with reference to the data element. Data elements are the elementary components of complex types such as DDIC structures>, DDIC table types>, or DDIC database tables>. An object which is declared program-internally with reference to a data element always has one of the elementary built-in ABAP types. The type in question is defined by the mapping of the built-in types > in the ABAP Dictionary to ABAP types.
Technical properties of data elements >
Semantic properties of data elements>
Latest notes:
ABAP Core Data Services> offer CDS simple types> for defining elementary data types> natively in ABAP CDS. CDS simple types can be enriched with semantic information using CDS annotations>. This semantic information is evaluated by frameworks such as the ABAP RESTful Application Programming Model> when a simple type is used for typing. Moreover, simple types can be nested within each other and therefore offer advanced reuse capabilities compared to DDIC data elements and DDIC domains.
The technical properties of a data element can be defined either directly or by using a reusable domain>. This is why the concept is known as a two-level domain concept.
The name of a data element must follow the naming rules for DDIC data types>. NON_V5_HINTS
Data elements can be maintained in form-based tools both in the ABAP Dictionary tool> and in the ABAP Development Tools (ADT)>. ABAP_HINT_END