How to set dynamic "id"s ?
Hello, I am stuck with a development where I need to assign "id" for a control based on incoming data of a service. For eg., if I have a RadioButton and I set the value for id as shows below:new...
View ArticleAuto Reload/Refresh the table data using sap.ui.table.Table
Hello All, I have created an application where i am displaying the HANA table data in tabular format using sap.ui.model.odata.ODataModel and sap.ui.table.Table What needs to be done or triggered to...
View ArticleGet row index when Link control is clicked in table
Hi all,my UI5 table is made of rows arranged as follows: Column 1: Link (upon clicking the Link, a ThingInspector will open showing details of the item)Column 2: Text (short description of the...
View ArticleHow to goTo a specific element in the sap.m.list
Hi everyone,I have a long list of elements in the sap.m.list.I wish to allow the users to get to a specific element of the list without the users having to scroll the long list. Is that an api to allow...
View ArticleSAPUI5 call REST error( No 'Access-Control-Allow-Origin' header...) or empty...
Hi all, I have a problem, calling a REST.1. First, I have tried call the REST like that: var url = "http://.................."; var parameters = {}; var headers ={};...
View ArticleHow to bind inner data to the table in SAPUI5?
Hi, In my application I am binding employee data to the table . I am getting Json object from the back end like below.I can bind the data which is in blue box directly to the table.The data which is...
View ArticleSmall steps: OpenUI5 toolkit now in jsbin.com
In our continued efforts to spread the word of SAPUI5 in general and OpenUI5 in particular, we try to make small steps forward. Here's some quick news about a small step forward with respect to example...
View ArticleCharts with Makit, scrolling not possible
Hello Forum,I'm experiencing an issue regarding Makit Charts on Mobile.The problem is that is not possible to scroll down the page on mobile if the charts is 100% (width and height) and in both...
View ArticleDate Format
Hi, I am new one to UI5 development. I am creating UI5 application using SAP HANA Extended Application Services. I am facing an issue with date format. As of now i am using json odata model for...
View ArticleView refresh to consider dynamic parameters in html iframe
Hi, I have 2 views, A and B. View B contains a HTML control with an iframe referencing a url with parameters, values of which are dynamic according to action taken on view A. When action is taken on...
View ArticleShell Logout from SAP NetWeaver AS Java
Hi there, thanks to this post I was able to secure my application. My 2 cents on Securing SAPUI5 Applications Now it's time to implement the logoff feature of the Shell. All the tutorials around are...
View Articlesumbit form data in UI5?
Can I submit form data which is not json/odata model in UI5?Just like<form method='post'><input type='text' name="product"/>.....</form> Thanks
View ArticleOdata Consumption READ Operation
Hello, I get data from QUERY operation without any problems: var oModel = new sap.ui.model.odata.ODataModel("http://***/sap/opu/odata/sap/***/", false);var oComboBox3 = new...
View ArticleThing inspector control UI5.
Hi, I have a simple requirement where I need to populate thing inspector control based on the row selected in the table control. I have been able to launchthing inspector control based on the the...
View ArticleUsing an SAP UI5 controls to replace the behaviour of “confirm” dialog in...
Hi Colleagues , I am working in a javascript file and i want to add a sap ui5 component with the same behavior of JavaScriptconfirm window which show a dialog and returns true if the user click "Ok"...
View ArticleOnclick events
Hi, I have a list box displayed on press of a link, I want to hide the list if the user clicks anywhere on the window. Thanks.
View ArticleDynamically Setting VisibleRowCount for a Table
I'm pretty new to SAP UI5. I want to show all rows in the table dynamically, depending on how many come back from my query. What is the best way to set the VisibleRowCount on a table to do so?
View ArticleNeed jQuery code assistant with SAPUI5 in Eclipse
Hi, I get code assistant with SAPUI5, but the code assistant for using jQuery it doesn't work. Please Does anyone know how to fix this?. I'm using: ECLIPSE KEPLER (Version: Kepler Service Release 1...
View ArticleOdata Model and submitChanges
Hi,I'am using an OdataModel and when I try to submit changes this works only for fields that are bound to an Input. For example : // view var firstname = new sap.m.Input({placeholder:"Firstname"});...
View ArticleOutbound Connectivity - POST
Hello Experts A very quick question. I am using SP7Can some one tell, if we can POST a JSON string to a Outbound URL from an XSJS file? (like., $.web.WebRequest($.net.http.POST)I am able to use GET to...
View Article