SAP Certified Associate – SAP Integration Suite — Question 13
In a Content Modifier, you want to set up a call to the message body of the previous Content Modifier.
Which notation do use to implement this?
Answer options
- A. ${body.in}
- B. ${bodyin}
- C. ${inbody}
- D. ${in.body}
Correct answer: D
Explanation
The correct answer is D, as the notation ${in.body} properly references the message body from the previous Content Modifier. Options A, B, and C do not follow the correct syntax for this reference, making them invalid choices.