Explain Call Transaction?

Showing Answers 1 - 4 of 4 Answers

sajith khanna

  • Mar 13th, 2006
 

it is one of the method used to migrate data from non sap systems to sap systems

with this we can work with small amount of data

we can work with foreground process

it does not have logfile explicitly

to work with we have to use BDCMSGCOLL data structure

it process the data synchronously and updates the database synchronously,but by means of update parameter  we can change the mode from synchronous to asynchromous,once it is asynchronous it is faster than session method

it can handle only one application at a time

Call transacton is comes under the BDC.  While uploding data into SAP system we are used it.

1) Call transaction is an Synchronze process.
2) Update mode is both synchronze and Asynchronze mode.
3) If you have some error in Flate fille we can use the structure BDCMSGCOLL We can easily find out the error.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions