2006 Oct 09 3:48 PM
Hi all,
I am scheduling a job in the backgroung manually.
I am using FM LIST_TO_ASCI in the ABAP program to download the list in to the server.
The problem is when i run the report in the foreground it works fine but when i run the report in the background, it only downloads the last page.
how can i resolve this issue?
thanks in advance.
Hi all,
I am scheduling a job in the backgroung manually.
I am using FM LIST_TO_ASCI in the ABAP program to download the list in to the server.
The problem is when i run the report in the foreground it works fine but when i run the report in the background, it only downloads the last page.
how can i resolve this issue?
thanks in advance.
2006 Oct 09 3:55 PM
Export the list to Memory and use the function module
LIST_FROM_MEMORY to read the list. Then call LIST_TO_ASCI . Then only it work in the background
2006 Oct 09 4:01 PM
Hi,
use FM
LIST_TO_MEMORY
LIST_FROM_MEMORY
List_to_asci.
Regards
amole
2007 Mar 08 12:11 PM
Hi
I use the FM as your recommendation and is still not works.
Please help me.
Abdo ABI ATMI ([email protected])