Top "Sapui5" questions

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

How to handle Edm:DateTime form OData interface in SAPUI5 correct?

Is there a definition what values should be send in OData Edm:DateTime of a SAP Netweaver Gateway service? Especially …

datetime sapui5
How to handle the itemPress of sap.m.Table?

I've written an XML view. Inside it there is a table: <Table xmlns="sap.m" id="myTable" select="" selectionChange="" …

sapui5 sap-fiori
Get table row count in SAPUI5

I have an sap.ui.Table that shows a list of records. I want to get a count of the …

sapui5
Getting the bound data object of pressed table row - getBindingContext() returns undefeind

In SAP UI5, I try to get the data object (in my controller) that is bound to a table row …

sapui5
sap.m.Table - Vertical Scrolling with Fixed Header

I have one table having lots of data. Now I want to scroll vertically with table header fixed. can I …

sapui5
adding element with duplicate id

I am creating a SAP Fiori application. I have input in a dialog box in that I have to fetch …

sapui5 sap-fiori
How to Show/Hide Busy Indicator SAPUI5

I need to show busy indicator during AJAX call. So I have used <BusyIndicator text="Please wait ..."/>. How …

sapui5 sap-fiori
How to find the Object type of a SAPUI5 element at runtime

I am wondering how to get the object type of a SAPUI5 Javascript object at runtime. I can check if …

sapui5
How to pass parameters to a event handlerr in XML Views SAP UI5

I am having trouble sending data from the XML view to controller. It is easily achievable in JS views. for …

parameter-passing sapui5
Perform Action after the Binding Is Complete

I wrote this part to bind OData information with a select controller: var countrItems = new sap.ui.core.ListItem(); countrItems.…

sapui5