2008 Nov 09 11:19 AM
Hi All,
What is the differences between Data dictionary and ABAP Dictionary.
please give the example.
Regards
Raghava
Hi All,
What is the differences between Data dictionary and ABAP Dictionary.
please give the example.
Regards
Raghava
2008 Nov 09 11:37 AM
Moderator message: please do not use ALL CAPITALS.
ABAP DICTIONARY IT IS A TRANSACTION (se11) TO VIEW THE TABLES AVAILBALE IN THE DATABASE.
DATA DICTIONARY IS THE OTHER NAME OF ABAP DICTIONARY
TRANSPARENT TABLE HAVE ONE TO ONE RELEATIONSHIP IN abap DATA DICTIONARY AND DATABASE
WHERE CLUSTER AND POOLED TABLES
HAVE MANY TO ONE RELATION WITH DATABASE
Edited by: Matt on Nov 9, 2008 3:35 PM
2008 Nov 09 12:14 PM
Hi,
ABAP 4 data dictionary describes the logical structures of
the objects used in application development and shows how
they are mapped to the underlying relational database in
tables/views.
A data dictionary is a reserved space within a database which is used to store information about the database itself.
hope it is useful....
With Regards,
Jaheer
2008 Nov 09 5:11 PM
2008 Nov 09 5:54 PM
Hi Raghavendra,
I think Data Dictionary and ABAP Dictionary both are same.........
There is no difference between them...
Thanks,
Chidanand