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

SET UPDATE TASK LOCAL

Former Member
0 Likes
892

hi,

I understand that when we use CALL function in UPDATE TASK....all the modifcations/database updations that are done in that FM are commited only once , at the end of the FM . there in no explicit commit work required.

I went through sap help and many other sdn threads for understading the funationality of SET UPDATE TASK LOCAL...however i could not understand. Can anybody let me know the exact funationality of this with an example

1 ACCEPTED SOLUTION
Read only

former_member214857
Contributor
0 Likes
479

Hi

The idea to run processes in Update task is guarantee system high availability.

For more details you can check [Update Task documentation|http://help.sap.com/abapdocu_70/en/ABAPCALL_FUNCTION_UPDATE.htm]

Best regards

1 REPLY 1
Read only

former_member214857
Contributor
0 Likes
480

Hi

The idea to run processes in Update task is guarantee system high availability.

For more details you can check [Update Task documentation|http://help.sap.com/abapdocu_70/en/ABAPCALL_FUNCTION_UPDATE.htm]

Best regards