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 trasaction method in BDC

Former Member
0 Likes
653

Hi,

I m new to SAP ABAP....

When is update mode used in call transaction method in BDC

Thanks...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
628

Hi Richa

Please elaborate your question.....

4 REPLIES 4
Read only

Former Member
0 Likes
629

Hi Richa

Please elaborate your question.....

Read only

0 Likes
628

Hi...

Actually I want to ask about local update in call transaction.....

Read only

0 Likes
628

Hi

There are 3 update methods in call transaction

Asynchronous

Synchronous

Local

Local update does not start a new process but it updates the database in the process of the program execution only.

Read only

0 Likes
628

Hi,

If you use local update mode in call transaction, the update of the database will not be processed in a separate process, but in the process of the calling program itself.

Regards,

Vik