Skip to Content
0
Former Member
Sep 23, 2008 at 07:15 AM

Downloading data to application server

25 Views

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.