Adding type information in XML views
With JS views it is possible to add type information to a field, for example: oControl = new sap.ui.commons.TextField({ value: { path:"/company/revenue", type: new...
View ArticleError while submitting SAPUI5 application to ABAP repository from Eclipse
Hello Experts, I am following this blog Create and Apply Custom Theme to SAPUI5 Application for applying a customized theme to my SAPUI5 application, which is deployed on the ABAP server. Post making...
View ArticleUsing Phonegap (Cordova) Developing My Application For Android
Hey Friends, I have Created an Sapui5 Application, and now I want to Develop The Same Applcation In Phonegap For the Android. i Am Totally Helpless , Can anyone Guide me friends . i Think Step By Step...
View Article$count automatically appended to OData request
Dear experts, I am using a SAPUI5 table (sap.ui.table.Table) in combination wtih OData. When I have look in the network trace of firefox or chrome I see a second OData request next to my. This one is...
View ArticleLogout from App
Hi,I have created the login page and home page. In the home page the user clicks on logoff,he has to logoff. Can you please guide me to do this.I am using RFC and ODataModel for validating the login...
View ArticlePopulate table columns dynamically using oData or SQL
Hi All, I've created an application that accesses and renders a HANA table on a webpage. However, the tables columns are static and the headers are hard-coded. Is there a way to dynamically display the...
View ArticleUnable to display the column chart using Analytical view data
Hello All, We have created a analytical view and created a OData in test.xsodata and with two fields ( attribute, measure ) service { "package/ANA_VW.analyticview" as "Analview" keys...
View ArticleUnable to load multiple libraries during the bootstrapping.
HI Gurus, I have issue in loading multiple libraries with my local SAPUI5 installation. But it is working fine with HANA CLOUD. Please refer the below code. <script...
View ArticleHow to deply mobile app to app store and then to iPhone?
SAPUI5: Can anyone provide processing detail of how to deploy a sapui5 mibile app, upload/download app to/from store and install it on iPhone?
View ArticlePackaging a sapui5 app with phonegap
Hi, Is there anyone who knows how to structure of my project has to be in order to package it with phonegap? When you make a sapui5 application with eclipse, the libraries are not stored in the...
View ArticleImproving scrolling performance with sap.m.App and sap.m.Page
Hi, I'm working with a side project called openui5-cards and are experiencing some issues with scrolling performance. As far as I can see, the problems are general for sap.m.App and/or sap.m.Page and...
View ArticleNavigation from XML View to JS View
Hi All - I am facing a roadblock in my UI5 Application. I have a 'Button' in my Main View and would like to navigate to Detail View upon click of this button. I am able to do this only when I create...
View Articleproblem in using flexbox in sapui5
Hi, I am trying to use a flexbox inside a page in mobile app. I have placed 3 controls in my flexbox. I want to align the controls in the center of the page.With my code I find that the controls gets...
View ArticleHow to acheive a flip animated page navigation
Hi, I want to implement a similar way of page navigation as shown in the below link(sao.m demo app) sap.m Explored Like that,when i click a header button ,i want to show another...
View Articlewhat is the right way to navigate between views?
Hi , im newbie in sapui5 development and i saw there are 2 different ways to navigate between views: the first way ive seen is just to do something like : app.to("ProductDetail"); the secound way is:...
View ArticleHow to merge image objects in UI5
Hi, I created some image template like : var imgTemplate1 = new sap.m.Image({ src:{ path:"title", formatter:function(element){ return ('images/'+element+'.png'); } }, width:...
View ArticleHow to reference Standard Icons in SAPUI 5?
Hello, I want add an Icon to an Button. My code look like:var oSelectButton = new sap.ui.commons.Button({ text : "Select Scanner", tooltip : "This is a test tooltip", icon :...
View ArticleSelecting Multiple cells in table
Hi Friends I am using ODATA to populate a table(sap.ui.table.Table). I want to select single/multiple cell data on this table and perform some operations (like calculating the sum/average..) I could...
View ArticleCode checking and formatting in Sublime Text
In my previous blog I highlighted that recently i had to rebuild my laptop, next on the list of things to do was set up Sublime Text my prefered UI5 development environment. Two sites i use a lot with...
View ArticleSAPUI 1.12 SDK download
Hello, Is there a place where I can download a particular version of SAPUI5? Server runtime is 1.12 and I can find only the latest version (1.16.x as of now). The gap is pretty big between those two...
View Article