Hello Community,
it is very easy for me to build a fiori app with a master detail template providing data from an ODATA service with Web IDE.
My ODATA Service does not only provide a GET function, it is also able to create and update entries, but the master detail template only displays the data and has no edit view.
What is the easiest way to add an edit function to my app?
I am able to create an edit view and call the ODATA service with ajax and send the changed values from document.getElementById() but what is the correct way to do this?
Is there a step by step instruction or demo app?
Thanks for your help!