Skip to Content
0
Former Member
Jan 10, 2008 at 08:39 PM

Will SUBMIT <report> EXPORTING LIST TO MEMORY work, when Run in Background?

147 Views

You can use SUBMIT <report> EXPORTING LIST TO MEMORY, and then Call the FM LIST_FROM_MEMORY to get the Data.

This works fine, when the Program is Run in Foreground. My question is, will it work when I Run the Program in Background? i.e. When I Run the Program in Background, will the SUBMIT Statement, Export the List to Memory? Because only then the FM LIST_FROM_MEMORY will get the Data.

Any alternate solution to meet the same requirement will be appreciated.