Re: TypeError: sap.ui.app is undefined
Hi Sridhar, Were you able to resolve this issue? If yes, could you please help me with the same as i am facing the same issue. TIA. Regards,Sumit Jindal
View ArticleRe: How can i delete rows in ui5 table?
Hi Pal, Below example will helpJS Bin - Collaborative JavaScript Debugging</title> <link rel="icon" href="http://static.jsbin.… Thanks and Regards,...
View ArticleRe: how to make textfield to take only numbers, & it wont allow us to enter...
Hi Raghu, Below example will helpJS Bin - Collaborative JavaScript Debugging</title> <link rel="icon" href="http://static.jsbin.… Thanks and Regards,...
View ArticleRe: how to make textfield to take only numbers, & it wont allow us to enter...
Here is an example. http://dennisseah.appspot.com/sapui5/UserInputValidation-OnlyNumeric.html var oInput = new sap.m.Input({ width: '100px', liveChange: function() { var...
View ArticleWhat exactly is fiori launch pad?
Hi guys, In my project, we might use fiori launch pad. But currently I don't have clear idea about fiori launch pad, I only have the impression that it's a kind of a page to put in all fiori...
View ArticleRe: how to close the expandable button when other one is opened?
setting the showDetails property of the other rows to false should work
View ArticleRe: Calculate duration from DateTimeInput
I Think the 'parts' property only takes model property names, not the actual values... Could you bind the datepickers to a model property and use those?
View ArticleRe: How to get sap.ui.commons.ListBox multi select to work on mobile touch...
HAven't tested it myself so wouldn't know honestly... But is it worth the extra effort? Why not simply use the sap.m.List control instead? You would have fixed your problem in 10 minutes...
View Articlepopulate/update second dropdown from first dropdown
Hi all, I am having problem when select value from first dropdown and populate the second dropdown.For example, first dropdown has Country and based on that need to populate second one with state....
View ArticleRe: How to build android apps using sapui5 libraries with intelliJ IDE..?I...
Lol, That's true. Regards,Madhumahesh.
View ArticleRe: SAPUI5 library download
Hi Harshal, Not sure if this might help,But please check this once click here (Login Required) Regards,Madhumahesh.
View ArticlejQuery.sap is undefined when using UI5 in ASP.NET MVC4 application
Dear Experts, My requirement is to use UI5 as the front-end technology of my ASP.NET MVC4 application. The development tools is Microsoft VS2013. To make long story short, an error occurs in...
View ArticleRe: CSRF token problem in firefox
I also have the feeling in some browsers the success function is executed before the call to fetch the csrf token is finished. So this might be a sync/async issue?
View ArticleRe: Is it possible to display % mark on a fiori tile?
Hi Madhumahesh, Thanks for your response. But what I meant is to not to program a tile my self, I mean to use the fiori launchpad, configure a tile with % mark. regards,Aaron
View ArticleRe: sap.ui.table.Table not letting me select a row when on a mobile device.
Hi Jordan, I am not sure whether this reply is correct or not, but i guess sap.ui is mainly for Desktop right? with a Mouse?To handle touch we need to use some extra stuff or property, i guess....
View ArticleRe: SAPUI5 library download
Hi madhumahesh, It helped but its 1.16.3.In eclipse we are using 1.20.4when will be the new library with latest version will be available to download. do you have any idea about that ? Thanks,Harshal
View ArticleRe: How to build android apps using sapui5 libraries with intelliJ IDE..?I...
He wants complete steps! Why not!?..... SCN should have a real name policy so that people would be professionally accountable for the garbage they post.
View ArticleRe: Is it possible to display % mark on a fiori tile?
Hi Aaron, You can specify Dynamic Service URL which returns "65%" in the tile definition. Regards, MasaSAP Customer Experience Group - CEG
View ArticleRe: What is the function of SAP Gateway on Fiori Analytical Apps
Hi Manisha, Is there any issue? As I see you have Gateway server.SAP Fiori launchpad uses Gateway server. Fiori transnational apps use Gateway server. Regards, MasaSAP Customer Experience Group - CEG
View ArticleRe: How to pass columns dynamically into table through JSON ?
HI Pal If you have the data like this { "columns": [ {"id" : "col1", "label" : "First Column"}, {"id" : "col2", "label" : "Second Column"} ], "rows": [ {"col1": 1, "col2":...
View Article