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?