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

update function module

Former Member
0 Likes
1,715

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

2 REPLIES 2
Read only

Former Member
0 Likes
789

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

Read only

Former Member