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

Link between data dictionary and database

Former Member
0 Likes
627

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
586

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

4 REPLIES 4
Read only

Former Member
0 Likes
587

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

Read only

0 Likes
586

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

Read only

0 Likes
586

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

Read only

0 Likes
586

Thanks MAX....

Cheers...:)