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