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: 

Pass file to external server from back-end R/3

Former Member
0 Kudos

Hi all,

I have a requirement to pass a clear text file from our background r/3 system to an external server.

Looking for some advice as where to start??  Is this possible by establishing a connection via SM59 and then creating a RFC enabled FM to pass the data to the external server.  Connection is to be made by TCP/IP.

Any help would be appreciated

Thanks all

1 ACCEPTED SOLUTION

arindam_m
Active Contributor
0 Kudos

Hi,

FTP is an option to achieve this. Check the wiki below to know the details of how to implement it.

http://wiki.sdn.sap.com/wiki/display/Snippets/ABAP+solution+to+implement+FTP+transactions

Cheers,

Arindam

2 REPLIES 2

Former Member
0 Kudos

Hi

I suppose you can transfer file by ftp

Max

arindam_m
Active Contributor
0 Kudos

Hi,

FTP is an option to achieve this. Check the wiki below to know the details of how to implement it.

http://wiki.sdn.sap.com/wiki/display/Snippets/ABAP+solution+to+implement+FTP+transactions

Cheers,

Arindam