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: 

FTP communication from SAP

Ashutosht09
Participant
0 Kudos

Hi,

I am not sure if this is the right forum to post this message.

I have to pick up the files from a FTP location and move it to the application server. We do not have any middleware like PI.

Can anyone please help me with the steps to setup the FTP connection with the server and create the commands to move the file between the servers.

any help will be highly appriciated.

Regards,

Ashutosh

4 REPLIES 4

Former Member
0 Kudos

Hi,

This can be done programatically in R/3. Here is a sample program:

[http://wiki.sdn.sap.com/wiki/display/ABAP/APOtoMappedNetworkDrive]

cheers

Aveek

Former Member
0 Kudos

You can use the function modules in function group 'SFTP'.

0 Kudos

Thanks for your replies.

I am actually looking for approach with creating SM69 commands to move the files.

Also, it would be great if someone can please help me with the steps to create a FTP connection between SAP and FTP server. I beleive the FTP server should be somehow visible to SAP for transfer of files.

Former Member
0 Kudos

Hi,

You can refer to the 2 links below for your queries:

[http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/30877ba8-f921-2c10-8783-f7e47878b738]

[http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/200ec95e-83e5-2c10-1495-9da843f5394a]

cheers

Aveek