Bind id in ActionListItem in HTMLView
Hi all I have a JSON Model that I load in my controller which I then display in a sap.m.List for the user to click. The JSON contains IDs and Text. I want the user to view the text, but my controller...
View ArticleHow to set values to a Odata Model for Read/Update
HiI need to set values to a Odata service before I call the READ operation. How do I set the values/properties odata url - http://server:port/path/Entity(var1='v1',var2='v2',var3='v3')How do I set the...
View ArticleViz Chart - Disable Tooltip
I need to remove the tooltip from the standard Stacked Column chart. This tooltip seems to be "Harcoded" in the chart lib. I followed this guide, but it doesn't works...
View Articlesending data from UI5.0 screen to database
Hi,Any document on sending data from UI5.0 screen (eg: material creation screen) to database or calling a ABAP or WDA?Thanks
View Articlehow to call a function inside the controller in ui5
i am creating buttons inside the fuction in controller.......now i want to call a different function on pressing button....how it is possible..... sap.ui.controller("assignment.main_page", {...
View ArticleIssue working UI5 with JSON
Hi I am new to UI5 and JSON script. I am trying to develop UI5 with JSON and backend with ABAP code. Step1. In ABAP: I created RFC function module to select 4 fields from data base and tested this...
View ArticleFailed to load resource: the server responded with a status of 404 (Not Found)
Hi All This is my first time exploring UI5 toolkit.All i am trying to do is create a simple chart using makit in UI5.I am providing the hardcoded data and not connecting to any odata gateway waht so...
View ArticleSend two requests as calling bindAggregation
Hi, We have a sap.m.List to bind OData service by usinglist.bindAggregation(....) etc. we give path and are able to get data back.However as I use Chrome to check network information. There are two...
View ArticleViz components render unvisible when used in overlay
Hi folks, I am using the 'overlaycontainer' component (and a shell component) to display detailed information about an item ... including a visual chart ... To my big surprise I could not get the viz...
View ArticleChange order of items in list using SAPUI5
Hello, I am experiencing a strange issue. I am developing an iOS app using SAPUI5 .I need to implement a feature to re- order items in list. I have followed some online example but it seems to be not...
View ArticleTo many questions, no idea where to find the right information...
Hi guys, I'm currently involved in a project and I'm completely new with UI5 and I don't get further in the development of the app.What we have is a SplitApp with 3 Master Views (html views) with a...
View ArticlePrint Forms in SAP UI5
Hi Experts, I was creating some sample Apps in UI5 and was wondering whether we can include print forms with this. In SAP GUI we can use SAPscript/Smartform/Adobe Forms and in WDA we use Adobe Forms....
View ArticleRecalculate field with HTMLView
Hi all I'm trying to recalculate a field on a view every time the view is shown (as in: everytime the app navigates to that view). I see how this is done in the Cart sample app, but I don't know how to...
View ArticleParent child relationship for a Dropdown Box in UI Table
In this blog I will share the header item relationship for Dropdown Box in a UI Table . Take an example like there are two Dropdown Boxes i.e One Header and other is Item Dropdown Box . When an header...
View ArticlebindRows causes CORS issue when ODataModel read function works fine
Hello Experts,I am developing an UI5 app based on Northwind service and running it in Local App Preview in Eclipse.I am using below code to create my OData Model.serviceOModel = new...
View ArticleGet Access to Controller from JS View
Hi allHow to get access to the view controller from the js view? I tried the followings, but didn't work this.getControllerName() sap.ui.getCore().byId(<viewname>).getController() What is the...
View ArticleHow to have & symbol in label text using SAPUI5
Hi all, I have an issue with & symbol printing when i use & in between text it displaying as & For ref pls see below screen shot. I am using below code var oStep5 = new...
View ArticleHow to do Gateway authentication using SAPUI5 mobile app?
Hi, I am doing mobile application using Net weaver gateway and sapui5 in Phonegap. In that I am passing username and password along with service like below. var oModel = new...
View ArticleFailed to load resource: the server responded with a status of 404 (Not Found)
Hi All This is my first time exploring UI5 toolkit.All i am trying to do is create a simple chart using makit in UI5.I am providing the hardcoded data and not connecting to any odata gateway waht so...
View ArticleUsing SAP UI5 Progress Indicator in real time applications
In this document I am going to share code that helped me in enabling UI5 progress indicator in my application. We have "Progress Indicator" control in SAP UI5 library, however, we need still need to...
View Article