2010 May 31 5:17 AM
Hi,
I use SUBMIT statement to call a Simple Report program.
The functional module LIST_FROM_MEMORY helps me to pass in to LISTOBJECT.
This entire thing is working fine in four grounds but when I schedule
This program in back ground its not working due to functional module
LIST_FROM_MEMORY returns EXCEPTIONS NOT Found.
Plz help me how to solve.
Thanks
Hi,
I use SUBMIT statement to call a Simple Report program.
The functional module LIST_FROM_MEMORY helps me to pass in to LISTOBJECT.
This entire thing is working fine in four grounds but when I schedule
This program in back ground its not working due to functional module
LIST_FROM_MEMORY returns EXCEPTIONS NOT Found.
Plz help me how to solve.
Thanks
2010 May 31 6:11 AM
2010 May 31 6:16 AM
Are you using
SUBMIT <ur report> EXPORTING LIST TO MEMORY.
and then calling this function module to get the value
2010 May 31 6:33 AM
SUBMIT EXPORTING LIST TO MEMORY.
Its not working in back ground but working in four ground..
2010 May 31 6:40 AM
2010 May 31 7:35 AM