SAP
C_TAW12_740 · Question #71
You are writing the function module that will be called from external systems vi remote function call (RFC).How do you report an error back to the external caller?
The correct answer is A. Write the error data into an CHANGING parameter than is passed by value. See the full explanation below for the reasoning.
Question
You are writing the function module that will be called from external systems vi remote function call (RFC).How do you report an error back to the external caller?
Options
- AWrite the error data into an CHANGING parameter than is passed by value
- BWrite the error data into an EXPORTING parameter than is passed by reference
- CWrite the error data into a TABLES parameter than is passed by reference
- DWrite the error data into a RECEIVING parameter than is passed by value
How the community answered
(26 responses)- A69% (18)
- B8% (2)
- C4% (1)
- D19% (5)
Community Discussion
No community discussion yet for this question.