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

move data from one server to another

Former Member
0 Likes
824

As we need to move data from one Server to another. What all thinks we need to do.

Plz help....

Kind Regards,

Suvi.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
695

Try to use FM's: FTP_CONNECT, FTP_COMMAND, FTP_DISCONNECT. You might find sample codes over the forum.

Regards

Eswar

As we need to move data from one Server to another. What all thinks we need to do.

Plz help....

Kind Regards,

Suvi.

3 REPLIES 3
Read only

Former Member
0 Likes
696

Try to use FM's: FTP_CONNECT, FTP_COMMAND, FTP_DISCONNECT. You might find sample codes over the forum.

Regards

Eswar

Read only

Former Member
0 Likes
695

hi,

use all these ways ::

BEST WAY

by using ALE/IDOCS WE CAN TRANSFER DATA FROM ONE SERVER TO ANOTHER SERVER . FOR THAT WE NEED TO CONFIGURE ALE.

DEFINE LOGICAL SYSTEMS TCODE SALE OR BD54

ASSIGN LOGICAL SYSTEMS TO CLIENT TCODE SCC4

CREATE RFC TCODE SM59

CREATE PORTS TCODE WE21

CREATE PARTNER PROFILES TCODE WE20

CREATE CUSTOMER MODEL VIEW TCODE BD64

AFTER THAT GENARATE IDOC

THE ABOVE PROCES IS NOT AN EASY TASK

to transfer the data from one server to another server. the tool is cross application.In both the servers, we should create a alike database.use WEDI transaction for cross application. first u should create one segment and one idoc. these two things should be combine by msg types. and later u should go to SALE transaction. there u should create RFC . there u have mention server2 id and everything

4. * Another best way* on link.

http://www.databasejournal.com/features/mssql/article.php/3507171

REWARD points if useful.

Read only

Former Member
0 Likes
695

Thanks for such detailed solution..