SAP DDIC DEFINE TABLE



Get Example source ABAP code based on a different SAP table
  



ABAP_DDIC - Dictionary DDL for Defining Database Tables
A DDIC database table can be displayed and modified in a source-code-based editor in the ABAP Development Tools (ADT), using Dictionary DDL. The source code of a DDIC database table is not saved and transported. Instead, the source code of an existing DDIC database table is generated from the metadata of the associated system tables. Conversely, when saved, the metadata is derived directly from the source code and saved to the system tables.
DEFINE TABLE



Latest notes:

NON_V5_HINTS
All properties of a DDIC database table can be defined in ADT using Dictionary DDL or in transaction SE11 , with the following exceptions. The technical properties, which are activated and transported separately from the DDIC database table, and secondary indexes cannot be defined using the Dictionary DDL:
The standalone table-specific technical properties of DDIC database tables can be maintained in a form-based tool in ADT.
Secondary indexes can be edited in a form-based tool in ADT.
Extensibility annotations, which are a prerequisite for C0 release, can be maintained only in ADT.
ABAP_HINT_END