To access the CDS view entities in the ABAP system through ODBC, these entities first need to be correctly exposed in the back-end system, and then they can be accessed through the "ODBC Driver for ABAP" in the ODBC application. The ODBC application can be any client tool that can load ...
However, when we create an extension CAP / FIori / UI5 Application for a side-by-side scenario, we would not be consuming an On-Premise or External Service. Instead we would be consuming the cloud-foundry-hosted service offered by the Approuter CAP Application (what we created in this ...
When using CDS DateTime type (e.g. directly or by using managed aspect), Excel expects it to have the format as ISO Date Time, where as UI5/Fiori expects it to have it in /Date(...)/ format. - As two client demand two different data formats for the same type, there is the p...
var view = sap.ui.view({ id : "idFlightService1", viewName : "sitmil.retrieveFlight", type : sap.ui.core.mvc.ViewType.JS }); oShell.addContent(view); Now let's try to explain the code and understand what we are doing. First step is to import sapui5 libraries...