Retrieving entity data via OData Model
Hello, Since I'm an absolute beginner in javascript and SAP UI5 I think this question can be answered easily. I'm developing an extension for the SAP ESPM Scenario and I have a problem with consuming...
View ArticleRe: Retrieving entity data via OData Model
Hi Daniel, Return statement of odatamodel.read is an object which has an abort function to abort the current request. as mentioned...
View ArticleRe: Retrieving entity data via OData Model
Hi Daniel, As I see this is problem with the OData service. In the code you are trying to read a specific entry. The error message says that the read functionality is not implemented for the entity...
View ArticleRe: SAP UI5 downlink not working
Did you try this? http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/c08465d5-b833-2f10-e59d-f67a5cb54d2f
View ArticleRe: EDM.Time is not converting in SAPUI5
Hi Kiran, It is mentioned in the blog Robert mentioned. Copying from the blog, In the below statement, select from the pattern elements mentioned in the blog.var timeFormat =...
View ArticleRe: Problem with oData service data mapping to a UI5 table
Hi Manish, When you show Sales Order Entries, have a column to show a menu control for each row to show the navigations available for a sales order entry. Menu items are going to be dynamic....
View ArticleRe: EDM.Time is not converting in SAPUI5
Hi Kishore, As SAP knows that time will come from SAP as edm.time, why they did not provide direct control to change this instead of parsing with our own code?Else do we need to get time in string...
View ArticleRe: EDM.Time is not converting in SAPUI5
May be I did not understand your question.The APIs I pasted are given by SAPUI5. So where did you expect them to give the control?
View ArticleGet The Selected Item in The GrowingList (SAP.m)
Hi All, Are there any built-in method to get the selected item (Object) form the the "GrowingList"? I am asking because I have used a similar method with oTabel for the desktop version. Thanks!Khalil
View ArticleRe: Reuse code
Hi Igor, view is just an object inherited from control. It means you should be able to use view anywhere where control object man be used. RegardsKonstantin
View ArticleRe: PDF Viewer for SAPUI5 Application
Hi Konstantin, nice jquery addon - but not really a solution for me. because the iframes content is "application/pdf" without any js-logic. standalone iframe works on ios devices,but not embedded in...
View ArticleRe: Reuse code
Check exmaple https://sapui5.hana.ondemand.com/sdk/#test-resources/sap/m/Tile.htmlContent of a tile is a view.
View ArticleHow to remove x-axis and y-axis label in bubble chart?
Hi, I am facing a problem in removing the x-axis and y-axis label in a bubble chart. Please look into the attachment for the chart and there i need to remove the x and y axis labels(i.e 1 2 3 4)....
View ArticleUsing ODataModel to retrieve $count?
I have searched for this answer for hours and have come up with nothing. I want to make a request to the server for $count. Think of:...
View ArticleRe: How to remove x-axis and y-axis label in bubble chart?
Hi, Refer method destroyXAxis and...
View ArticleRe: Using ODataModel to retrieve $count?
Hi John, jquery ajax could be usedhttp://api.jquery.com/jQuery.ajax/ $.ajax('http://services.odata.org/Northwind/Northwind.svc/Regions(3)/Territories/$count').done(function(data){...
View ArticleHow to show Map using SAPUI5
Hi Experts, In SAPUI5 how to show Map inside the application and if user click on the Map it must drill down to show the specific region's details. How this scenario can be achieve in SAPUI5?...
View ArticleRe: How to show Map using SAPUI5
It's pretty easy to combine Google Maps and SAPUI5. You can find a good example which should get you started herehttp://scn.sap.com/people/konstantin.anikeev/blog/2013/02/11/sapui5-with-google-maps
View ArticleRe: UI5 online documentation - Scroll bar issue on Chrome
There is a workaround available in the meantime. You can find it here:http://scn.sap.com/thread/3456247
View ArticleRe: How to integrate HANA DB with SAP UI5?
It should be covered there but I didn't find it. The whole documentation does not contain the string xsjs. Richard
View Article