Re: How to retrieve data in XML view/ getProperty in controller from a XML...
Thank you for replying.Yes I tried and didn't worked, but is it a must? Regards,Ahmed
View ArticleRe: Authorizations required in GW for Running UI5 applications
I got this link to check for end user authorizations.. can any one help me if you have encountered any issues and any summary what is required? User, Developer, and Administrator Authorizations - SAP...
View ArticleRe: offline functionality in SAPUI5: clearing data from Indexed DB
Did you try the commands indexedDB.deleteDatabase("databaseName") or indexedDB.deleteObjectStore("object") ?
View Articlei want use value help dialog with backend request ?
hi i am building an application in xml views and json data from back end and now i need to build the f4 help in the sapui5 material i found an value help dialog controller is available but what my...
View ArticleRe: Filter not working as expected
Have you tried using EQ instead of contains? Looks like the contains filter uses indexOf and requires a String value. case "Contains": oFilter.fnTest = function(value) { if (typeof value !=...
View ArticleRe: Pie Chart with count
Thanks for your quick reply. When I use the same code in project I'm getting below error 1. Error: Invalid value for <text> attribute transform="translate(NaN,NaN)" 2. Uncaught TypeError: Cannot...
View ArticleRe: Fiori Approve Requests: Could not start the app due to internal error
It is happending with all apps, because I've just added 2 more and I get the same error. Nothing is shown in the Gateway error log, just "Could not start the app due to an internal error" in the...
View ArticleRe: CRM Fiori Apps - My Leads, My Opportunity - some fields not editable
Hi Vishnupriya,We are also planning to install the CRM fiori Apps in my client landscape .Can you please tell me the process how you installed in your landscape .As we are having latest Net weaver 7.4...
View ArticleInstall SAP Logon on Mac
Hi, I would like to have SAP Logon on my Mac. I know there is a Java version, unfortunately this seem not working on Mac for me. Does anybody have a tutorial? Further information: I need to connect to...
View ArticleRe: Fiori Approve Requests: Could not start the app due to internal error
Thanks Ashvin.The error "Duplicate resource Property" is not appearing any more. But the one I'm getting in the Launchpad is still present, "Could not start the app due to an internal error".I'm...
View ArticleInit i18n in Component.js
Hi all, I've got a problem with that component scheme. In my index.html I am initializing the a view named app.view.js. The app.view.js is requiring the component.js file and is creating afterwards a...
View ArticleAdd new icons in SAPUI5 application
Hi, I am not able to add new icons in my application. I have some images which I want to show as icons in my application, please help me. Thanks & Regards,Sanjoy
View ArticleRe: FIORI Launchpad Header Background Color
Hi Michael, Thanks for your reply, I am going through the documentation. Please check the image below, If I set the background color in the "Quick" tab, the color is not being applied to the launchpad...
View ArticleRe: Add new icons in SAPUI5 application
Hi, You can create a new folder in your project under web content(say images). Then drag and drop the icon/image to that folder. And in code,in the icon source give the path as 'images/image_name'...
View ArticleRe: Why the code warnings from the UI5 application creation tool
The undefined attribute "role" is an bug with Eclipse WTP (Web Tools Platform) Source Editing. I have the same issue and I'm running Eclipse Kepler EE with a WTP Source Editing version 3.5.2. The...
View Article