‎2009 Jul 17 4:13 PM
Hi friends,
I have created a ztable through SE11 and when i activated it a copy of it gets created in the database.
know i know that iam creating it at the application layer level now when upon activation how does it gets created in database.
what exactly is the linkage between application and database.
can any one tell me
Regards
Satish Kumar
‎2009 Jul 17 4:26 PM
Hi Satish
The database layer is created and updated as soon as the dictionary layer is activated, anyway u can use the database utility (trx SE14) in order to update the database layer directly.
Max
‎2009 Jul 17 4:26 PM
Hi Satish
The database layer is created and updated as soon as the dictionary layer is activated, anyway u can use the database utility (trx SE14) in order to update the database layer directly.
Max
‎2009 Jul 17 4:35 PM
My question is how does it get created in the database..
what is the linkage for both. if iam not wrong some commands are gets executed but i doesnt know what are those..
Regards
Satish
‎2009 Jul 17 4:41 PM
Hi
In the databse it's created a table with the same name of dictionary table, u should get a book of SQL command, or see the SQL command in Internet, for example search the command CREATE TABLE
Max
‎2009 Jul 17 5:08 PM