How to send automated emails from HANA Native web application ?
Hi experts , I am looking for an example to send automated emails from a native HANA application. By Native application I mean application using UI5, XS engine setup.I am looking for a solution which...
View ArticleRe: SAPUI5 oData connection problems
Thanks for your reply Robbe. I have already tried to add setCountSupported(false), unfortunately it does not fix the error. var xModel = new...
View ArticleRe: How to call 2 functions but have the second start once first function is...
In the first function, you can wait for the delete request to complete first then do the second function, this can be done by passing the second function into the first function. doDelete: function(fn)...
View ArticleRe: SAPUI5 oData connection problems
Did you check the transaction /IWFND/ERROR_LOG on Gateway server, might provide addtional information? The error message also mentions SAP Note 1797736 for further information, might be worth checking....
View ArticleError when tile container gets called
Hi, I have the following scenario 1. When user logins landing page, user can able to navigate between tiles 2. To go back to the landing page, when user click on Back button on the header (green...
View ArticleRe: SAPUI5 oData connection problems
Hi, Is your UI5 local version is higher than Server runtime version? please open chrome console and type sap.ui.version while testing both local and server version. if there is difference then this...
View ArticleSAPUI5 Google Map
Hi experts, Is there any Google Map API in SAPUI5 if not then How can i implement this concept with SAPUI5. Thanks, Shambhu Nath
View ArticleNavigation back to detail page shows incorrect record
Hi, My application has a master page and a details page (details1), from the detail page I have listtype Navigation to detail page2 . Forward navigation works fine, but when I navigate back from the...
View ArticleOData model binding read / write
Dear Experts, For an internal training in my company I am trying to make a prototyp using Northwind OData service. As you would now you can only read data using Northwind service. I want to show...
View ArticleRe: Running Fiori App (wave 2) locally
Hi Vitor,Have you managed to find a solution to your problem? I am interested to see how you solved it.Thank you,Lindsay
View ArticleAdd custom SAPUI5 apps to Fiori LaunchPad
Hi All,I have built a custom sapui5 application,which i need to add to the fiori launchpad.Can anyone suggest the steps to b followed to acheive this. Thanks in advanceRegards,Thushar Tags edited by:...
View ArticleRe: To hide the ToolPopUp on click anywhere in page.
I believe that you can have its autoClose to true Thanks-D
View ArticleRe: ajax calls in ui5
Can you elaborate on what you want to do? What is the application service API that sapui5 needs to *talk* to. Thanks-D
View ArticleRe: AddRow() and createRow Difference in matrixLayout?
HI Ripu Add Rowthis method expects us to pass in a sap.ui.commons.layout.MatrixLayoutRow object and it will be added accordingly. Create Rowthis method does a little more. We can pass in a...
View ArticleRe: Regarding Passing many values to a sap.ui.model.Filter
HI Raghu Do we answer your question? Do you need more help? Thanks-D
View ArticleRe: Load content in remote page
Hi Divyata, maybe one way to achieve this is via multiple ui-areas. Just define in your HTML different sections or divs, so you are able to create multiple views and place them in one document. On this...
View Article