‎2009 Dec 02 11:19 AM
hi experts!!
can you Please let me know what is the use of CALL FUNCTION IN UPDATE TASK and how it differ from normal CALL FUNCTION .
please suggest me on the same.
Mahesh
‎2009 Dec 02 11:24 AM
Hi
The update task will trigger at last when the data is saving in database.Where as normal FM will exegute immedatly when FM is called.
Regards,
Raghu.
‎2009 Dec 02 11:24 AM
Hi,
Check the link [http://help.sap.com/saphelp_nw04/Helpdata/EN/41/7af4e3a79e11d1950f0000e82de14a/frameset.htm|http://help.sap.com/saphelp_nw04/Helpdata/EN/41/7af4e3a79e11d1950f0000e82de14a/frameset.htm]
Before posting search in the forum or google it.
Regards, Qamar
‎2009 Dec 02 11:24 AM
Hi
The update task will trigger at last when the data is saving in database.Where as normal FM will exegute immedatly when FM is called.
Regards,
Raghu.
‎2009 Dec 02 11:30 AM
you can use in update task when you have inter-dependent DB commits and you want to only update if everything is successful.