Multiple choice technology platforms and products

Different types of RFC:

  1. Synchronous RFC

  2. Asynchronous and Transaction RFC

  3. Queued RFC

  4. Fast RFC

Reveal answer Fill a bubble to check yourself
A,B,C Correct answer
Explanation

SAP supports four main types of RFC (Remote Function Call): Synchronous RFC (sRFC) where the calling system waits for the result, Asynchronous RFC (aRFC) where the calling system continues immediately, Transactional RFC (tRFC) where calls are executed once in order, and Queued RFC (qRFC) which extends tRFC with serialization by queue. 'Fast RFC' is not a standard RFC type in SAP's RFC architecture.

AI explanation

SAP's Remote Function Call (RFC) technology includes Synchronous RFC (caller waits for the result), Asynchronous/Transactional RFC (call is queued and executed independently, with transactional guarantees for delivery), and Queued RFC (adds strict sequential processing order via a queue). 'Fast RFC' is not a recognized RFC type in SAP terminology.