Problem while using attachDelete event for sap.m.table
Hi all, i am using this delete option in table using following code;that = this; oTable.setMode(sap.m.ListMode.Delete);oTable.attachDelete(function(oEvent){that.deleteRow(oEvent)}) here i am getting...
View ArticleTable personalization(sap.m.TablePersoController) not working
https://github.com/SAP/openui5/blob/master/src/sap.m/test/sap/m/TablePersoDialog.html Hello Eveybody, I have created a (sap.m)table and put it into a (sap.m)dialog. This dialog is coded as a fragment...
View ArticleUpdate oData binding from input table
Hello, I used the template of Master/Master application with SAP WEB IDE. My model is filled by a Odata (TwoWay binding from what I understand) var oConfig = { metadataUrlParams : {},...
View ArticleAttachDelete event in sap.m.table raising multiple times
Hi all, i am using sap.m table i am attaching attachDelete for table like below oTable.setMode(sap.m.ListMode.Delete);oTable.attachDelete(function(oEvent){ debugger; var oSelectedItem =...
View ArticleBuilding a SAPUI5 app to run locally (no network connection) on windows client
Firstly let me apologise in advance for the long and rambling post. I’m not even sure that this is the best discussion group to ask and if so feel free to shoo me elsewhere… My client has a workforce...
View ArticleSAP Web IDE - Enablement
Getting StartedCreateExtendMobileAnalyticsEventsSAP's Browser Based Development Tool for SAPUI5 SAP Web IDE is an extensible development environment with a growing set of embedded tools covering the...
View ArticleHow to make List component to fill ScrollContainer component?
Hi, I want my List component to fill ScrollContainer component. But List component sets its size automatically according to its content. Here is a screenshot of my fragment: Here is my code:...
View ArticleCan't use app.to
Hi Community, I,m trying to build a navigaton for my Solution.Its a Page with some tiles. I want those tiles to work as navigation points into other pages. Whenever i try to use my code, its tells me...
View ArticleSAPUI5 - anonymous user login
How can I configure my application deployed in a SAP Gateway Server accessible by Anonymous user?
View ArticleTable cell input validation?
Hi all, I have an table with set rows.The column price is editable.Now how do i validate this price table cells in after rendering function so that just as and when user inputs wrong characters in...
View ArticleColumn sorting does not work properly with com.sap.ui5.core 1.18.1
Hi, I ran into quite some trouble when sorting columns.We currently use version 1.18.1.I'm not sure if my problems are solved in later versions. The column property "sortProperty" has no effect.I as...
View ArticleHowtos - SAPUI5 - design, develop, test , transport and deploy.
SAPUI5 DesignFiori Fast Design Blog from Lucky LiSAPUI5 DevelopmentSAPUI5 TestingSAPUI5 TransportingHowto update your local code into ABAP Repository by [Chandrashekhar Mahajan SAPUI5 Deployment
View ArticleRun a Fiori App in the Web IDE with Mock Data?
Is it possible to run an SAP delivered Fiori app in the Web IDE with mock data? We plan to customize an app and will be modifying the underlying service so I need to create and use mock data to do the...
View ArticleWhich is the preferred view for SAPUI5 Application ?
Hi All, 1. Can anyone explain why SAPUI5 comes with multiple views such as JS, XML, JSON, HTML ?2. On basis of performance which view is preferred?3. On which basis the respective view needs to be...
View ArticleView navigation in SAPUI5 using Form in xml view
Hello experts, I am developing a simple SAPUI5 application in SAP Web IDE where my first xml view has a form with 3 input fields. On button press action, it should navigate to a list of header data. On...
View ArticleTable cell Move to the next row
Hello Experts, I am using tokenizers in table cell. What I want to achieve is , if I keep adding tokenizers in the same cell, and it reaches beyond screen display limit , I want it to move to the next...
View ArticleHow to fix the version compatibility issue in SAPUI5?
Hi Experts, I am facing version issue in my SAPUI5 project. Actually I am using 1.26.1 version for whole project but I want to apply 1.20 for sap.m.Table only. We tried to put sap.m.table version...
View Articleintegrating virtual keyboard in xml view.
Hi friends,I m developing an app where I need a Virtual keyboard in one of my pages.So i designed this particular page in xml view. So is there any way that i can add virtual keyboard to that...
View Articlehow to modularise or extend sapui5 UIcomponent
Hi, I am trying to build a mobile application and i am using navigation and routing for switching between my views.since my app has many view using single component becomes bulky.So i want to...
View Articleproblem in file uploader
Hi All, I am using sap.ui.unified.FileUploader control of SAP UI5 in XML View. But when i am calling oFileUploader.upload(); method it throws error. Code : <u:FileUploader...
View Article