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

local update in BDC calltransaction method

Former Member
730

Can anyone help me in understanding :-

In BDC Call-transaction method the update modes are synchronous(S) , asynchronous(A) and local update (L)

what is local update actually ? functionality of local update !

Can anyone help me in understanding :-

In BDC Call-transaction method the update modes are synchronous(S) , asynchronous(A) and local update (L)

what is local update actually ? functionality of local update !

2 REPLIES 2
Read only

0 Likes
541

hI,

The local update function performs a synchronous update according to the COMMIT WORK statement, independent of the addition AND WAIT.

when u specify tha u MODE as L then the High-Priority Function Modules are activated during the SAP-LUW.

In this no AND WAIT statement will be executed once the COMMIT WORK statement is executed.

Regards,

Vamsi.

Read only

Former Member
541

Hi,

L Local updating. If you update data locally, the update of the database will not be processed in a separate process, but in the process of the calling program.

as asynchronous and synchronous create separate process for updation .

Rgds/Abhi