SAPUI5 Mobile Splash Screen
Hi, Can anyone tell me the best way to provide a mobile splash screen in SAPUI5? I have developed a demo Fiori style app and it works nicely on phone, tablet and desktop, but over 3G it is very very...
View ArticlePractice SAPUI5 problem
Hi all, I am studying UI5 developer guide which on http://sapui5.netweaver.ondemand.com.In the section of "Application Best Practices", Step 8. Master view.When i added the code,...
View ArticleSAPUI5 JavaScript class concept documentation
Hi everybody, in JavaScript there are no classes. There is also no class based inheritance. JS uses prototypical inheritance.Some developers seem to recognize this as a deficit. Hence, many JS...
View ArticleUI5 - Enable Button on XML View
Hi All, I have an XMLview in which I have a button on it, which is disabled. Defined using the following code: - <Button id="rejectButton" enabled="false" text="Delete" type="Reject"...
View ArticleQuestion on SAPUI5 SDK - Demo Kit - https://sapui5.netweaver.ondemand.com/sdk/
Hy everybody, im facing problems when visiting the SDK Demo Kit on https://sapui5.netweaver.ondemand.com/sdk/. The website takes a long time to load (about 40-180 seconds) per request. Is there a way...
View ArticleData Binding not working
We are trying to bind data from controller to view but for some reason We are unable to display data in the view.The data in the model is loaded fine and if we set a timeout we can display the data in...
View ArticleFailed to load preload-json
Hi All, I am getting errors for loading preload jsons from each library i.e. core,m,commons,etc.. after deploying the app in server by using openui5 library.. Can you please suggest how to overcome...
View ArticleQuestion about sap.ui.core.IconPool mirroring
We're curious why sap.ui.core.IconPool sets skipMirroring/suppressMirroring to false by default. It seems like many icons don't make sense to be mirrored, and so the more common desired behavior would...
View ArticleSAP River RDE to On-Premise Gateway without Cloud Connector
Hi, I was just curious that all the guides I have found for setting up SAP River RDE to say, enhance an on-premise Gateway based Fiori application use the HANA Cloud Connector. Is this an actual...
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 ArticleUnable to use SAPUI5 controls in CUEME Application
Hi Team, I am using SAP UI5 controls like Button in CUEME Application but in the output these ui5 controls are not at all displayed. Not able to Identify the SAP keyword and Unable to load the SAPUI5...
View ArticleWYSIWYG tools for UI5
Hi developers,I was really excited to learn that the AppBuilder exists for UI5, but I understand it is oriented towards the mobile world.To my knowledge there's no WYSIWYG tool for web non-mobile...
View ArticleRead data from oData model and show them in listBox
Hi guys, I am trying to create a listbox which contains data coming from HANA Database, using rest services and oData model, so I have came out with the following code to get the data, but I am not...
View ArticleHow to add first item as a "Select" text in dropdown when all other items are...
How to add first item as a "Select" text in dropdown when all other items are coming from Server?
View ArticleSAPUI5 + PhoneGap keyboard issues
Hi, I recently found a strange error when using SAPUI5 with PhoneGap. Normally when you have an input element (sap.m.Input) and it gets selected, the keyboard appears and the view slides up so the user...
View ArticleStep by step guide for MVC and Data binding in river IDE
Hi, I want to download the river IDE (trial)whicn is cloud based,currenlty I didnt find much docu in the net about it.(which is ....:( )There is some step by step guide how to create new MVC project...
View ArticleSAP River RDE - Enablement
SAP's New Browser Based Development Tool for SAPUI5 SAP River Rapid Development Environment (SAP River RDE) is an extensible development environment with a growing set of embedded tools covering the...
View ArticleFailure loading Fiori services with Extension Project in RDE
Dear Experts, I have configured River RDE with the ECC , Gateway of Embedded deployment. All the Custom OData services and Fiori Services are accessible when creating a new project , and facing an...
View ArticleColoring Table Cells Conditionally in SAP UI5
IntroductionThis document helps how to color table cell/row conditionally in SAP UI5.Step by Step ProcessTo create a Table refer this example in the Demo Kit: SAPUI5 SDK - Demo Kit - TableWe can color...
View ArticleSAPUI5. Add "scroll-loading" to ViewRepeater instead "Show more" button
Hi, dear experts!I need help.I have ViewRepeater, that shows set of images. Now new images loads by clicking "Show more" button. But I need to load new images by dragging scroll to the bottom (we name...
View Article