Hi,We have a requirement to create a SAPUI5 application that will display data from multiple mainly non-related tables using OData V2. We'll be using VSCode to create the UI5 application.Is it better to:a) create a separate OData service for each tab...
Extremely new to SAPUI5, BAS etc.
I've taken some of the tutorials and, as usual, they've thrown up a few questions:
1. If I need to develop a SAPUI5 web application for on-premise, do I have to create it using BAS and then deploy it to the on-p...
ok - for example if I have an odata service xyz.srv and it contains 2 entity sets bankmasterSet and vendormasterSet with their GetEntity and GetEntitySet queries etc fully generated but they have no associations.In the UI5 application, the manifest.j...
If we create only one OData service with multiple entity sets, will all the required data be retrieved when the OData service is called or is there a need to create associations & navigations between the non-related entity sets?