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
2,654

Hi All,

Is it possible to execute a Module Pool program in Background mode?

Thanks & Regards,

Asha

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,366

Hi,

It is possible to run a module program in background mode

Ex. VA01 t.code is created in module pool itself.

and the order can be created using call transaction or any BAPI FM.

So we can execute the program in background mode also.

Regards,

Phani.

6 REPLIES 6
Read only

Former Member
0 Likes
1,366

Hi Asha,

I dont think it is possible to run a module pool program in background. Because a Module Pool is run through a transaction code associated with it and tcode cannot be executed in background.

Best Regards,

Ram.

Read only

Former Member
0 Likes
1,366

Hi Asha.

The Module Pool program can not execute in Background becuase it needs to display on screen

also can not be in spool.

So what you going to do is using BDC and call the transaction of the module pool program.

Hope it helps.

Sayan.

Read only

Former Member
0 Likes
1,367

Hi,

It is possible to run a module program in background mode

Ex. VA01 t.code is created in module pool itself.

and the order can be created using call transaction or any BAPI FM.

So we can execute the program in background mode also.

Regards,

Phani.

Read only

Former Member
0 Likes
1,366

hi,

Only type 1, or executable programs ....

check this link

http://help.sap.com/saphelp_nw70/helpdata/EN/c4/3a7f87505211d189550000e829fbbd/content.htm

thanks

Read only

Former Member
0 Likes
1,366

hi asha...

Module pool programs does not executed in Background mode, Because Module pool programs must have a Transaction code for execute in foreground also, does not execute without transaction code..these transaction codes can not provide in background mode...this is the one reason.

another one is Module pool programs having 'n' number of screens as we as buttons...every screen must having manual interaction (click the push buttons or enter field values etc)..manual interaction not possible in Background mode....so we can't run the module pools in Background mode...

thank you...

Read only

0 Likes
1,366

Why are you replying to a 4-years old answered thread?