‎2009 May 05 8:02 AM
Please use a more meaningful subject in future
Hi friends
Data dictionary is located in repository.Perfect!
But dictionary is at application layer ,so is it that everytime we start
writing programs dictionary is uploaded to application layer.
Please help me in understanding the architecture for this.
Abhinandan kumar
Edited by: Matt on May 5, 2009 11:21 AM
‎2009 May 11 7:29 AM
hi
what ever u write the abap coding is all at the application server only,so when ever
u create a table in data dictionary which is in the application server the same table with similar
structure of data dictionary will be created in tha database layer and what ever the entries u create
for the table will be stored in the database layer.
Regards
‎2009 May 05 8:09 AM
Plz SEARCH in SCN before posting.
Don't violate forum rules with duplicate posts
check this.
[http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ea31446011d189700000e8322d00/content.htm]
‎2009 May 05 8:10 AM
Hi:
Have a look
[Link|http://help.sap.com/saphelp_sm32/helpdata/en/cf/21ea31446011d189700000e8322d00/content.htm]
Regards
Shashi
‎2009 May 05 10:21 AM
‎2009 May 05 10:59 AM
Hi,
Presentation layer->Application Layer->Database layer.
ABAP dictionary is at application layer level and the data in the tables are stored at Database layer level. Whenever you see the table and fields in the table it is from application layer level and whennever you will click on contents of the table then data is fetched from database layer. This will helps in reducing the burden on the application layer and having quick functioning of the system.
‎2009 May 06 4:51 AM
Hi,
Check with the following link
[Data Dictionary|http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ea31446011d189700000e8322d00/content.htm]
Once go through the SAP library, which provides the complete details.
Hope this helps you
Regards,
Rajani
‎2009 May 11 7:29 AM
hi
what ever u write the abap coding is all at the application server only,so when ever
u create a table in data dictionary which is in the application server the same table with similar
structure of data dictionary will be created in tha database layer and what ever the entries u create
for the table will be stored in the database layer.
Regards
‎2009 Jun 04 1:10 PM