‎2007 Nov 30 5:50 AM
Can any one,clearly explain me what is Update function Module?
‎2007 Nov 30 5:55 AM
Hi,
I think update is not a function module its a work process
Regards,
Prashant
‎2007 Nov 30 6:03 AM
No yar,there are three types of function modules like Normal FM,Remote Enabled FM and Update FM.
‎2007 Nov 30 6:28 AM
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
‎2007 Dec 11 10:12 AM