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

Table data transfer

Former Member
0 Likes
514

Hi,

One basic question on table data transfer. We have a client dependant custom z table. When we transport the table's data also to quality and production, will the client field get automatically updated with the correct client number to which we are transporting it to or will it remain the same? E.g if we are transporting from Dev client 100 to quality client 200, will all the data record's client field be updated as 200 instead of 100? If not, please let me know how it should be done.

Thanks

Swetha.

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
473

It will get automatically updated with the Target Client number.

You can check in the Customization tables. Like T001 (company Codes) has the MANDT. We create the Company codes in the customization and than transport to Quality or Producation. Those requests contains the tables entries and they will get saved with the appropriate client in the other systems.

Regards,

Naimesh Patel

3 REPLIES 3
Read only

naimesh_patel
Active Contributor
0 Likes
474

It will get automatically updated with the Target Client number.

You can check in the Customization tables. Like T001 (company Codes) has the MANDT. We create the Company codes in the customization and than transport to Quality or Producation. Those requests contains the tables entries and they will get saved with the appropriate client in the other systems.

Regards,

Naimesh Patel

Read only

0 Likes
473

Thank you Naimesh Patel and a®s..!!

Read only

former_member194669
Active Contributor
0 Likes
473

While transporting MANDT will get automatically filled with target client

a®