SAP 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 ArticleRe: SAP UI5: Unable to draw Gauge on a view other than First view which gets...
Hello Amit, Without having the code, this is a guess, but try creating the gauge in the Controller Lifecycle HookonAfterRendering. Regards,Scott
View ArticleNavigation Help
HI all... i was going through a thread regarding the navigation ::Navigation between two views .. i got to know about the routing concept also.. could you please tell which one is better following the...
View ArticleRe: Navigation Help
Hi,navigation and routing is the best one, because,This approach offers great flexibilty but also requires more care in application development and will most likely yield in heterogenous application...
View ArticleRe: SAPUI5 CRUD Application works in Browser but not on Mobile Device
Hello Maksim, I've updated my project gregorwolf/crudkapsel today to make use of the sap.ui.model.odata.v2.ODataModel. Unfortunately the problem still persists. The project just works fine in a desktop...
View ArticleRe: Exception message handling in sapui5 ?
Hi tried calling the get_stream method in gateway in INit method of a view and tried raising exception. The debugger is not executing the error method.after the oproductmodel.read the debugger goes...
View ArticleSAPWebIDE local - X not defined
Hello, I'm having a problem with the local SAPWebIDE 1.4.4. I've generated the SAPUI5 Mobile app template from my backend OData Gateway service.The access to the service is fine but I'm getting these...
View ArticleRe: xsodata writeback (Calculation view)
Patience my friend. Most of us who post, do take time off during the weekends. Regards, MikeSAP P&I Technology RIG
View ArticleRe: SAPWebIDE local - X not defined
Hello Joao, The message 'HIGH:Variable:ESLint(no-undef) refers to an undeclared variable unless it is identified as a global variable. Here is a list of the SAPUI5 ESLint Code Checks and the ESLinst...
View ArticleRe: unable to include maps in fiori extension application
Hi Vidya,What Maksim likely meant in his short hand message is that without you providing the code that you used, it is very unlikely anyone can help solve your problem. Paste it in or provide it in...
View Article1st Application on HANA Studio
Hello, I have developed a sample "Hello" Application by following documentation. I used eclipse Luna to develop the application on TOMCAT webserver. it was working fine. I have deployed or check-in...
View ArticleRe: List - Growing and GrowingThreshold
Hi Shiv, The error you see above in the dev tool is probably not the reason why you do not get the data but only a side effect. What we need, is the complete log of all network requests. In order to...
View ArticleRe: sap.m.List growing Odata
So the "growing" feature for lists has some nice gotchas: (1) You need to somehow get the count for the list upfront. If this is not present or wrong then the list won't grow as expected. This can be...
View ArticleRe: how to maintain variable value in Session
Since global variables are considered bad practice, a better approach would be to store in in a JSONModel at the core, which is also available throughout your application: var model = new...
View ArticleRe: sap.m.ObjectListItem : Press event not working inside a Horizontal Layout
sap.m.ObjectListItem is for items aggregation of sap.m.List, no surprise press doesnt workdon't mix desktop and mobile API!
View ArticleRe: sap.m.ObjectListItem : Press event not working inside a Horizontal Layout
I see. So how can I achieve the following style without mixing up the control. This is what my menu looks like using the above code, only issue is ObjectListItem is not clickable.. Image is. So what...
View ArticleRe: sap.m.ObjectListItem : Press event not working inside a Horizontal Layout
You should set the ObjectListItem's "type" property to "Active" (the default value is undefined or Inactive) Furthermore, you should not mix sap.ui.commons and sap.m libraries; better use sap.m.Image...
View ArticleRe: Exception message handling in sapui5 ?
what's in err.response.body? must be XML try { // Try to parse as a JSON string oMessage = JSON.parse(oError); } catch (err) { try { // Whoops - not JSON, check if this...
View ArticleRe: Role based access at runtime in SAPUI5 app
well, you definetly need code on abap side returning list of roles/auth objects or checkin if user can see particular section of the app (sicf service should work fine - return a json back to ui). on...
View Article