Multiple choice technology programming languages

Which Attribute is mandatory for BAPI?

  1. Normal Function Module

  2. Update Module

  3. Remote enable

  4. None

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

For a function module to be used as a BAPI, it must be 'remote-enabled' (processing type). This attribute allows the function module to be called from external systems via RFC (Remote Function Call), which is essential for BAPIs as they are designed for external integration. Normal and Update module types do not provide this capability.