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
0 Likes
977

Hi,

While creating any ddic objects like table or structure, in which tier of r/3 do the schema of objects created stored?In which tier the data they contain reside?

1 ACCEPTED SOLUTION
Read only

paruchuri_nagesh
Active Contributor
0 Likes
935

u r creating table in application server after activating DDIC object then it wii be created in database server

reward if u find useful

regards

Paruchuri.Nagesh

5 REPLIES 5
Read only

paruchuri_nagesh
Active Contributor
0 Likes
936

u r creating table in application server after activating DDIC object then it wii be created in database server

reward if u find useful

regards

Paruchuri.Nagesh

Read only

Former Member
0 Likes
935

on the DB side.

regards,

srinivas

<b>*reward for useful answers*</b>

Read only

varma_narayana
Active Contributor
0 Likes
935

Hi...

We will Create the Definition of Tables , Structures . in Data Dictionary (se11).

They are physically Stored in the DATABASE SERVER.

Even the Data of the Tables and the Metadata of the tables is stored in Database server.

<b>Reward if Helpful</b>

Read only

former_member189059
Active Contributor
0 Likes
935

It is created in the database server

note that in many cases, for convenience, the application and database servers used are the same

Read only

0 Likes
935

Application server is responsible for creating a table and database server to store it.

For example, When we are creating a table, it is in application server and once you activate the table , you connect with database server.

Thanks and Regards,

Aditya Mane