‎2014 Feb 05 4:40 PM
Hi All,
I want to run Module Pool Program in Background mode.
The module pool report after executing displays ALV output.
Ref:-Call Transaction in UPDATE task | SCN
Kindly Suggest
‎2014 Feb 05 5:13 PM
Hello Nikita,
Create a transaction for your program and then create a recording using BDC to process the screens with desired input and then schedule background job.
Thanks & Regards,
Abhijit
‎2014 Feb 06 3:07 AM
Hello Nikita Mali,
Module pool type program cannot be run in background as such.
Only those programs that can be executed via SE38 (viz.,report programs) can be executed in background.
Regards.
‎2014 Feb 06 12:14 PM
is that your program have multiple screens before finally coming to alv display?
if yes try recording the screen and run as BDC.
if no ... just have selection screen and , custom container to display alv in next screen....
try to schedule in background , ALV display will be added to spool ,
no problem at all.