hi Hahu,
TYPES : BEGIN OF TY_FINAL,
DATA TYPE STRING,
END OF TY_FINAL.
data : it_final TYPE TABLE OF ty_final,
wa_final TYPE ty_final.
I am still getting the junk character by changing filetype to 'IBM' from 'ASC' in FM GUI_DOWNLOAD.
But the position of the characters in the file is not getting disturbed. So It is a kind of work around.
Thanks.