‎2010 Dec 13 5:04 PM
Hi Experts,
How to store trailing spaces in an internal table?
I tried with ' ' and ` ` but these 2 are not working with trailing spaces.
i want to store output in internal table like 'this is like ' but after generating txt file in ftp server using FTP_R3_TO_SERVER I am getting output like 'this is like'. Is there any way to solve this problem?
Regards,
Kevw
‎2010 Dec 13 5:57 PM
A search of the forum would probably get answers.
If you're writing to a file on apps server, look at your transfer statement help...you can specify length of the string to be written out, and for me that preserves trailing spaces.
‎2010 Dec 13 6:01 PM
Hi,
Thanks for your suggestion
There is no transfer statement in my code.
Can you plz implement the above through the sample code.
TIA,
Kuldeep
‎2010 Dec 13 6:02 PM
And, of course, if I had realized there's at least one other open post with the same question, I would not have answered.....