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

DDIC

Former Member
998

IN WHICH SERVER OF R/3, DDIC OBJECTS RESIDE?

6 REPLIES 6
Read only

Former Member
0 Likes
914

Hi Rishi,

The DDIC objects mainly reside in the ABAP Dictionary which resides on the Database server.Actually,there is a logical storage at the Application server in the form of ABAP dictionary but then the mappng is done from the ABAP dictionary to the objects physically stored in the Database.

Hence,you can say that the DDIC resides on Application server in the form of virtual database and resides on the Database server physically.

In case you have any further clarifications,do let me know.

Regards,

Puneet Jhari.

Read only

0 Likes
914

Hi puneet..

Do you any data regarding DDIC. Actually i want some theortical data regarding that.Plz give if u can.

My email-id id arora.rashmi@gmail.com

Thanx and Regards

Rashmi

Read only

Former Member
0 Likes
914

database server

Read only

former_member386202
Active Contributor
0 Likes
914

Hi,

Database server

Regards,

Prashant

Read only

johndeconinck
Participant
0 Likes
914

Hi Rishi,

The data dictionary is saved on a database like for example SAP DB, Oracle, Informix or others. This database software can be both installed on the same server where SAP resides, but also on a separate server. As far as I know, the data in the SAP tables is not easily recognisable on the database server because they are saved into tables that have different formats that collect several SAP tables at once.

Kind regards,

John.

Read only

Preetha33
Explorer
0 Likes
914

Hi Rishi,

In DDIC whatever Objects created by us are stored at application server while the actual data resides at the database server.

Thanks & Regards,

R. Preetha.