‎2007 Feb 03 3:31 PM
can any one can give the exact exp;ination about update function module and its types (start immediate, immediate start no restart,start delayed,coll.run)
thanks
‎2007 Feb 03 7:17 PM
Hi
In R/3 system, Go to transaction - SE37 and put any standard function module name
say BAPI_PO_CREATE
and click on Display key.
Go to the Attributes tab.
Press F1 on the particular radio buttons (say Update Function module .. and so on..)
You will all the relevant information from there.
Also read this
-
To be able to call a function module in an update work process, you must flag it in the Function Builder. When you create the function module, set the Process Type attribute to one of the following values:
Update with immediate start
Set this option for high priority ("V1") functions that run in a shared (SAP LUW). These functions can be restarted by the update task in case of errors.
Update w. imm. start, no restart
Set this option for high priority ("V1") functions that run in a shared (SAP LUW). These functions may not be restarted by the update task.
Update with delayed start
Set this option for low priority ("V2") functions that run in their own update transactions. These functions can be restarted by the update task in case of errors.
-
Hope this will help.
Pls reward suitable points.
Regards
- Atul
‎2007 Feb 03 8:13 PM
hi good
go through this link
http://help.sap.com/saphelp_nw2004s/helpdata/en/41/7af4daa79e11d1950f0000e82de14a/content.htm
thanks
mrutyun^