Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

DDIC OBJECTS

Former Member
0 Likes
2,308

Dear Friends,

Can tell me more what is DDIC Objects.

Regards,

Alex

1 ACCEPTED SOLUTION
Read only

Former Member
1,951

Dear Alex,

DDIC objects are data dictionary objects, anything that you can create via SE11, including Tables, Data Elements, Domains, Search Helps, Lock Objects, Views, structures, table types, etc.

The ABAP Dictionary centrally describes and manages all the data definitions used in the system. The ABAP Dictionary is completely integrated in the ABAP Development Workbench. All the other components of the Workbench can actively access the definitions stored in the ABAP Dictionary.

The ABAP Dictionary supports the definition of user-defined types (data elements, structures and table types). You can also define the structure of database objects (tables, indexes and views) in the ABAP Dictionary. These objects can then be automatically created in the database with this definition. The ABAP Dictionary also provides tools for editing screen fields, for example for assigning a field an input help (F4 help).

The most important object types in the ABAP Dictionary are tables, views, types (data elements, structures, table types), domains, search helps and lock objects

Regards,

Rakesh

2 REPLIES 2
Read only

Former Member
1,952

Dear Alex,

DDIC objects are data dictionary objects, anything that you can create via SE11, including Tables, Data Elements, Domains, Search Helps, Lock Objects, Views, structures, table types, etc.

The ABAP Dictionary centrally describes and manages all the data definitions used in the system. The ABAP Dictionary is completely integrated in the ABAP Development Workbench. All the other components of the Workbench can actively access the definitions stored in the ABAP Dictionary.

The ABAP Dictionary supports the definition of user-defined types (data elements, structures and table types). You can also define the structure of database objects (tables, indexes and views) in the ABAP Dictionary. These objects can then be automatically created in the database with this definition. The ABAP Dictionary also provides tools for editing screen fields, for example for assigning a field an input help (F4 help).

The most important object types in the ABAP Dictionary are tables, views, types (data elements, structures, table types), domains, search helps and lock objects

Regards,

Rakesh

Read only

Former Member