‎2008 Jan 29 4:17 PM
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....
‎2008 Jan 30 1:47 AM
Hi,
Please explore FM's like FTP_CONNECT, FTP_COMMAND & FTP_DISCONNECT. Maybe you can find some sample codes in the forum.
Regards
Eswar
‎2008 Jan 30 7:14 AM
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