sap.m.DatePicker rendering bug in Internet Explorer
Hi community, there seems to be a little rendering bug when you put a sap.m.DatePicker in an sap.m.InputField when you want to access the app with Internet Explorer.It looks like this: I am not quite...
View ArticleBusy Indicator is not working with OData Model
Hi All, I am trying to make OData read call to get the data and I want to display a busy indicator until I get the data from backend. To do this , I have used attachRequestSent and completed method...
View ArticleWhen to not use sap.m.DatePicker: How to cleanly pick a month instead of a date
Hello fellow SAPUI5 A quick tip regarding input fields and dates. (I was about to ask this as a question, but found the answer myself; so decided instead to just post it as a tip for fellow SAPUI5...
View ArticlePass Parameter Master to Detail Page
Hi Expert, I use , master.controller.js var context = { dino: splits[0], revno: splits[1], uruntipi : splits[2], bindingContext :...
View ArticlePass Parameter Master to Detail Page
Hi Expert, I want to pass parameter master page to detail page. I use this code bu there is an error I couldn't find, master.controller.js handleListItemPress : function (evt) { imp =...
View ArticleUnable to load the json file into json model in sapui5 appliactaion
Hi all, i have written code below to get data from a local; file into sapui5 model var oModel = sap.ui.model.json.JSONModel();oModel.loadData("model/country.json"): i am having data in model folder...
View ArticleFew tips for beginners to become a PRO in UI5.
Hey All, Having been an active user in the UI5 community since a year i have analyzed a bit on where developers go wrong when trying to learn UI5. So i just thought of blogging out my personal...
View ArticleException in executing a view with IconTabBar...
Hi, I wrote the following view and got this error: Uncaught TypeError: Cannot read property 'clone' of undefined <core:View xmlns:core="sap.ui.core" xmlns:l="sap.ui.layout" xmlns="sap.m"...
View ArticleNo 'Access-Control-Allow-Origin' header is present
Hi All, I am doing an AZAX call to AS400 Service From SAP UI5. I am getting error : No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:55756'...
View ArticleApp Update: Deploy a hybrid application to SAP HANA Cloud Platform mobile...
IntroductionSAP Web IDE is an Integrated Development Environment for SAPUI5 and Fiori applications.In this blog we shall see how to use Kapsel plugin App Update for a SAP UI5 mobile app. (along with...
View ArticleSAPUI5 display Username
Hello, when developing a SAPUI5 page and hosting in SAP NetWeaver Gateway the popup for BasicAuth shows up when you enter the app url in a browser. If login is successful, then the SAPUI5 page is...
View ArticleSAP WEB IDE - Unhandled Error: undefined is not a function
Hello all, I was trying to do an exercise from the Open SAP course and adding a simple form to my app. Since then, the layout started to showing up an error message popup and was not closing. I do not...
View Articlelocal sap ui5 web ide , how to setup for production environment?
Hi All For sap ui5 and fiori project i install sap local web ide. and create some project on development with odata service of development. i pushed odata service to production. how to setup local...
View ArticleData cannot able to post in Android Lollipop..?
Hi Experts, I'm developing SAPUI5 app in android os. There data can post in kitkat version and cannot able to post in lollipop version and also more performance issues.please suggest...
View ArticleIssue in WebIDE with two entity sets
Hello Experts, In my application i have two entity sets (Gateway) which i have to pass in webIDE one is for masterpage and another is for detailpage.But in webIDE i can able to pass only one entity...
View Articlehow to set current page in sap.ui.table through paginator?
Hi All,I want to know, how to set current page and target page in ui.table through paginator..normally we have the option to set current and target page through paginator..but how to add that control...
View ArticleUI5 maven Repo
Hi there,i wanted to ask if sapui5 will ever become available in a maven repository. I know the blogs describing how to use maven with ui5 but it is a real hassel. a real maven repo with ui5 versions...
View ArticleHow to configure the UI items of sap.m.Select?
Hi, I'd like to add another property to each <li> item in the dropdown, like my own defined id (or name, etc.).could it be made? *I need this in favor of Selenium testing, to easily check what I...
View ArticleProblem while getting events of dynamically added icon tab filters
Hi all, i had developed an sapui5 application which having the dynamic tab bar feature all are working fine upto adding fragments dynamically for icon tab filter but the events of the icon tab filter...
View ArticleHow to use init method in standard and custom component.js
Hi Team, we are extending standard sapui5 application, in the standard component.js init method is thereand in the custom component.js file also i want to include init method. How can I achieve this...
View Article