Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Regarding Tcode CG3Z

Former Member
0 Likes
521

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

1 REPLY 1
Read only

Former Member
0 Likes
383

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.