setVisibleRowCount sometimes slow?
Hey community, I've noticed that the setting of visibleRowCount is pretty slow in my project (delayed by ~1 sec). The same goes for the setting of a column width.If I do a short example on jsbin it...
View ArticleUI5 load view from another view
Hi all, I'm trying to load a view from an external project. The idea being that a view can be used by multiple projects to cater for reuse e.g a view that has different view modes, user role privileges...
View Articledeclarative element binding in xmlview: HowTo?
I want to do a declarative element binding in a xmlview.According to the release notes this should be doable! But how?
View ArticleBadge Control
Badge is commonly used these days. So I am sharing an implementation of badge control. CSS.sap-dennisseah-badge { margin: 2px; display: flex; border-radius: 6px; font-size: 12px; height: 30px;...
View ArticleSAPUI5 app: How to set appearance of ListBox control?
Hi there, My app shows a sap.ui.commons.ListBox using sap_goldreflection theme. However, there is no horizontal lines between rows. Anyone knows how to set the specific appearances such as lines or...
View ArticlePublish/Subscribe mechanism
i have 3 views i need to pass data from 1-2-3. so subscribe all three events and corresponding three handler method need to be done in same controllerorcan we only subscribe in controller then actual...
View ArticleFiori Apps selbst gemacht mit der neuen SAPUI5 Design rapid-deployment solution!
Original Blog by Bob Caswell in English, translation - somewhat free - by meFür die Uneingeweihten, lasst mich zunächst einen knappen Überblick geben, was mit Rapid Deployment Solutions (kurz RDS)...
View ArticleCall jspdynpage or APC from SAPUI5
Hi, I am new to SAPUI5, so might ask basic and dumb questions. I am trying to develop an application in sapui5 which should have the functionality to read and write a file to the server. It is...
View ArticleHow to make a Line Chart with Time Series Data?
Hello all, I am trying to make a line chart sap.viz.ui5.Line with a time series scale on the x axsis. Does anybody have an example how to do this? I searched the APIs and the sdn and can't find any...
View ArticleNew UI5 version 1.16.3 ready for download
Hi all, please have a look into the download section, you'll find the latest SAPUI5 version 1.16.3. As we've planned to provide it just in time for TechEd, please accept some compromises: the package...
View ArticleOpenUI5's Controls
I have created a few controls (and blog about them) in the week. They areGrowl for notification ([JS, CSS, Blog)Circular Range Gauge ([JS, CSS, Blog])Badge ([JS, CSS, Blog])Circular Icons Group ([JS,...
View ArticleHow to login user using the Java API
Hi, We have created a (somewhat) stand-along web application, but the application still requires the portal login page (for authentication only). We have a different login page, and need to pass along...
View ArticleLazy loading of views results in view loaded from cache
Hi guys, I'm looking to see if anyone has come across a similar issue where dynamically loaded views or lazily loaded views, are retrieved from the cache? The scenario:Page is loaded, a button on the...
View ArticleHow to create this custom UI control?
Hi all,Our designer came up with a design with the UI control (see attached). However, I don't think I have seen this in the UI library (mobile). How should I approach this? I think the closest UI is...
View ArticleDataBinding with empty value?
Hi there, I have data binding example here:JS Bin - Collaborative JavaScript Debugging</title> <link rel="icon" href="http://static.jsbin.… The first...
View ArticleHANA Odata Service and Date filter
Hi,I was wondering what is the best way to filter a List bound to an Odata model when filtering on a date. I tried : filterOld = new sap.ui.model.Filter("post_date", sap.ui.model.FilterOperator.GT, new...
View ArticleNavigation property, Association, Mapping in SEGW
Hi Experts, I am working on one very new technology in SAP - SAP NetWeaver Gateway Service Builder. I have created some projects in SEGW. Here some other properties available in Data Model like...
View ArticleHTTP request failed500,Internal server error - in oDataModel in SAPUI5
Hi experts, I want to update the database from SAPUI5. The database table name is J_1IEXCDTL. In SAP, I am passing data through BDC call transaction method. The transaction code is 'J1IEX'.In my SAPUI5...
View ArticleMultiple row saving on click of button
Hi Experts, I m working on UI5 grid. I m editing cell of row in table and on click of button m saving that row. Now m able to do this only for one row. I m using following code for this: var...
View ArticleProblems when creating a Tree from a given JSON
Hi, I would like to create a Tree from a given JSON. The JSON looks like this: var viewData = { "message": { "metadata": { "dimensions": { "Patient":...
View Article