Re: Cannot post data to the OData interface
I did what you suggested and now I am getting no errors. Thanks for that.But still my data is not uploaded into the backend table. I think I am missing out something from the NetWeaver side also. To...
View ArticleRe: Event afterPaneWasOpened for sap.ux3.Shell available?
Hi Tobias, if you can able to trigger onAfterRendering somehow after the animation on pane is completed then you can achieve what you mentioned here. But not sure how you will capture it on pane as it...
View ArticleRe: OData $filter option with two filters in HTML5
Hello Vladislav, You can try out with something similar to the following code: var filters = []; var filterName = new sap.ui.model.Filter("name", sap.ui.model.FilterOperator.Contains, query); var list...
View ArticleRe: Event afterPaneWasOpened for sap.ux3.Shell available?
Hi Chandra, maybe it is hellpful to know, why I need this event. There is a control (custom control, no SAPUI5 at all) which calculates its dimensions once and uses fixed pixel widths and heights....
View ArticleRe: Mobile app development using SAP UI5
Pandu...the best site I've found is http://easyappcreation.com . You will learn by using the best tutorial available on the web.
View ArticleUI5 load view from another view
Hi all, I'm trying to load a view from an external project. The idea being that a view can be used by multiple projects to cater for reuse e.g a view that has different view modes, user role privileges...
View ArticleRe: UI5 load view from another view
Markdid you try registering, $.sap.registerModulePath('ABC','<server><host>/path/path2/ABC'); Then in the caller app, everything should start wit ABC e.g. if you have to call a view from...
View ArticleRe: UI5 load view from another view
Hi Sandip, Yes I tried that & i've just tried it again in a stripped down project and it weirdly seems to have an issue when creating the view from the other project. At first I thought I had...
View ArticleRe: UI5 load view from another view
Hi Sandip, I couldn't attach the files as a zip but sent you a link for a google driver folder where they are. Thanks Mark
View ArticleRe: Cannot post data to the OData interface
One of the neat blogs, I have ever seen in UI5! Well done! I was missing out this thing only. Now I am successfully able to post data through both GW client and UI5 page with your code in...
View ArticleRe: Getting error in creating a new project for UI5
Hi Ajay, As per error "one or more constraints have not been satisfied" it seems that you might be missing some required plugins in eclipse. try to get more specific error. if you google this error...
View ArticleRe: How to merge new entry into json model?
Hi Dennis, Thanks for your example.Just one additional question: I created sap.m.Table. And I bind model to items once in the onInit method.It just doesn't work If I only push the new entry and without...
View ArticleRe: How to merge new entry into json model?
Thanks, Chandra!!Sorry about that.You're so nice and patient with my questions.Thanks again for your help.
View ArticleRe: How to merge new entry into json model?
Hi Aaron I have the same experience too. I am bother by it too. For sap.ui.table.Table, I do not need to do this. I hope I have provided you what you need to move forwards. -D
View ArticleRe: How to merge new entry into json model?
Yes, your example helps me a lot.Maybe I need to raise an issue on this to openui5 team.Really sorry I can only mark one correct answer.Thanks a lot, Dennis!
View ArticleRe: How to merge new entry into json model?
hey so not bother about the correct answer thing. So long as you can move forwards then we are ok. I am connected with the SAP UI5 team. I will ask them. -D
View ArticleRe: How to merge new entry into json model?
OK, thanks!Could you help reply to this thread if you get something from UI5 team If it's not too much trouble.
View ArticleRe: empty/"all" entry in DropdownBox with OData model - cleanest solution
HI Christoph Would AutoComplete control satisfy your requirement? Example -D
View Article