Re: XML List Binding to a filtered path
yes the data is coming back correctly I can see it in the model. The amount of lines generated also corresponds to the amount of records returned.
View ArticleRe: OData Service path & Binding
I think you missing a line template which you need to pass to your table bindRows(sPath, oTemplate, oSorter, aFilters). cheersKay
View ArticleRe: OData Service path & Binding
I'm confused, I thought I defined the templates in the Column objects... but thanks, I will look into it!
View ArticleRe: XML List Binding to a filtered path
Hi,ok I found out what was wrong. Apparently if you are using XML views you can not do the assignment of the attribute in the XML and the binding in the controller.So in my case I had the...
View ArticleRe: Theme Root - Using a custom theme created with the Theme Designer
Hi Simon, We don't have to maintain the theme root unless the theme root folder is located on a different server than your application server. Regards,Kiran
View ArticleRe: SAPUI5 Binding
Is it possible to bind two separate json data to single view? Regards,Irfan
View Articlehow to load public ui5 libraries in fiori apps
how is it possible to load the ui5 libraries available at OpenUI5 - Download in the standard fiori applications instead referring them with UI5 libraries available in abap system ?
View ArticleRe: CRM Fiori Apps - My Leads, My Opportunity - some fields not editable
Hi Vishnupriya,You can take authorization trace in the transaction ST01 and can find what are missing.Regards, MasaSAP Customer Experience Group - CEG
View ArticleOffline application
Hi,I'm trying to develop an application with offline support. The application code is stored locally so I start the application simply by opening my index.html from the local disk. The application then...
View ArticleRe: UI5 additional Fonts / MIME-Repository / *.eot,*.ttf,*.woff / 404
This works, thanks for the advice.
View ArticleRe: How to handle automatic XML View OData bound errors?
Thanks JSP. What you describe is something that people like yourself and Jason Scott I'm sure would be completely comfortable doing, and I had a similar note from Ram Manohar Tiwari about looking at...
View ArticleBackground bluecrystal
Hi, Since we upgraded to 1.24 the background of my splitapp changed to solid blue. How can I change it back to the old blue striped design? Thanks, RW
View ArticleRe: Showing attachment document and downloading from sapui5 screen
Thanks Naveenraj. I am opening a new query and posting. Regards, Subhabaha Pal
View ArticleRe: Background bluecrystal
Hello Robbe, the dark blue background is the new target design that has been implemented with 1.24. It replaces the striped background.The only way to modify it is with a custom theme or custom css....
View ArticlePrevent Control from being rerendered
Hi UI5 Experts, is there a way to prevent controls from being rerendered? A little Background: I created an IFrame control and as you might imagine rerendering an IFrame is very expensive. How could I...
View ArticleRe: UI5 Tree Binding to JSON - Multiple Child Nodes
Hi Kimmo, On the tree I would expect to see the following E1MARAM E1MAKTM E1MARCM On your example I only see E1MAKTME1MARCM Do I need to amend the JSON to have a different node name called...
View ArticleRe: UI5 Tree Binding to JSON - Multiple Child Nodes
It would appear I am going slightly mad. Thanks for your help (again!).
View ArticleRe: How to generate OTP message in sapui5 ?
Hi Ryan i just need to send one conformation message to end user with default text.The below code which trigger the sms but it won't send any msg handleSmsPress:...
View Articlerecord iteration with oData
Hey all, I need to iterate through records using oData but without any binding. I simply want to create a collection to which I can store a record and then do some operations. Any idea on how to...
View ArticleRe: oData not-so-complex binding
Thanks, I thought there was a way to load the values and then set the selected value automatically.
View Article