Auth with SAPUI5 Mobile
I am using SAPUI5 to write a web application that will be ported to iPhone and iPad using XCode and PhoneGap. In the SAPUI5 best practice documentation, it clearly states not to create any custom logon...
View ArticleFormat chart axis for different locales
We are using a viz chart to display times in milliseconds. To indicate that the time is measured in milliseconds, we want to add "ms" to the number on the axis. To do so, we use a format string.We now...
View ArticleRoles for Endusers in Gateway
Hi , Getting a strange problem for enduser related to Authorization . Usually developer has SAP_ALL roles , but endusers have specific roles. when launchpad is called by enduser ,he is getting...
View ArticleHow to delete rows in a sap.m table (XML View) with multiple selection?
Hi All, i have create a table with a button in the toolbar. I want select some rows and push thebutton "Delete Item" to delete the selected rows and update the model. Ideas? here the link to the code:...
View ArticlePrevent Control from being rerendered
Hi UI5 Experts, is there a way to prevent controls from being rerendered? A little Background: I created an IFrame control and as you might imagine rerendering an IFrame is very expensive. How could I...
View ArticleHow to generate OTP message in sapui5 ?
Hi all, I have one requirement in sapui5 like when user going to make online payment then "OTP" message should generate to his mobile. waiting for replay sajjad
View ArticleoData not-so-complex binding
Hi all, I have tried to search around for a solution and couldn't find none. I have a recordset, i.e. Customers, I can display all fields that are in textboxes, but how can I set the selected item for...
View ArticleUI5 Tree Binding to JSON - Multiple Child Nodes
Hi, I have the following JSON structure which I have bound to a UI5 Tree (that took long enough to get working). You should notice that the node for segment E1MARAM has two children E1MAKTM and...
View ArticleSAPUI5 cache control issue
Hallo Everyone, I have an issue with the cache. When you first run the application it downloads files from a server to the cache, for example 'trc.css' file: During each next opening of the...
View ArticleTheme Root - Using a custom theme created with the Theme Designer
Hi, I hope someone might be able to shed some light on this for me. When we try to use a custom theme why do we have to specify the theme root as well as the theme name? More info here in the help:...
View ArticleHelp Application Organize
Hi, I'm starting a SAPUI5 (Hana XS) application but I don't know how to organize my project. In SAPUI5 demos always have only one SplitApp. I will have some SplitApp Views for CRUD, some views for...
View Articlerecord iteration with oData
Hey all, I need to iterate through records using oData but without any binding. I simply want to create a collection to which I can store a record and then do some operations. Any idea on how to...
View ArticleCalling the press event of button after Enter Key press in keyboard
Dear Friends, How to call a event in the controller.js, after Pressing Enter key in the keyboard (Sapui5). Please share your thoughts. Regards,Rinku
View ArticleXML Views - How to Apply Colors for the Bar
Hi Experts, I am trying to apply colors for the Bar using Plot Area & Color Palete. I am unable to achieve it. I am trying to achieve with below code but no success <core:View...
View ArticleError while pushing Odata Model Application to HANA Cloud
I am pretty new to SAPUI5.Because I am a starter, I have started SAPUI5 for mobile with simpler apps which had fewer controls and then pushed them to SAP HANA Cloud to find amazing results.Now I have...
View ArticleHow to Create Mock Data in SAP Web IDE
SAP Web IDE provides random mock data for you to test your app you extend using Web IDE. However, to have more meaningful data to test your extension project, you can create your own mock data to test....
View ArticleEvents doesnt trigger after loading
Hi, I am a beginner in SAP UI5 development. I developed a simple custom application, which consumes odata, and displays it.When I set the tables visible rowcount equal or less than odata contents it...
View ArticleRoles for Endusers in Gateway
Hi , Getting a strange problem for enduser related to Authorization . Usually developer has SAP_ALL roles , but endusers have specific roles. when launchpad is called by enduser ,he is getting...
View ArticleLoading huge data in sap.m.table
Hi, I am using a data.json file which has 1,000 records. I am binding it to a sap.m.table using json model. Now I want to show same 10 records at a go.I have heard of something called growing list and...
View ArticleHow to use attachValidationError in sapui5
Hi All, I have requirement to check the entered value of Input field is available in back end or not.Please Help Me Thanks in advance . I am waiting for response .
View Article