Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

background job scheduling

Former Member
0 Likes
503

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.

3 REPLIES 3
Read only

Former Member
0 Likes
476

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

Read only

Former Member
0 Likes
476

Hi,

use FM

LIST_TO_MEMORY

LIST_FROM_MEMORY

List_to_asci.

Regards

amole

Read only

0 Likes
476

Hi

I use the FM as your recommendation and is still not works.

Please help me.

Abdo ABI ATMI ([email protected])