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: 

Data transfer from Table1 to Table2 of diff servers

Former Member
0 Kudos
100

Dear All,

I have to transfer Data from Table A of Development Server to Table A of Production Server. Records are very huge..

Please tell me the procedure.

Regards

Vikas

1 ACCEPTED SOLUTION

Former Member
0 Kudos
64

Hi,

Create you request and include object R3TR TABU <tabname> and then add some keys (or just client and * for all records)

Refer to this link..

hi check this step by step by procedure for the transport of table entries..

Edited by: avinash kodarapu on Dec 1, 2008 1:36 PM

Edited by: avinash kodarapu on Dec 1, 2008 1:38 PM

4 REPLIES 4

Former Member
0 Kudos
65

Hi,

Create you request and include object R3TR TABU <tabname> and then add some keys (or just client and * for all records)

Refer to this link..

hi check this step by step by procedure for the transport of table entries..

Edited by: avinash kodarapu on Dec 1, 2008 1:36 PM

Edited by: avinash kodarapu on Dec 1, 2008 1:38 PM

0 Kudos
64

Hi,

Will it work if the records are huge..

Or, Any other method we have to apply then.

Regards

Vikas

Former Member
0 Kudos
64

We can transfer the data from one server to another using the Transport Request .

Wont this be possible for transferring tables.

Former Member
0 Kudos
64

Hi Vikas,

Just do one thing. Put all the data into a transport request and release this request. After releasing the request the system will generate a file. This file can be copied/moved to any other server and imported there.

Thanks

Nitesh