2009 Aug 07 2:57 PM
Hi,
I m new to SAP ABAP....
When is update mode used in call transaction method in BDC
Thanks...
2009 Aug 07 2:59 PM
2009 Aug 07 2:59 PM
2009 Aug 07 3:02 PM
Hi...
Actually I want to ask about local update in call transaction.....
2009 Aug 07 3:05 PM
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.
2009 Aug 07 3:10 PM
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