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

ABAP/4 Dictionary

Former Member
0 Likes
1,082

Hi all

Its a simple question but do think and get back to me.

Where does the ABAP/4 Dictionary or the Dictioanry objects exist.In presentation,Application or Database layer?

Vijay

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,052

Hi,

DDIC objects will be present in Application Layer.

Pls close the query if u got the expected answers.

regards,

teja.

9 REPLIES 9
Read only

Former Member
0 Likes
1,052

ABAP/4 dictionary objects are containe in Application server itself.

Read only

Former Member
0 Likes
1,052

Hi,

All the abap dictionary objects are located at the Application Layer.

Regards,

Jagadish

Read only

Former Member
0 Likes
1,052

hi,

ABAP dictionary objects are in the database layer

where a part of this database layer is Repository ,

all objects what we create are residing in the repository.

And the data what we insert reside in the database

Regards,

priya

Read only

Former Member
0 Likes
1,052

Hi,

Will be stored in Repository i.e DB .

Regards.

Edited by: Iyswarya Godi on Jun 24, 2008 7:36 AM

Read only

Former Member
0 Likes
1,052

Hi,

Its like this....

Whatever you create and save all will be saved at DATABASE level... The thing is they are saved at different spaces in DATABASE...

if the thing you are saving is global then it should be saved at DATABASE level only and obviously its saved in database...

any queries still revert back

Hope this may be helpful to you.

Regards

Narin Nandivada

Read only

former_member206377
Active Contributor
0 Likes
1,052

Hi Vijay,

The database table is present in the database layer , whereas the implementation of it is present in the application layer as Transparent Table.

I.e ABAP dictionary is in the Application Layer.

Regars,

Vasuki

Read only

Former Member
0 Likes
1,052

hi vijay krishna ,

very interesting question.

The ABAP Dictionary is completely integrated in the ABAP Workbench. This ABAP workbench is a component of ABAP application layer.

so, ABAP Dictionary is in ABAP application layer

Read only

Former Member
0 Likes
1,053

Hi,

DDIC objects will be present in Application Layer.

Pls close the query if u got the expected answers.

regards,

teja.

Read only

Former Member
0 Likes
1,052

dictionary is in application layer bt same copy of it with same structure and all is present in database layer!!!!!!!!