Hi All,
I am downloading the one internal table content using the GUI_DOWNLOAD to a text file(.txt). The cursor is in last position of the text file where there is no content. For example consider the below is downloaded txt file:
This is test file.
Downloaded from the internal table
using GUI_DOWNLOAD
| <----
In above the internal table content first three lines..
Once I press page down in the text file, the cursor goes below the third line..(i.e., next to the last line)
How to avoid that ?
Thanks in Advance,
Regards,
Raghu