Application Development and Automation 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: 
Read only

Module Pool in background......

Former Member
0 Likes
1,434

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

3 REPLIES 3
Read only

Abhijit74
Active Contributor
0 Likes
837

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

Read only

Arun_Prabhu_K
Active Contributor
0 Likes
837

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.

Read only

sriharsha_parayatham
Participant
0 Likes
837

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.