Application Development 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: 

I have one query about table entries.

Former Member
0 Kudos

i have one query about table entries.

suppose for particular table we maintained 5 entries in dev server. actaully in the dev we have only these 5 entries.

In production we have 200 entries actually.

If we move the cts from dev to production ,we will get 205 entries right

please help me in this.

6 REPLIES 6

former_member206439
Contributor
0 Kudos

if that 5 entries are included in the transport request then def that 5 entries will reflect in Production.

If you are changing the table structure and not the entries then don't have any problem.

0 Kudos

so if we release the cts with the 5 entries then production box for that table we will get 205 entries including the 5 entries right.

please confirm this.

0 Kudos

please answer to this question.....

0 Kudos

If same record is available ( key field values) then it will override the data otherwise it creates new entry

/people/community.user/blog/2007/01/07/transport-table-entries

Former Member
0 Kudos

It all depends on your table key fields.

If entries exist with keys same as your 5 entries, then the records would be modified else appended.

Regards,

Lalit.

kishorekumar_vemula
Active Participant
0 Kudos

If i understood correctly, It is a Z table and you have done some changes in DEV system. If you move this to Production, it wont effect the production entries.

There are 2 different ways you can trnasport a Table. 1. with Table entries 2. Without table entries.

If you transport with Table entries then the DEV entries in this case 5 will be moved to PRODUCTION totaling 205.

If you transport without table entries, then in Production you will find only 200 entries.