Which Attribute is mandatory for BAPI?
-
Normal Function Module
-
Update Module
-
Remote enable
-
None
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.