Skip to Content
0
Former Member
Feb 17, 2011 at 10:28 AM

Posting an Excel file to a FTP Server

1103 Views

Hi,

I have a requirement, where I have to convert the contents of an internal table to an excel file, along with header details and put that file to a FTP Server.

I am able to create an excel file in FTP server, using function module FTP_R3_TO_SERVER and transfer contents of my internal table. But the contents of my internal table are getting copied to one column. How do I get the contents in different columns?

Also how do I get the header details?