SAP Tutorials Blog

 

 


ABAP dictionary is one of the most important tools of the ABAP workbench, which is used to create and manage the metadata (data about data).

It is used to store the descriptions of data definitions and also known as Data Dictionary or

With the help of DDIC, we can create and maintain user-defined types, such as data elements, structures, table types, etc.

DDIC is the central storage area, which allows users to maintain the repository objects related to the particular database and contains the central description of all the data used in the SAP system without any redundancy. The data within the DDIC is integrated, consistent, and secured.

As a view of the SQL, the ABAP dictionary handles the DDL (Data Definition Language) part of SQL that contains the commands, such as CREATE Table, DROP Table, ALTER Table, Create index, etc.

It defines the logical structure of the objects (tables and views) and also tells how these objects are mapped to the given RDBMS.

The DDIC is completely integrated with the development and run time environment of the SAP system. Consider the below image:


Serkan AKKAVAK

Computer Engineer BSc

SAP Department Manager

Contact : serkurumsal@yandex.com