‎2008 Feb 20 9:57 AM
‎2008 Feb 20 9:59 AM
‎2008 Feb 20 10:00 AM
‎2008 Feb 20 10:04 AM
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,
‎2008 Feb 20 10:27 AM
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.
‎2008 Feb 20 10:40 AM
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?
‎2022 Jan 20 11:45 AM
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.