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 Transaction

Former Member
0 Likes
350

Hi,

What Is Exact meaning of CALL TRANSACTION 'LOCAL' update mode?

1 ACCEPTED SOLUTION
Read only

Faaiez
Product and Topic Expert
Product and Topic Expert
0 Likes
329

This statement switches on the local update. In the local update, priority update function modules - registered during the current SAP LUW using CALL FUNCTION ... IN UPDATE TASK - are registered in the ABAP memory instead of the VBLOG database table. In addition, it specifies that the current work process and not the update work process run these modules during the current database LUW, when the COMMIT WORK statement is executed. This statement has no effect on low-priority update function modules.

At the beginning of every SAP LUW, the local update function is deactivated. If you wish to use it, you must reactivate it again before the first update function module is registered.

Regards

Hi,

What Is Exact meaning of CALL TRANSACTION 'LOCAL' update mode?

1 REPLY 1
Read only

Faaiez
Product and Topic Expert
Product and Topic Expert
0 Likes
330

This statement switches on the local update. In the local update, priority update function modules - registered during the current SAP LUW using CALL FUNCTION ... IN UPDATE TASK - are registered in the ABAP memory instead of the VBLOG database table. In addition, it specifies that the current work process and not the update work process run these modules during the current database LUW, when the COMMIT WORK statement is executed. This statement has no effect on low-priority update function modules.

At the beginning of every SAP LUW, the local update function is deactivated. If you wish to use it, you must reactivate it again before the first update function module is registered.

Regards