‎2006 Feb 06 1:39 PM
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
‎2006 Feb 06 1:48 PM
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.
‎2006 Feb 06 1:51 PM
Use report RSFTP004 to FTP the file from SAP server to other one.
Thanks & Regards,
Ankur
‎2006 Feb 06 2:45 PM
hai ankur,
what are the inputs to given to the program, can you give the details regarding the inputs
cheers
‎2006 Feb 06 2:56 PM
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
‎2006 Feb 06 3:04 PM
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