What can grunt do for your UI5 project?
In case you want to know if grunt can add value to SAPUI5/OpenUI5 projects, this blog may be of interest to you. To understand what grunt can do for your UI5 project, let`s take the POS app from the...
View ArticleSAPUI5 table control - service method called two times after bindRows?
Hi, I am wondering why in my application the service method ...GET_ENTITYSET is called two times. The scenario is:- global model (OData) set in onInit method of the controller- table on main page,...
View ArticleDeep Entity Request from SAPUI5 to Gateway
Hi experts, I would like to trigger a POST request from SAPUI5 to a NW Gateway Service, which uses a deep entity request.The good news is, that the following XML POST seems to work. I have trouble to...
View ArticleSAP m select Binding items
Hello Experts, This is my code: var SelectCondType = new sap.m.Select( { width : "200px" }); var oItemSelectTemplate1 = new sap.ui.core.Item({ key : "{ID}", text :...
View Articleget portal user in SAPUI5
Hi Gurus,I have to create a SAPUI5 application in portal. When user clicks that iview, I need to check whether the portal user assigned to a particular portal group.If he is assigned, I have to display...
View ArticleSAP m select Binding items By Id
Hello Experts, So here is the situation: view 1var SelectCondType = new sap.m.Select( { id : "SelectCondType", width : "200px" }); var oItemSelectTemplate1 = new sap.ui.core.Item({...
View ArticleHow to bind property with model with TextField
Hi All, I am binding a model with TextField but it is not displaying. // Create JSON data modelvar oModel1 = new sap.ui.model.json.JSONModel();oModel1.setData({ "name":"Incture"});var oModel2 = new...
View ArticleHow to display a string having HTML content using odata
Hello, I have a scenario where I have to get the string whose valued would be html data. I used FormattedTextView for that. It works perfectly fine when I give the string value in the...
View Articlecreate and display table columns on weekly basis based on rows
Hello all, Thanks in advance for replying my post. we have one example scenario, that we need to display table columns with week number and that based on date value in the table rows (note: the date...
View ArticleRichTooltip in a Table
Hi all, I'm trying to set up a sap.ui.table.Table where the cells in one particular column (links) would show a RichTooltip, the purpose is to have another link in the tooltip. Strangely, when I do...
View ArticleJust 1 way of developing UI5 apps with localhost against Gateway services (&...
Decisions, decisions...If you're starting out in SAP Enterprise UI5/Gateway development, you are going to find there are more than a thousand different ways of achieving the outcome. There's editors,...
View Articlehow to extend table in ui5?
Hello Folks, actually i want to create generic component for table in ui5.For that my plan is to extend table.But i am facing some problem that how to handle events into extendable...
View ArticleTab navigation
Please see the attachmentSuppose control is @ Purpose TextField, When i press tab key..Control will go to CollapseIcon of the Party Panel,but My requirement is control should go to Party panel Party Id...
View ArticleSimple Notifications for UI5
Enhance your Control-Lib!IntroUsage Enhance your Control-Lib! Intro Today i want to show you a new custom control for UI5-applications. I let myself inspired by codrops once again (see Notification...
View ArticleWhen i press tab button ,control will go to collapse icon of the panel,but it...
var somePanel = new sap.ui.commons.Panel({ id:"somePanel", text:"Panel", showCollapseIcon:true }); somePanel.addDelegate({ onAfterRendering:...
View ArticleSAP Mobile Platform Free trial, Templates with SAP River RDE
Hello, I currently use the 'SAP Mobile Platform Free trial' with SAP River RDE on SAP HANA Cloud platform. I looked at the tutorial on 'How to create an application with SAP River RDE' and they have 5...
View ArticlePanel to Panel navigation controls?
I've created 3 panels, Each panel will consists of labels and textfields when i press tab button,Control should go to next panel textfield instead of panel..How to do this? Can anyone help me out?...
View Article/UI5/UI5_REPOSITORY_LOAD
Hi Team, From se38 I have executed the program /UI5/UI5_REPOSITORY_LOAD and then provided the Name of SAPUI5 Application as MM_PO_APV and then downloaded the file. After creating the application in...
View ArticleHow to test internet odata service via simple proxy servlet sitting at...
Hi guys, I'm learning to develop UI5 application. I have my application hosted at localhost via tomcat.In the application, I'll need to fetch some data from internet odata service:...
View ArticleUI5 Mature proxy servlet for production
Hi All, In SAP documentation, as mentioned below, it is mentioned that SimpleProxyServlet is only for testing.What servlet we should use for production use? Do we need to create Proxy ourselves for...
View Article