cancel
Showing results for 
Search instead for 
Did you mean: 

Transfer Internal table data to FTP Server

Former Member
0 Kudos

Hi All,

Can anyone help to transfer internal table data to FTP Server.

Normal for Application server after collecting the data into Internal table we will call the function module GUI_DOWNLOAD. Like that is there any FMoodule to solve this.

Thanks in advance

Eswar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

use open dataset , transfer dataset commands to transfer to application server .

Former Member
0 Kudos

Not the application server, i need the help for FTP Server

Former Member
0 Kudos

FTP server is like sending it to any other directory on your network. Either your ftp server directory should be visible from your application server or you need to do ftp from the application server/presentation server to the ftp server.

You can use FTP_CONNECT, FTP_COMMAND and FTP_DISCONNECT to do the FTPs, not an easy task. Or you can ask your unix specialists to create a small script that you can execute from SAP.

Srinivas

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Have a look at the following weblog:

/people/thomas.jung3/blog/2004/11/15/performing-ftp-commands-from-abap

andreas_mann3
Active Contributor
0 Kudos

Hi ,

1st: transfer your itab to appl.-server

2nd: use a program like

to transfer data to foreign server

regards Andreas

Former Member
0 Kudos

If these answers helped you, please reward and close the post.

Thanks,

Srinivas