Re: Use SAPUI5 on the Java Stack
ChrisWhat server are you planning put the ui5 on? The later versions of Portal/Java servers are coming with the UI5 Package. if you are on the latest 7.31 or 7.4 versions, SAPUI5 runtime is already...
View ArticleTable Sort Complete Event
I have a process that interrogates the visible entries in a table and carries out certain alerts and functions. The SORT event of the table triggers when the SORT is clicked and not after the Sort is...
View ArticleRe: Table Sort Complete Event
Hi Thomas, Does it work if you add following on sort event handler SetTimeout(function(){interrogateTable()},0); Of course, it would work only in case sort worked synchronously. Another option would be...
View ArticleRe: OData aggregation binding & SAPUI5 XML views
Sorry Markus, I don't have any more ideas what could be wrong. If you get it working, please post your solution. Regards,Kimmo
View ArticleDesign question on UI5 applications: 1-tier or 3-tiers?
Hi all,I'd like to ask for advice on a general design question related to UI5 applications.I can see two different approaches to development: 1-tier vs 3-tier. 1-tier: the UI5 application directly...
View ArticleRe: Use SAPUI5 on the Java Stack
ChristianThe name of the SC you need to install SAPUI5 CLIENT RT AS JAVA 7.31 PLs check the 2 part blog series by Christian Loos, he has explained in details how to develop ui5 apps using...
View ArticleRe: Use SAPUI5 on the Java Stack
Sounds aweseom but I doubt that I will ever get the time to try it out Do you know if there is a CLI to the ABAP Stack as well? Being able to automate the BSP Upload and/or checkout a BSP from Jenkins...
View ArticleTrying to extend fiori app - can't get a list of available systems
Hi everyone, I have recently installed the new SAP Hana Connector 2.0 following the instructions laid out in this document:...
View ArticleHow to change the default font in SAPUI5?
Hi, The default font in SAPUI5 is @font-face { font-family: "SAP-icons"; font-style: normal; font-weight: normal; src: url("resources/sap/ui/core/themes/base/fonts/SAP-icons.eot?#iefix")...
View ArticleRe: sap ui5 - type.Float with dynamical formatOptions value
I hope we have answer your question. -D
View ArticleRe: Design question on UI5 applications: 1-tier or 3-tiers?
Hi Vincenzo, I would say that there is no one correct answer. It all depends on application architecture and purpose. I think Fiori type apps with 1 use case and only a few screens are better on 1-tier...
View ArticleHow to change screen transition in a splitapp in SAPUI5?
Hi, I have a splitapp. I want to the change the transitions for the detail page while it is opening. The default provided by SAP is "slide". I want to have "show". I tried with the below code. However,...
View ArticleRe: How to change screen transition in a splitapp in SAPUI5?
Hi Senthil, You can set DefaultTransitionName to splitapp control:oSplitApp.setDefaultTransitionNameMaster("show");oSplitApp.setDefaultTransitionNameDetail("show"); Regards,Kimmo
View ArticleHow to add tooltip for ExactBrowser?
I want to add a different tooltip for the items of ExactBrowser.I change the demo code (https://openui5.hana.ondemand.com/#test-resources/sap/ui/ux3/demokit/ExactBrowser.html) to this: var oModel =...
View ArticleRe: Importing existing extensions
Hi Sergio,Not sure if you are still looking for an answer for this?I assume your colleague is not working with SAP River RDE (otherwise he could just share it via Git)?Then you have the option to...
View ArticleRe: RDE setup in trial account
Hi Margot,I just created a new App with the Northwind example. Running the app with "Mockdata" works. I have changed the component.js and neo-app.json and created a new destination "northwind".When I...
View ArticleUMCUI5 Server
Greetings all, I am testing the UMCUI5 application and have run into an issue. I know that the class /UI2/CL_SRA_LOGIN is responsible for creating the index.html page for login dynamically when the URL...
View ArticleRe: Trying to extend fiori app - can't get a list of available systems
Nevermind. I got it. The /sap/bc/adt service had not been activated so naturally it was failing to connect. Soon after I activated it (though not immediately) SAP Gateway started accepting my...
View Article