Re: Problem in creation of SAPUI5 project in eclipse
Can you please mark this thread as 'answered'?
View ArticlePassing Error / Info / worning from Gateway to Ui5 applictaion
Hello All, We have built SAPUI5 application on Gateway. We have used a BAPI approach. How can we pass BAPI errors from Gateway to UI5 applicatio? and how SAPUI5 can consume these errors so that we can...
View ArticleRe: Resize the image - ImageMap
Hi Nagendra, maybe this coding example will help you further. When i select an area in my chrome, it keeps selected even if i resize the window. Regards Michael
View ArticleRe: Passing Error / Info / worning from Gateway to Ui5 applictaion
Hi Sheetal, Refer my answers from this thread how to access error messages from gateway response in browser? After POST ie. create call, you need to use read to get the created payload response....
View ArticlePassing Parameter from fiori launchpad to the app in sapui5
Hi All,I have a requirement to pass a parameter from Fiori launchpad to the application. Then i have to use that parameter to construct the OData service URL and read the data. So how can we pass the...
View ArticleRe: Get the value of an element in the onAfterRendering function
I've used intentionally an async function to see if the binding is done in the onAfterRendering or after it. I'm sending the context from the master view to the detail view but I don't have access to...
View ArticleIs there an alternative control for in SAPUI5 which is responsive?
Hello, I followed Electronic Signature using SAPUI5? for electronic signature. I could integrate it easily. I have few questions; In signature lib <canvas> is used. Is there any control in...
View ArticleDeep Creation is not working in SAPUI5
Hi Gurus, I have created GW service with deep_create_entity but I am not able to post value from SAPUI5 oMobel.create() method I am waiting for response thanks in advance
View ArticleRe: getBindingContext in the onInit function
Hi Robin, how should I create a condition based on a "dummy" value? Is there not a way to get the context in the onAfterRendering? It's like the context has not be bound in this function... The only...
View ArticleRe: Passing Error / Info / worning from Gateway to Ui5 applictaion
Hi Sheetal, You need to create one more field in OData service and you need to assign error or success in that filed then you need to do some coding in SAPUI5 below code you can use oModel.create( ,...
View ArticleRe: UI5 Architecture regarding OData Entities
I think in John's example the binding path is relative to the supplier, so you would have to select to supplier in the list, and then display the detail view.
View ArticleRe: Add node into XML Model
Hi, It was not a good solution as it creates the object without any model operation. I also would like to destroy a node. I can destroy its children but not itself. var sPath =...
View ArticleConsume response from Odata using sapui5
Hi everyone, can someone help me to consume response given after authenticating gateway using sapui5 var oModel = new...
View ArticleRe: How to connect to the database ?
Hi,if you are using sap the you can use OData service otherwise you can use Ajax for calling the database url.
View ArticleRe: UI5 Architecture regarding OData Entities
Not sure if the following example helps, however it demonstrates using the binding context of the selected item in conjuction with the navigation path....
View ArticleRe: Display the data in web application
Hi Michael, You're totally right (my reply wasn't directed to you btw, but to the original topicstarter ) I agree; if you need to use SAPUI5, use the controls provided (or create your own) and steer...
View ArticleMessagebox problem
Hello Experts, I wanted to make a confirmation box for my delete button. This is the confirmation box function in the controller: handleConfirmationMessageBoxPress: function(oEvent) { var bCompact =...
View ArticleRe: Messagebox problem
When i put 'NEW' in front of the sap.m.messagebox.show i get a different error: Uncaught TypeError: Cannot read property 'getText' of...
View ArticleVisible components
Is there any way to tell if a component is visible on the screen and not hiddenoff on something like a Carousel panel or AccordionSection?
View ArticleExtending a SAP Fiori Application
Dear All I'm running into an interesting problem at the moment. I've downloaded, installed, configured SAP FIori Application Approve leave. I've downloaded this into eclipse, Created a SAP fiori...
View Article