‎2009 Jan 16 8:49 AM
Hi All,
Is it possible to execute a Module Pool program in Background mode?
Thanks & Regards,
Asha
‎2009 Jan 16 9:01 AM
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.
‎2009 Jan 16 8:54 AM
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.
‎2009 Jan 16 8:58 AM
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.
‎2009 Jan 16 9:01 AM
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.
‎2009 Jan 16 9:02 AM
hi,
Only type 1, or executable programs ....
check this link
http://help.sap.com/saphelp_nw70/helpdata/EN/c4/3a7f87505211d189550000e829fbbd/content.htm
thanks
‎2013 Aug 27 12:13 PM
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...
‎2013 Aug 27 2:51 PM