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

Transport DDIC Table

Former Member
0 Likes
713

Hello Everybody

There is a 'Z' DataBase table already existing in production, with contents.

Now i have to include a new field in that table.

As new field is not a primary key, i had added a new field in development

and even after activation, contents of table are existing in development.

Now i have to transport that modified table into production,

I am afraid, what will be the circumstances after transportation.

Because , Data contents of that table in production are very important.

Contents should not be deleted after transportation.

Can any one explain me what happens, after i transport latest version of that table to PRD.

Thanks in advance.

Regards

Ravi

Hello Everybody

There is a 'Z' DataBase table already existing in production, with contents.

Now i have to include a new field in that table.

As new field is not a primary key, i had added a new field in development

and even after activation, contents of table are existing in development.

Now i have to transport that modified table into production,

I am afraid, what will be the circumstances after transportation.

Because , Data contents of that table in production are very important.

Contents should not be deleted after transportation.

Can any one explain me what happens, after i transport latest version of that table to PRD.

Thanks in advance.

Regards

Ravi

2 REPLIES 2
Read only

mvoros
Active Contributor
0 Likes
569

Hi,

in case you just add new column into your Z table then you will just get this new table in production as well. You will not lose any data from this table. Anyway, you can backup this table before transporting your changes to production to be 100% sure. Just ask your administrators for help with this transport.

Cheers

Read only

Former Member
0 Likes
569

HI every Body,

I had made changes in DDIC table ans transported,

Data remains same in the PRD even after transportation.

Regards

Ravi