Multiple choice technology programming languages

Is Session Method, Asynchronous or Synchronous?

  1. Asynchronous

  2. Synchronous

  3. Synchronous and Asynchronous

  4. None of above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In SAP, the Session Method (specifically BDC Session Method or Call Transaction) for data transfer is synchronous - it waits for processing to complete before moving to the next record/session. This ensures data integrity and proper error handling during batch data processing.