Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9129

Re: XLS file download with multiple sheets into FTP folder

$
0
0

Hi Jaun,

 

I  am using the function module FTP_R3_TO_SERVER to send the data to the FTP server.

before that i am using the function modules  HTTP_SCRAMBLE and  FTP_CONNECT.

 

CALL FUNCTION 'FTP_R3_TO_SERVER'
     EXPORTING
       handle        = gv_hdl
       fname         = 'newjoinee.xls'
*     BLOB_LENGTH   =
      CHARACTER_MODE       = 'X'
     TABLES
**     BLOB          = lt_xml_table
       text          = lt_xml_table
     EXCEPTIONS
       tcpip_error   = 1
       command_error = 2
       data_error    = 3
       OTHERS        = 4.


lt_xml_table is the table having the data for xls.

 

Thanks & Regards,

Pramodh.M


Viewing all articles
Browse latest Browse all 9129

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>