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: 

How can I transport data from one client to another client?

Former Member
0 Kudos

How can I transport data from one client to another client?

Regards,

Subho

6 REPLIES 6

awin_prabhu
Active Contributor
0 Kudos

Move those objects to a TR. Do a client copy of the Transport request using T-code SCC1

rainer_hbenthal
Active Contributor
0 Kudos

With RFC. Either you are calling an own written function module or a BAPI via RFC.

If you what you are doing you can read the data from the current client, modify the clinet field and insert the data again with client specified.

Former Member
0 Kudos

of what kind of data are we talking about?

a) customizing data?

b) real data?

do you want to transport a or some secific records of a certain table? or do you want to transport the whole table?

for transporting a full table you can create a TR and add an object R3TR TABU YOURTABLE.

0 Kudos

It is a customized table. But my problem is to create the CTS for these data. Can you please tell me that how can I create CTS for data in a customized table?

0 Kudos

hmmm, CTS = cutomizing transport?

If you have a customizing table, there are still two possibilities.

1. customize in DEV system and transport

2. customize right there where you need it.

this depends on how the maintainance view is built. If it is a simple customizing table and you get not asked for a TR when customizing a new record or changing an existing one, you hit possibility 2.

ThomasZloch
Active Contributor
0 Kudos

Basic question, please search before asking. In any case, give all relevant details in your initial question to keep others from guessing.

Thread locked.

Thomas