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

Send data to FTP path(Shared folder)

Former Member
0 Likes
902

Hi All,

I am working on a object ,which have to send the output internal table data to client share folder(FTP) path .I have already path details and have access to open that path.Before this program was send Outdata internal table data to application server.But now they want to send data to FTP path.I searched some exmples in Net,but i didnot understand well.Please send any examples or information related to this object with total information ASAP.Please do need ful help.I have to deliver the object ass early as possible.

Abdul....

2 REPLIES 2
Read only

Former Member
0 Likes
515

Hi,

Please explore FM's like FTP_CONNECT, FTP_COMMAND & FTP_DISCONNECT. Maybe you can find some sample codes in the forum.

Regards

Eswar

Read only

Former Member
0 Likes
515

As per the details mentioned, you can't able to download the internal table to a FTP shared directory.

first, write a program to download your internal table data to a file in the specified directory (application directory - AL11). next excute the FTP commands ( cd & put) using program RSFTP002 through the RFC connection SAPFTPA.

dont forgot to reward points for helpful answers

regards,

surya