‎2007 Aug 20 11:39 AM
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?
‎2007 Aug 20 11:42 AM
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
‎2007 Aug 20 11:42 AM
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
‎2007 Aug 20 11:44 AM
on the DB side.
regards,
srinivas
<b>*reward for useful answers*</b>
‎2007 Aug 20 11:44 AM
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>
‎2007 Aug 20 11:45 AM
It is created in the database server
note that in many cases, for convenience, the application and database servers used are the same
‎2022 Feb 21 7:26 AM
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