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

Server

Former Member
0 Likes
663

Hello,

i have a requirement where i need to download the data from sap and transfer the data into the other server (which is non sap), where this activity will be happening in the background.

cheers

5 REPLIES 5
Read only

Former Member
0 Likes
631

This will happen at the application server level. Goto transaction SM51 and check for Application server's list.

From that application server you need to run your FTP script for transferring the file.

Read only

Former Member
0 Likes
631

Use report RSFTP004 to FTP the file from SAP server to other one.

Thanks & Regards,

Ankur

Read only

0 Likes
631

hai ankur,

what are the inputs to given to the program, can you give the details regarding the inputs

cheers

Read only

0 Likes
631

Hi Rajani,

The program parameters are simple and requires username and password for source as wellas destination system.

I you dont have these enabled in your FTP server I mean if there is ful access leave these blank.

Thanks & Regards,

Ankur

Read only

0 Likes
631

hai ankur,

my requiremnt is when i download to the app,lication server i need to transfer into other server( which is other than sap)

so for the program iam giving the inputs as:

Source - Use = sap

Password = gurgaon

Host =
10.6.4.93\usdatatran

File = testing

Destination - User = sap

Password = pass@123

Host =
10.6.22.27\documnets

File = testing

RFC Destination = sapftp

cheers