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
579

Can any one,clearly explain me what is Update function Module?

4 REPLIES 4
Read only

former_member386202
Active Contributor
0 Likes
548

Hi,

I think update is not a function module its a work process

Regards,

Prashant

Read only

0 Likes
548

No yar,there are three types of function modules like Normal FM,Remote Enabled FM and Update FM.

Read only

Former Member
0 Likes
548

Hi Prince,

The update function module is for execution in update task.

It is not executed immediatley..It will be triggered when a subsequent commit work is executed..

If it fails..You can use SM13 to view the update terminations..

difference..You cannot call normal function module IN UPDATE TASK...The update modules is not remotely callable..

Hope ur problem is solved now..

<b>Reward points if useful...</b>

Thanks & Regards

ilesh 24x7

Read only

Former Member
0 Likes
548

Thanks