Hi Gurus,
I'm so frustrated trying to do this and I've done it before, I just cannot remember how!!
I need to transfer the entire contents of an itab to dataset, the data which it contains is both numeric and char. As of now I have an output in binary mode but it transfers like this,
#0#1#0#C#O#B#E#2#0#0#7#0#1#0#1#0#1#0#0# # # # # # # # # # # # # # # # # # # # # # #1#0#1#W#E#Z#M#A#3# # # # # # # # # # # # # # # # #0#0#0#0#3
with '# between bytes and all on one line.
Could someone please give me some pointers on setting the type of output to maybe have only the fields seperated and with some type of linefeed.
Thanks in advance,
Simon