Hi experts
I have a requirement to place a .TXT file on the<b> FTP server</b>. I am able to do that successfully using the function modules HTTP_SCRAMBLE, FTP_CONNECT, FTP_R3_TO_SERVER, FTP_DISCONNECT. But the problem is I want to make this file as <b>Tab delimited</b>. As of now, when I copy this text file back to my desktop and open with notepad, it is not in the Tab delimited format. Moreover, if the number of columns are greater than 1024, the data is being written in the next line. Can you please suggest any solutions fast as this is urgent requirement.
Full points will be given 😊 .