‎2009 May 04 7:04 AM
Is data dictionary part of or located in Repository in the database layer.Please tell me with complete architecture.
Thank you.
Regards
Abhinandan Kumar
‎2009 May 04 7:08 AM
hi Abhinandan Kumar{,
yes dictionary part is a part of Repository in the database layer
Go to http://help.sap.com and see the complete architecture.
Regards,
Prabhudas
‎2009 May 04 7:08 AM
hi Abhinandan Kumar{,
yes dictionary part is a part of Repository in the database layer
Go to http://help.sap.com and see the complete architecture.
Regards,
Prabhudas
‎2009 May 04 7:52 AM
Hi,
Go to the following link :
http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ea31446011d189700000e8322d00/content.htm
to clear your doubts about data dictionary.
by
Prasad gvk.
‎2009 May 04 9:06 AM
Dictionary objects, Program ojects, etc are repository objects. All the objects which you can see thru SE84 are repository objects. Al repository objects are stored in the database tables. All these tables are cross client.
For perofrmance reason latest version of all last used repository objects are kept in the Applciation server buffer.
‎2009 May 04 10:49 AM
Hi,
The ABAP dictionary lies in the APPLICATION LAYER and is connected to the RDB - Relational Database.
But, the dictionary objects are the physical data which is present in the underlying DATABASE (Database Layer).
ABAP dictionary is designed to minimize the database access, improving the performance and support the complete working of the SAP.
yes dictionary part is a part of Repository in the database layer
Go to http://help.sap.com and see the complete architecture.
http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ea31446011d189700000e8322d00/content.htm
It will clear your doubts about data dictionary.
Regards,
Himanshu
‎2009 May 05 7:44 AM
Yes, Data dictionary is a repository located in the database layer.
Check this link,
www.sharewareconnection.com/adda-advanced-data-dictionary-architect-.htm
Regards,
Joan
Edited by: Joan Jesudasan on May 5, 2009 8:44 AM
‎2009 May 05 9:16 AM
‎2009 May 19 7:08 AM