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

What is DDIC .?

Former Member
6 REPLIES 6
Read only

Former Member
0 Likes
2,476

Data Dictionary

Read only

Former Member
0 Likes
2,476

Data Dictionary...

Read only

Former Member
0 Likes
2,476

DDIC is the super user id in SAP, which is only avialalbe in 000 client. Default password is '19920706' till 4.6C versions.

DDIC user mainly used for transport domine configurations in 000 client.

It is also owner of ABAP dictionary objects.

Thanks,

Read only

Former Member
0 Likes
2,476

Hi,

In ABAP, we have 2 different concepts of DDIC and Database.

we will create all the dictionary objects like Tables, Structures, Data elements, Domains, Lock object and etc., and on activation, appropriate changes will be taken place to the object in the underlying Database.

In brief, DDIC is a place to define all the Dictionary object which are very useful while writing Programs.

Please let me know if the concept is clear.

Thanks,

Vishnu.

Read only

Former Member
0 Likes
2,476

Data Dictionary is a central source of information for a data in a data management system. It describes about the data stored in it i.e., what type of data is stored?

what are the attributes of the data?

what sort of relation ship existing betweeen the objects?

Read only

0 Likes
2,476

DDIC means DATA DICTIONARY. It is a platform provided to create data objects like Domain, Data element, Views, Structure, Database tables, etc.

Transaction code- SE11

Thanks and Regards,

Aditya Mane.