how to maintain variable value in Session
Hi, How should I store value in session and use it for my entire UI application. FYI, I am not getting these values from form. Thanks,Suja Arjunan
View ArticleSAPUI5 Application deployment in Customer Environment
Hi , Please someone help me to understand how once a SAPui5 application is developed and packaged how can it be deployed on a customer server and then how the redirection url to the gateway server can...
View ArticleMissing library sap.ui.commons
Dear community, my initial setup was HANA studio with the UI5 plugins installed via repository from HANA On-demand. This works so far fine. I was able to create a first simple application. However, I...
View ArticleSAP UI5: Unable to draw Gauge on a view other than First view which gets loaded
Hi, I referred to a very helpful blog on SAP UI5 Gauges;http://scn.sap.com/community/developer-center/front-end/blog/2014/03/07/gauges-in-sapui5 I am able to create gauge refering to the above link in...
View Articlehtml and xml views
All, I have done my share of JS views and I am at the point where I need to look into the html and xml views.does anyone have a good reference point, url, documentation where I can read up on this. The...
View ArticleLayout Editor for Master/Detail in SAPWebIDE
Hello, As far as I can guess from reading the SCN discussions on the topic, the layout doesn't work for master/detail template but we get an error:Are there plans for this to work? On a side note, SAP...
View ArticleList - Growing and GrowingThreshold
Hi, I am trying to use List's growing and growingThreshold and it doesnt seem to work for me on WEBIDE Fiori application using a master detail template. I have a link that I use to return service...
View ArticleSet BindingContext for Master / Detail with named JSON-Model
Hey there, i'm developing a simple master-detail application like the samples given from sap. I'm setting my named JSON-Model (name of the Model: delivery) in the Component.js to my App.view.The list...
View ArticleSAPUI5 component usage across projects
Hi, I have read the doc Structuring SAPUI5 Applications - UI Frameworks based on HTML5, JavaScript and CSS - SAP Library. And I don't see any code sample showing how components are used across...
View ArticleUpdating via Batch Operation
Hi, I have the following code listed below: oTable = sap.ui.getCore().byId('tableID'); var index = oTable.getSelectedIndex(); if (index > -1) {...
View ArticleI need help developing a UI5 prototype
Hello, I am new to looking into SAPUI5 and Open UI5 and for my final year project at University I am having to develop a prototype application on demonstrating the features and capabilities of this.I...
View ArticleDate Column in the sap.ui.table.Table is not Sorting properly
Hi All, We added Date column to sap.ui.table.Table with the Date values in the mm/dd/YYYY format.When we click sort on the Date Column, The Date Sorting works for Day(dd) number and Month(mm) number...
View ArticleReal dynamic Data-Binding? Is it possible?
Hi everybody, I'm trying currently to solve the following problem. I'm having ja JSON-Model which has an aggregation called "Orders". This attribute contains a bunch of order items (order nr, item,...
View ArticleSAPUI5 – How to Bind to Individual Rows in a Table
This example will show how to add a combobox inside of a table, and be able to set the binding to each row for individual selections. This is useful if you need to separate the rows to provide...
View Articlesap.m.IconTabFilter not shown in sap.m.IconTabBar
I am trying to create IconTabBar but the IconTabBar is not picking up the items I define (See below code snippet). The stuff that I put inside the content is displayed fine however. I also tried just...
View ArticleWeb Dynpro java and Portal application to SAPUI5 Application doubts..?
Dear Experts, I am new for sapui5.I was studying this information. https://sapui5.netweaver.ondemand.com/sdk/#content/Overview.html But I am having doubts listed below:- 1. We have so many web dynpro...
View ArticleBrowser back button in UI5 applications
Hi, Is there a way to support the browser's back button in UI5 applications?Meaning, when the hash changes as I route between views, browser's back button will take me through the previous hash entries...
View ArticleFloat type wrong autocompletion in firefox
Hi, I've got the problem that the floattype autocompletes wrongly.One example for clearance: When I'm trying to input 2,5 it autocorrects to 25,000 instead of 2,500.The thing is, that the code I use...
View ArticleAutocomplete define the size of the list
Hi Experts, I use sapUi5 autocomplite control and I use also the secondery value,sometimes the secondery value is longand the listbox is becoming larger then the textBox(the autocomplite control) I...
View Articleunable to include maps in fiori extension application
Hi All, I took a standard application & and started adding Google maps for the locations. Unable to resolve these errors. Attached is the screenshot of the bugs. Found couple of bugsfailed to...
View Article