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

CALL FUNCTION IN UPDATE TASK

Former Member
0 Likes
572

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
537

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.

3 REPLIES 3
Read only

qamar_javed
Participant
0 Likes
537

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

Read only

Former Member
0 Likes
538

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.

Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
537

you can use in update task when you have inter-dependent DB commits and you want to only update if everything is successful.