Application Development 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: 

Spool Generation problem in Back ground

Former Member
0 Kudos

Hi,

Can some one let me know what is the problem in spool generation in the following scenario.

I have two reports:

ZF003 and ZF005.

ZF003 contains the ALV grid which actually outputs the list.

If i run this in background the spool is being generated bcoz it makes use of ALV grid.

we had a requirement to code some additional functionality in ZF005 and made use of ZF003 in the program ZF005.

ZF005 displays the ALV output when it is run in fore ground.but it is not generating the spool when run in the background.

Thanks in advance.

Regards,

Babul.

1 ACCEPTED SOLUTION

0 Kudos

what about ZF003, is it also ALV or simple list using write statements?

make sure there are no write statements when using ALV.

4 REPLIES 4

0 Kudos

what about ZF003, is it also ALV or simple list using write statements?

make sure there are no write statements when using ALV.

0 Kudos

Hi Kiran,

ZF003 is an ALV.there are no write statements in this.

But can you please let me know how does write statemnet affect this.

Former Member
0 Kudos

Does that program handles any Upload or Download from PC ??

did you check the status of job ? is it successful ??

0 Kudos

Hi Aarun,

It doesnot handle any upload or download from PC.

Very much Thanks for ur suggestions.

But i have coded in ZF005 using ALV once again to generate the spool in background.