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

use of function module 'FTP connect'

Former Member
0 Likes
4,145

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,217

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
Read only

bpawanchand
Active Contributor
0 Likes
2,217
Read only

Former Member
0 Likes
2,217

you connect to FTP using FTP_CONNECT

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

Read only

Former Member
0 Likes
2,217

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

Read only

Former Member
0 Likes
2,218

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

Read only

Former Member
0 Likes
2,217

Hi Jyotshna,

FTP_CONNECT

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

Regards,

Chandra Sekhar

Read only

Former Member
0 Likes
2,217

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.