Re: SAPUI5: ObjectAttribute title missing
Well, what is the UI5 version you're using ? The property title in the ObjectAttribute was added since version 1.22. Just to test with the latest version, you can try bootstrapping the app with this,...
View ArticleDisplay of date and day selected in calender
Hi,I want to display dates and days in text areas as per the selected dates in a month of calendar.so please tell me how I can display like this. ThanksNarendra Singh
View ArticleRe: Navigate with MVC and XML pages
Hi Ranjit, I get the same error: "Uncaught TypeError: Object [object Object] has no method 'to' HomePage.controller.js:58" in here: var app = sap.ui.getCore().byId("App");app.to("Order");
View ArticleHow to navigate tiles to pages in sap.m
Hi Experts I have written correct code to navigate tiles to pages but here its not working properly i tried by both way event busapp.to let see code of event bus var T3 = new sap.m.StandardTile({...
View ArticleRe: Authorization error when connecting to Gateway from WebIDE
Hi Michal, The ADT service in transaction SICF was not activated: /sap/bc/adt .I have activated it and now it works! Thanks a lot! Kind regards,Hilco
View ArticleRe: UI5 - ListView - navigate with data
Please make sure that you are binding context to your view, please see below SAPUI5-Fiori/App.controller.js at master · qmacro/SAPUI5-Fiori · GitHubLine 29. And please consider that there is a better...
View ArticleRe: Json / Message Properties Not Found in Fiori Launchpad
Ignore or add a blank Component-preload.js file in your project if you dont want to see this error . RegardsMayank
View ArticleVertical alignment of Openui5 components differ in HTML5 UL (unordered list)
I am using the HTML unordered list tags (ul and li) to build a list of text with bullets in front of them. I have tried OpenUI5 labels and text components to output the text (which is so long that it...
View ArticleRe: SAPUI5 using WEB IDE
Hi Jamie, Hope alls well. I did send an email on Friday to devcenter@sap.com but looks like the Gateway server is still down..Would it be possible for you to take it up with that team. Thanks for your...
View ArticleRe: CRM Fiori Apps - My Leads, My Opportunity - some fields not editable
Hi Vishnupriya, Thanks for the support ,I have implemented the SAP Fiori CRM app's in landscape.But while uploading any file or image in MY Contacts App, facing error.It is showing as file not uploaded...
View ArticleIssues faced in UI5 application while accessing it in iPad / iPhone
Dear Experts, I have an mobile application developed mostly based on "sap.m" controls. I am trying to simulate/test the application through Chrome in iPad/iPhone simulation. There is an 'Fit' checkbox...
View ArticleRe: Json / Message Properties Not Found in Fiori Launchpad
Hi Vladimirs and Mayank, As you both said there is nothing wrong with Component.js file. While creating a Static Tile, I checked the box 'Use Semantic Object Navigation', entered the Semantic Object...
View ArticleNeed help!!
I need to call a view in a Dialog Control with an input parameter. Something like : var myView1 = sap.ui.view({type:sap.ui.core.mvc.ViewType.JS, viewName:"my.own.view"});var oDialog = new...
View ArticleRe: Getting error in creating a new project for UI5
Hi Valter, I was facing the same issue since two days then i saw your answer it is very helpful. It solved my issue. Thanks
View ArticleRe: Reguest for advice related to WD4A OR SAP UI5 ?
Hello Sudheer, as per the SAP road Map SAPUI5 is having good future when compared to Webdynpro. its like a open source you can learn very easily in your Eclipse Environment. you can practice any where,...
View ArticleSAP Web IDE - Authorization error - Unable to access system - for UI only
SAP Web IDE - Authorization error - Unable to access system - for UI only Dear experts.I have connected two on-premise systems to the SAP Web IDE using the HANA Cloud Connector. At the moment I want to...
View ArticleRe: Removing the loca testing restriction of SimpleProxyServlet for test...
hi Mayank, i am not working on this SAPUI5 Simple proxy servlet in my project, so i have created an Apache proxy server in local system, so that i can test with my application with IP address, from any...
View ArticleRe: SAP UI5 table / add buttons in the table header
Hi Nagl, Try this hope its useful var oTable = sap.ui.table.Table("searchResults", { width : "100%", height:"100%", selectionMode: sap.ui.table.SelectionMode.Single, columns:[ new...
View ArticleHow to bind oDataModel to sap.ui.view
Hi, How to bind oDataModel to sap.ui.view? Below is my code, I am not sure how to proceed further in order to see my data in my view. sap.ui.core.UIComponent.extend("sap.ui.demo.myFiori.Component", {...
View Article