Re: Filter a RowRepeater by Date Picker
Hi Sathish, Not sure but maybe you have to refresh your model when the value of your datepicker is changed. Kind regards, RW
View ArticleRe: How to get reference of UI controls in a JSON Controller?
Hi Robin, It's not working, the byID() does not return anything if the view type is either XML or JSON view. I am trying to call this method from controller.js. not in the view file. RegardsPavan
View ArticleRe: Deep insert using Model.create()?
Hi Krishna, I have issue in deep create entity i am passing values from SAPUI5 .but is not triggering. varitem1 = {CopmCode :'8415',PoItem :'10',ShortText :'AA0019',Plant :'8415',MatlGroup :'MRO',...
View ArticleRe: SAP Fiori Installation UI Component Missing
Hi Pankaj, Either your basis team transports objects from DEV or your basis team re configures OData services in QA system /iwfnd/maint_service. Regards, MasaSAP Customer Experience Group - CEG
View ArticleRe: Navigation between views in SAPUI5
Hi Rauf, I am not able to navigate the two XML viewsMy index.html is <script> sap.ui.localResources("ghmanagesystem"); //var app = new sap.m.App({initialPage:"idGHFirst1"}); var page2 =...
View ArticleRe: OData working with dates and times
Thanks for your reply, Carlos. I am using XML view. How can I apply this to a XML view. At the moment I am using a formatter. <ObjectStatus text="{path: 'ModelKundenInfos>UhrzeitAnlieferung',...
View ArticleRe: Apply CSS custom theme to Fiori App
Hi Akhil, What was your test result? Can you see your theme was loaded in inspect element? Regards, MasaSAP Customer Experience Group - CEG
View ArticleRe: Filter a RowRepeater by Date Picker
Hi Robbe Ya but the filter is not working. ThanksSathish
View ArticleRe: In XML view, how to set sap.ui.core.CSSSize array for property "widths"...
Hi, any settings that are not possible in the XML, need to be set in the controller instead. Using the string value of an enum is fine, though. RegardsAndreas
View ArticleRe: How to get reference of UI controls in a JSON Controller?
As I have never found the need for calling view elements from the controller -- again, this completely violates the MVC principles -- I have never ran across this myself, but I have tested it and you...
View ArticleRe: how to use style sheet
Thanks for your replyActually I am giving ids to table and buttons but when i am giving css properties to the buttons and table the properties are not getting applied.can you tell me why it is...
View ArticlePossible to sort sap.m.table by clicking column header?
Hi guys, quick question: is it possible to sort sap.m.table by clicking column header?If it's not supported by standard, if someone has already extended this functionality on sap.m.table control,...
View ArticleFragments in sapui5
Hi , I have multiple sap.m Bars in my Page, i want to use one fragment to reuse the bar instead of having multiple bars.Please help me on this. Thanks & Regards,Jayasree.
View ArticleRe: Apply CSS custom theme to Fiori App
Hi Masa, Thank you.I will try and let you know. I am having one more question regarding Fiori Apps Extending. I downloaded the Fiori App code and uploaded in Eclipse and created extension Project...
View ArticleRe: SAP Fiori Installation UI Component Missing
Hi Masa, Thank You so much for your Help. Its help me to resolved my problem.
View ArticleRe: Apply CSS custom theme to Fiori App
Hi Akhil, Please create new discussion for it. It is completely different topic.Start a discussion Regards, MasaSAP Customer Experience Group - CEG
View ArticleHow to change font-family of every control
Hi All, I want to use custom font-family for all my controls in my UI5 application. Can you give any suggetions for changing font-family.. Thanks,Surendra.
View ArticleRe: Start UI5 application with POST parameters to hide URL parameters
Hi Raymond, since you can not read POST parameters in JavaScript, I guess UI5 can not do it as well. You may tried to send data through COOKIES JavaScript Cookies or you can send encoded parameters as...
View ArticleRe: OData working with dates and times
Hi Christoph, I am not sure if you are familiar with Firefox and Google chrome developer tools. This tools are particularly good for tracking the request communication and what is been sent back and...
View Article