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 BDC (Batch Data Communication), the Session Method is Synchronous. When a session is created and processed, it waits for the session to complete before proceeding. This is different from Call Transaction which can be Asynchronous. Session method ensures data integrity through synchronous processing.