BindAggregation - How to update a particular entry of the list and not the...
Hi, I am using an OData model for a list of feed entries. var oFeedList = new sap.m.List(this.createId("feedControl"), { growing: true, showNoData: false });...
View ArticleSAPUI5 - Backend - Best Practices - Architecture - Getting started
Hi,I am trying to getting started with UI5. Especially I am interested in the integration in "old" SAP-ABAP-Backends. So from my understanding the common way is to use a SAP Netweaver Gateway in order...
View ArticleData binding for HTML in XMLView
Hi, Is there any way to bind data from a model to the native HTML tag in an XML view? Below is an example of what I meant: <mvc:View xmlns:mvc="sap.ui.core.mvc"...
View Articlecode assistant and development tool for sapui5
Hello all; i am beginner person for sap ui5, 1. Do you know how to enable sapui5 code assistant in eclipse luna ? 2. please let me select development tool for sapui5 with netweaver 7.3 java stack (...
View Articlelocal sap ui5 web ide , how to setup for production environment?
Hi All For sap ui5 and fiori project i install sap local web ide. and create some project on development with odata service of development. i pushed odata service to production. how to setup local...
View ArticleHow to do sort for numbers in sap.m.table?
Hi All, Sorting is not working properly for numbers in sap.m.table.This is the code i have used:view:<ObjectNumber id="cell13" number="{oTableData>TotInvValue}" /> controller: var...
View ArticleXSS Prevention in UI5
Hi, this is my first blog post in the SCN - and I hope it will be helpful. At first I have to say that XSS prevention is part of the UI5 framework. If you bind a model to a view and malicious code is...
View ArticleWishing sapui5 openui5 be ported to typescript
A couple of days ago @ranjanprj tweeted the following Wishing #sapui5 #openui5 be ported to #typescript https://twitter.com/ranjanprj/status/576267708779491328 I replied .@ranjanprj not sure i...
View ArticleAccessing SAP EP Portal login in SAPUI5 Application
Hi Experts, I have SAPUI5 application which is converted into a bsp application and is on Netweaver server.Now I want this UI5 application to embeded in a portal iview and when it opens in portal i...
View ArticleHow come Router.getView() was stacked before routeMatched() in the callstacks?
I was trying to figure out how a view got loaded in the SAPUI5 application, when I looked at the call stacks, there's one place really confuse me, which is how come the getView() was stacked before...
View ArticleUI5 Theme designing
Hi Experts, I am using UI5 theme designer for customizing the theme for one of my SAPUI5 application. I have deployed the SAPUI5 application in ABAP repository. Using the transaction...
View ArticleHow to do Table input validation and mark a cell as changed in the model?
I would like to know how to add js code to validate table cell input. I get that there is a methodologies for simple controls like a TextField, but how is one to do this for a complex control like a...
View Articlesap.ui.fl library missing
Hi All , I used smart filter in my sap ui5 XML view. It's showing the following error . I am using ui5 version 1.26 , its recent one I downloaded from SAP download center. Please help me to...
View ArticleWeb IDE and Google spreadsheet
Hello experts, I am new to SAP Web IDE and I am wondering if it is possible to use a Google spreadsheet as a source for a Web IDE app. Any sample and hints is welcome. Thank you. JFlanders
View ArticleUpdate binding after CRUDQ operation
Hi, I need to update binding after CRUDQ operation on oData service. In my code i have deleted one of the card details which gives success message but page does not display the updated binding unless...
View ArticleHow to get row index in which field change triggered an event.
Hi Experts, I am creating an sapui5 application in webide using MVC model. I am facing some issues with it. Hence I want your help in this case.The issue is discussed in detail below: I have a...
View ArticleEvent when binding sap.m.Select is done
Hi, I was wondering if there is an event that I can use for when my sap.m.Select control is bound. The reason is that I use the selected key to bind the rest of my view:...
View ArticleCustom Control - Get dimensions of parent
I'm creating a new control, but in the init/rendeder/onAfterRenderer I would like to know the dimensions (width, height) of the parent control (basically the parent control where I used the...
View ArticleProblem with the activation of ODATA CB_CUSTOMER_SRV
Hello together, I created the connector for model customer_h with the transaction ESH_COCKPIT and it did work (after an upgrade to 740 SP 06 and after import of some oss tickets with snote (over 100))....
View ArticleOData.request 401 Unauthorized
I am trying to execute the CRUD operation in SAPUI5 using OData.request. I could not execute the below codes as it says Unauthorized 401 even though I have put the correct user and password. If I...
View Article