I was recently pulled into a Fiori project that involved sending XML files from the application to a backend system via the SAP Gateway. When I looked at the service, I found that the other developer was manually creating the XML files via string concatenations. I realized that they must not know about the built-in XML translation tool that SAP provides.
The tool itself is really powerful and usable for many different things (including a few unintended uses… but in good ways!). Today’s dev tip is a simple scenario – I hope you find it useful!
Here’s the scenario. I have a deep structure that contains an employee, each employee has one or more contacts, and each contact has one or more phone numbers. |