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

tbale activation

Former Member
0 Likes
866

hai...

What happens when a table is activated in DD?

i mean what all the things that will be refreshed or updated?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
834

HI,

WHEN YOU ACTIVATA A DATA BASE TABLE THAT AFFECTS THE WHOLE DATA BASE AND IT WILL BE AFFECTING THE TABLES WHICH ARE RELATED TO THIS ONE AND THE PROGRAMMES WHICH RUN ON THIS TABLE.

hai...

What happens when a table is activated in DD?

i mean what all the things that will be refreshed or updated?

7 REPLIES 7
Read only

Former Member
0 Likes
835

HI,

WHEN YOU ACTIVATA A DATA BASE TABLE THAT AFFECTS THE WHOLE DATA BASE AND IT WILL BE AFFECTING THE TABLES WHICH ARE RELATED TO THIS ONE AND THE PROGRAMMES WHICH RUN ON THIS TABLE.

Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
834

Hi,

If the table is new a Database table is created in the underlaying database.

If the table is existing and if you have done some changes which needs conversion like changing the type of a field or length of a field Table conversion is done.

Regards,

Sesh

Read only

Former Member
0 Likes
834

HI.

You need to active all filed ,

Go to SE 11 give table name.

go to ---> adjust database table

click it.

Reward all helpfull answers.

Regards.

Jay

Read only

kiran_k8
Active Contributor
0 Likes
834

Pavan,

The concept of Activation of a table comes when we create a Ztable.When we activate this table all the changes ie adding fields,insertion,modifications will get updated into the ztable.If you have made any changes to this ztable but not activated it those changes will not be reflected.Morever you can't even transport a object which is in non-active state.

If any doubt revert it.

K.Kiran.

Message was edited by:

Kiran K

Read only

Former Member
0 Likes
834

Hi pavan,

Whenever you activate the DB table 4 things was happened in back ground.

1) Form same table in the data base level.

2) Primary Index can be prepraed.

3) Memory can be allocated

4) Secondary keys will be checked.

Hope this helps you. Reply for queries, shall post the updates.

Regards.

Kumar.

Read only

Former Member
0 Likes
834

When you activate the Table .....

it wiil refresh all the Objects included in the table in SE11 relateed on the Prgrams .

they are ,

1. Fields

2. data elements.

3. struture .

4.views .

5. search help /match code objects .

6. lock objects .

and it s technical setting and attributes if any text then text table updates .

finally the created table will be inserted in the DD table storing table , and view ...etc .

Name Description

DBCON ->Description of database connections (including password)
 
DD02V ->Date dictionary tables
 
DD03L ->Date dictionary tables and fields
 
DD07T ->Texts for Domain Fixed Values
 
TRDIR ->Table of programs
 
TRMAC Table of macros
 
TSTC ->Table of transaction codes
 
TADIR ->Directory of R/3 repository objects
 
TFACD-> Factory calender definition
 
THOCI ->Public holiday calendar index
 
TPARA ->Table of PID's

reward points if it is usefull .

Girish

Read only

Former Member
0 Likes
834

Hi,

When tables, types (data elements, structures, table types) and views are activated, they are placed at the disposal of the runtime environment in the form of runtime objects. These runtime objects contain the information about the object in a form that is optimal for access by ABAP programs and screens. The runtime objects are buffered so that ABAP programs and screens can access the information relevant to them quickly.

for more information please check out the following link

http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21f1fe446011d189700000e8322d00/content.htm

******please reward points if the information is helpful to you************