Re: SAPUI5 - $metadata appended while calling Gateway service
Use this code to generate your serviceurl function getUrl(sUrl){ if (sUrl == '') return sUrl; if (window.location.hostname == 'localhost'){ return "proxy" + sUrl; }else { return sUrl; }; }...
View ArticleRe: SAPUI5 - $metadata appended while calling Gateway service
Are you running your application from the gateway server after deploying it?
View ArticleRe: UI5 - how to get property of list binding context ?
How about this: oEvent.getParameter("listItem").getBindingContext().getProperty("Property") Hope this helps.
View ArticleRe: SAPUI5 - $metadata appended while calling Gateway service
Hey Kedar, It works now.. Thanks for helping me on this. I am now able to see my data in the table. You are the best :-) Do you have experience in FIORI as well. With FIORI all this becomes very...
View ArticleRe: Odata model sends request many times
Please find the code here. JS Bin - Collaborative JavaScript Debugging
View ArticleRe: Drag and drop controls in web ide possible?
Hi Deepan, You can create views with drag and drop feature from Web IDE's layout editor, Ex. Less Coding, More Designing: The New SAP Web IDE Layout Editor Regards, MidhunSAP Technology RIG
View ArticleTransport theme from one gateway server to another
Hi Experts How can I transport theme from one gateway server to another? for SAPUI5?
View ArticleRe: Fiori like app not working from Fiorilaunchpad
Resolved. Instead of using "model/mock.json" use the full path "sap/bc/ui5_ui5/sap/zfiorilikeapp/model/mock.json" in the component.js ThanksGopi
View ArticleRe: Transport theme from one gateway server to another
you can export it as zip file using ui5/theme_tool..and import it ..check this link for more details, Exporting Themes - User Interface Add-On for SAP NetWeaver - SAP Library
View ArticleRe: How to bind a Factory function to a Table Column
Hi Carlos! here is how I solved my requirement: JS Bin - Collaborative JavaScript Debugging</title> <link rel="alternate" type="application/jso…...
View ArticleHow can go from selection from the list without losing my selectedKey in the...
Hi, I have a list and selecting an option to get the correct data selectedKey my service odata which is empty "Entrega" in vbln 60000092 and 60000075if I change the value of my conbobox and select...
View ArticleRe: What tool to use for creating -Dbg.js and minified version of custom JS...
the -dbg files are un-minified versions of the files, which makes debugging and reading the code easier. Regards,Jason
View ArticleRe: Extending UI5 Image control
Hi Prab, yes this is possible, and i think you're close, you can check and compare with my example:http://jsfiddle.net/sok_/jvq344ts/(declarative & programmatic binding), maybe it helps, best...
View ArticleOrganizing SAPUI5 Notepad Controls
I'm SAPUI5 newby. I'm trying re-organize my UI5 application and would like to put my derived classes extend in a separate sub-folder. The problem is that the view that is trying to reference it doesn't...
View ArticleRe: Dynamic binding of items in sap.m.Table using XML views
Hi Sasha! Thanks for sharing your findings! Although it has been a while, this explains the second doubt I had. Kind regards, Rudy.
View ArticleRe: Organizing SAPUI5 Notepad Controls
Name your control as "jonova.ui5.utils.JuToolbar" and dont forget to declare it on top of the file jQuery.sap.declare("jonova.ui5.utils.JuToolbar"); and add...
View ArticleSharing post URL in SAP UI5 - Email and Lync chat
Hi, I have created a share button in my application and it gives two options- via Email or Lync chat. I get the url by doing document,URL. 1. How can I share the Url by opening the lync chat? Is it...
View ArticleRe: Sharing post URL in SAP UI5 - Email and Lync chat
for one - Lync Server 2013: Starting Lync from another application
View ArticleRe: How would you answer to "What is Fiori?" in one liner ?
Fiori continues to evolve and improve. Nature of the beast! And of SAP product marketing .... Message was edited by: Michael Appleby
View Article