‎2012 Apr 18 3:10 PM
Hi all,
When i am uploading the file in the server using Tcode CG3Z,
At the end of the data # sign is also coming with it.
Please advice how to remove that # sing from the end.
Regards
Akhilesh Singh
‎2012 Apr 18 3:31 PM
Look at that in debug and look at the hex value...it's not a #, it's a CR or LF or both (0D, 0A or 0D0A), and it most probably needs to be there. Those little desktop things written by MS just won't show it to you, except maybe in WordPad. BTW, CG3Z is ancient, and limits your record transfer width to 256 bytes. Better to learn to do Open dataset...transfer, close, so that you can write a file of any width to the apps server.