I am building a SAP UI5 application using XML views. In the XML View the data binding is done using a JSON model which is a REST service used to fetch data from SQL Database.
Now, on clicking on Submit button in the view, I need to post the data to both the SQL Database and SAP system using REST and Odata services.
How can we achieve this? The data is present in the JSON Model, how can I populate the ODATA service and submit the data simultaneously.
Thanks