‎2008 Jun 24 6:32 AM
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
‎2008 Jun 24 6:46 AM
Hi,
DDIC objects will be present in Application Layer.
Pls close the query if u got the expected answers.
regards,
teja.
‎2008 Jun 24 6:33 AM
ABAP/4 dictionary objects are containe in Application server itself.
‎2008 Jun 24 6:34 AM
Hi,
All the abap dictionary objects are located at the Application Layer.
Regards,
Jagadish
‎2008 Jun 24 6:35 AM
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
‎2008 Jun 24 6:35 AM
Hi,
Will be stored in Repository i.e DB .
Regards.
Edited by: Iyswarya Godi on Jun 24, 2008 7:36 AM
‎2008 Jun 24 6:39 AM
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
‎2008 Jun 24 6:42 AM
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
‎2008 Jun 24 6:42 AM
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
‎2008 Jun 24 6:46 AM
Hi,
DDIC objects will be present in Application Layer.
Pls close the query if u got the expected answers.
regards,
teja.
‎2008 Jun 24 6:57 AM
dictionary is in application layer bt same copy of it with same structure and all is present in database layer!!!!!!!!