Top "Sapui5" questions

This tag 'sapui5' covers both the proprietary (SAPUI5) and the open source (OpenUI5) versions of the framework.

Not possible to set Filter value using data binding?

This issue came forth from drilling down the original question: How to set filter in table dropdown based on table …

javascript sapui5
Fiori - Cross Application Navigation

I want to navigate between the applications in launchpad. I have found with lot of searching that, through CrossApplicationNavigation in …

sapui5 sap-fiori
SAPUI5: how to make select field read-only

I made a combobox using sap.m library: var oSelection = new sap.m.ComboBox({ name: <name>, id: <…

sapui5
OData service authentication with SAP Gateway service OpenUI5

i have a service url as below http://<hostName>:2020/sap/opu/odata/sap/ZTEST_SRV$metadata When i …

odata sapui5 netweaver
$batch request resulting in error "Default changeset implementation allows only one operation"

I am making a worklist application using SAPUI5. The problem is that when I create an entry and then create …

odata sapui5 sap-gateway batch-request
SAPUI5 request timeout to the Gateway

I have an odata-request in my SAPUI5 application which calls the Gateway. On the Gateway, I have an Trusted RFC …

sapui5 sap-gateway
How to get parent View/Fragment from a Control

How can I retrieve the View/Fragment a sap.ui.core.Control belongs to? BR Chris

controls viewcontroller sapui5 sap-fiori
SAP HANA XS File upload with UI5

I'm trying to implement a file upload in a UI5 application on a HANA XS Server. I can't find many …

sapui5 hana hana-xs
SAPUI5 - Routing with parameter

I have 2 pages. On first page, user needs to select dropdown values & click submit, Where I call jQuery ajax. …

routing sapui5 sap-fiori
SAPUI5 OData - How to create new entry with association to existing entity?

I am currently using SAPUI5/OpenUI5 to consume and modify OData Services. I want to create a new product entry …

javascript odata sapui5 sap-gateway