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: 

use of function module 'FTP connect'

Former Member
0 Kudos

when we use the function module 'FTP connect', and 'FTP_R3_TO_SERVER'

1 ACCEPTED SOLUTION

Former Member
0 Kudos

FTP Connect FM's are used, when you need to send data from R/3 to a remote server using FTP functionality.

In order to test this you have several standard SAP demo programs starting with RSFTP, kindly check it , this would be use full.

search for RSFTP* .

Regards,

Raghavendra

6 REPLIES 6

bpawanchand
Active Contributor
0 Kudos

Former Member
0 Kudos

you connect to FTP using FTP_CONNECT

and we use 'FTP_R3_TO_SERVER' to upload data from Unix system to FTP Server

Former Member
0 Kudos

Hi,

The Function module GUI_DOWNLOAD is used to download the data into presentation server and Dataset concepts to download the data into Application server. Sometimes we may require to download the data from other system (3rd Party System) to SAP and Vice Versa. In such scenarios, the concept of FTP commands comes into picture.

the various FTP commands are:

HTTP_SCRAMBLE, FTP_CONNECT, FTP_R3_TO_SERVER, FTP_DISCONNECT, RFC_CONNECTION_CLOSE function modules.

FTP_CONNECT : This is used to connect to other system from SAP with the help of Userid & amp; scrambled password & Host string & destination (default 'SAPFTP').

FTP_R3_TO_SERVERThis is used to transfer the internal table data as a file to other system in the character mode.

for more details refer to link:

Thanks

Rajesh Kumar

Former Member
0 Kudos

FTP Connect FM's are used, when you need to send data from R/3 to a remote server using FTP functionality.

In order to test this you have several standard SAP demo programs starting with RSFTP, kindly check it , this would be use full.

search for RSFTP* .

Regards,

Raghavendra

Former Member
0 Kudos

Hi Jyotshna,

FTP_CONNECT

[Sample Code for FTP_CONNECT|http://www.sap-img.com/ab003.htm]

Regards,

Chandra Sekhar

Former Member
0 Kudos

Hi Jyothsna,

for 'FTP_connect' refer to the link below:

http://php.activeventure.com/function/f/function.ftp-connect.html

also go through the link :

With luck,

Pritam.