Hi All,
I am trying to download data to application server using code:
LOOP AT <F_FS> into <fs_wa>.
transfer <fs_wa> to file1.
ENDLOOP.
But , as my internal table contains some decimal fields, hence code downloading junk characters at decimal number places.
Can you please tell me , any way to downlaod decimal numbers to application server using TRANSFER command ?
Thanks.