‎2007 Jun 12 12:55 PM
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.
‎2007 Jun 19 4:50 PM
what about ZF003, is it also ALV or simple list using write statements?
make sure there are no write statements when using ALV.
‎2007 Jun 19 4:50 PM
what about ZF003, is it also ALV or simple list using write statements?
make sure there are no write statements when using ALV.
‎2007 Jun 29 8:31 AM
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.
‎2007 Jun 19 4:54 PM
Does that program handles any Upload or Download from PC ??
did you check the status of job ? is it successful ??
‎2007 Jun 29 8:37 AM
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.