Re: Wishing sapui5 openui5 be ported to typescript
Thanks Joao, wrt to Browser support " Problem is the perceptions that many enterprise customers are still on IE8" I agree and from what i see a lot of customers are trying to roll out Fiori on Windows...
View ArticleRe: Posting data in batch/bulk using OData services in SAPUI5
Hm when quickly looking at your code and the code from John I see that he uses: batchChanges.push( that.oModel.createBatchOperation("Contacts", "POST", contactEntry1) );and you...
View ArticleRe: Wishing sapui5 openui5 be ported to typescript
One of the reasons SAP is successful is because it has a large ecosystem of partners adapting and building modules on top of SAP. Maybe a lot of SAP employees are using SAPUI5, but not that many...
View ArticleRe: Wishing sapui5 openui5 be ported to typescript
Hi John, Denise & Joao, My 2 cents - I talk about TypeScript from a more philosophical perspective. The purpose of TypeScript (IMO) is to get rid of simple type style/common JavaScript issues that...
View ArticleRe: Posting data in batch/bulk using OData services in SAPUI5
Hey thank you for responding. Will check out the link.
View ArticleRe: Chart on absolute Layout is missing responsiveness ??
I want to place one element over other.Here i want to display a status icon on the chart itself, I think in responsive layout this is not possible ..hence i used absolute layout
View ArticleRe: Posting data in batch/bulk using OData services in SAPUI5
Hey do you know where to write batch request headers ??I have view.js and controller.js wherein i am calling OData service. Not able to figure out the following part of "Gateway Batch calls from...
View ArticleCalling an event from an XML fragment
I've created an XML fragment and have tied it to one of my controllers. On Button press I am trying to call a method from the fragment to my controller. My event is never fired and I'm not sure why....
View ArticleRe: Calling an event from an XML fragment
Hi Sarah, Use oFragment = sap.ui.xmlfragment(""zsearch_afe.DetailTabs.budget", this); I think the way "this" is being used is wrong. Hope this helps.
View ArticleRe: unable to include maps in fiori extension application
Yes , I was able to clone repository. But I get these messages XHR finished loading: GET...
View ArticleSAPUI5 Codebase Maintainability
Hello UI5 enthusiasts, I was wondering what the best approach is for UI5 applications when it comes to maintaining your code-base. I didn't seem to find anything information on this topic with regards...
View ArticleRe: SAPUI5 Codebase Maintainability
well, technically you can pass any object as "controller" to a fragment SAPUI5 SDK - Demo Kit I would enhance it a little bit so we can use this in the code of that dummy controller var myButton =...
View ArticleRe: OPA testing: View to be tested is embedded in App.view.xml
HelloVincenzo,If you are trying to access the view TaskList, why not set that as your viewName? Are you using any routing in your Component.js, as a routing pattern might be directing your app to a...
View ArticleRe: Issues with populating Generic tiles
Thanks, I assumed it to be an issue with UI5 library version, as well. Good to see it fixed.
View ArticleRe: Issues with populating Generic tiles
yes , it seems like that , after spending some huge number of hours on the issue -Ajay
View ArticleRe: Error while using gateway batch calls in odata service version 3
Hi Maksim, I tried including the metadata as mentioned. i am not getting any error,but when i check in the backend i couldn't see the data This is the response.Please help. Thanks &...
View ArticleRe: Issues with populating Generic tiles
Ajay, But if I use the tile container, I still face the same issue with GenericTile JS Bin - Collaborative JavaScript Debugging</title> <link rel="alternate"...
View ArticleRe: Tile Container for GenericTile (NOT StandardTile)
Nils great solution. One suggestion Use standard tile class 'sapMTile' instead of custom CSS class. Kudos!
View ArticleRe: How to use sap.ui.core.util.Export to utility function?
Thank you so much Robin, I understand the concept, Now am able to use export control as the utility function.
View ArticleRe: Attachment Upload in SAPUI5 application through Gateway
Hi, The method I have used is little different. In the XML page, I have written the following code - <IconTabFilter icon="sap-icon://add-coursebook"> <VBox...
View Article