Re: Can we write Bussiness login in controller side in sapui5
Hi Rajesh, That's a good question as if care is not taken, there might be lots of duplicate code on different controllers doing CRUD operations on a Model. But before I'd consider where to put the...
View ArticleEdm.time stamp to 24 hour time in UI5
Hi All, I have a time stamp field in EDM.time format (PT13H00M00S) from OData .I need to show it as 24 hour time on my view like 13:00 . I have followed this blog Working with OData Dates and Timesand...
View ArticleRe: Edm.time stamp to 24 hour time in UI5
Hi Sitara, Does it work if you replace pattern value with: "HH:mm:ss a" See this good post from John Patterson for more info. Regards,Kimmo Message was edited by: Kimmo Jokinen
View ArticleAutocomplete using input
Hi,I'm trying to get autocomplete working with input control with suggest method, but probably I'm missing something: XML:<Input id="productInput" type="Text"...
View ArticleRe: Question on SAPUI5 SDK - Demo Kit -...
Hi Michael,another possibility is to download the "open version" from here: OpenUI5 - Download and deploy the documentation and samples as a web page on your own server.Regards, Frank
View ArticleRe: Add/Insert row to SAPUI5 Table Dynamically
Hi, Here is the code: <!DOCTYPE HTML> <html> <head> <title>Selected Row of Table Editable Demo </title> <meta http-equiv="X-UA-Compatible" content="IE=edge">...
View ArticleError in SAP Fiori
Hi UI5/Fiori Experts, We implemented Fiori in our landscape.Everything is working fine. But When I deactivated the app(Track Purchase Order,sales Order etc) service(i.e in SICF Tcode ) I am receiving...
View ArticleRe: Howto access translations in function?
Hi Carsten, in such a case you can "read" the texts via the resource bundle from the model: var oResourceBundle = this.getModel("i18n").getResourceBundle(); return oResourceBundle.getText("YES");Just...
View ArticleCRM My Tasks error - Property 'PredecessorID' is invalid
Hi All, I am facing the below error while saving a dummy task and when I debugg I don't see any Gateway calls failing are throwing erro from Chrome Network.Please find the attached screen shots. And my...
View ArticleHow to register external plugin resource incorporate with core plugin in RDE
Hey, I create external plugin incorporating with a core plugin in RDE. But when I am running plugin in WATT. I hit an error “Unhandled Error: failed to load 'mydata/view/DataBindingEditor.view.js'...
View ArticleRe: Error in SAP Fiori
I would suggest to go through the troubleshooting steps mentioned here in this space for Fiori and troubleshoot the problem. Looks like you need to go to SICF and activate the node. In order to find...
View ArticleRe: attachValidationError not triggered when using xmlview
Hi Bert, The complex bind syntax that you are using. Have you included the : data-sap-ui-xx-bindingsyntax="complex" in the bootstrap of your application. If not, please try wih it. RegardsMayank Jain
View ArticleAdd data in xml view
How can i add/subtract data in xml view?my json data is of format{"leavedatefrom":"5/14/2014","leavedateupto":"5/5/2014"},i want to subtract "leavedateupto" - "leavedatefrom" and show in object list...
View ArticleRe: Add data in xml view
Hi Pranay, You can use calculated fields for data binding and use two fields with a formatter. This is how they can be used: parts : [ {path : 'leavedatefrom'}, {path :...
View ArticleHow to convert splitapp to single screen app?
Hi, I have built a splitapp. Now, I want to make it as a single screen app. Any recommendations to how to do it? Thanks
View ArticleRe: How to convert splitapp to single screen app?
Hi Senthil, Try to replace SplitApp with sap.m.App. Also if you're using SplitApp methods toDetail and toMaster replace those with to. Regards,Kimmo
View ArticleRe: Trying to extend fiori app - can't get a list of available systems
Hi Robert,Yes the service should be activated A good way to verify these issues is to try and reach the service directly via the browser and not via the RDE. Then you would have noticed it maybe a bit...
View ArticleHow to do Routing for desktop application in sapui5?
Hello Folks, actually i need to implement routing concept in ui5 and restriction is i need to use .js view for same.please share if there is anyway to implement ? Reagrds,Ripu
View ArticleRe: Why is the custom text of a Switch all upper case?
Hi Kimmo,Thanks for your response. I will have to try that later when I am working with the styles person.Thanks again,Erich
View Article