Unable to transition from a Detail view to 2nd Detail view
Hi all, I'm doing a Master-Master-Detail view splitapp(using the webIDE template for Master-Master-Detail). But now i want to add another detail view which gets displayed when a user presses on a row...
View ArticleSAPUI5 - Update rows in one table based on selection in another table
Hi All, Using XML views, I have a page with two tables. When I select a row in the first table I would like to be able to filter out some rows on the secondary table. Each table is bound to a...
View Articleretrieve bindingcontext from list and standardlistitem
Hi everyone, I think this is a silly question but since I am a newbie and i am trying to learn sapui5 kindly guide me .I am using a sap.m.List and sap.m.StandardlistItem as a template to the list.Now...
View ArticleAnalytic map inside UX3 shell - default region color
Hi , I've implemented the analytic map inside a UX3 shell . SAPUI5 ExploredI'm using the standard coordinate file with the main continents with no indication in the file for region color. When i run it...
View ArticleVertical scroll bar appearing??
Hi, I have put 4 custom tiles inside the vertical layout. <l:VerticalLayout class="sapUiSmallMargin" > <CustomTile xmlns="sap.m" id="oCustom1" width="20rem" height="35rem">...
View Articlesap.m.multicombobox and disabled items
Good day everyone, I am using a sap.m.multicombobox in a view. The list of items that I bind to the multicombobox includes both enabled and disabled items. I would like all items to be shown when...
View ArticleDateTimeInput opposite behavior of keyboard and mouse
Hi, for some reason DateTimeInput control behavior in my app is different than the behavior of this control in the explored...
View ArticleSAP UI5 table with JSON format service data is not working
Please check below code: Controller:onInit: function() { var oModel = new sap.ui.model.json.JSONModel(); $.ajax({ type: 'GET', url:...
View ArticleHow to hide navigation control in geomap in sap ui5?
Hi, Can you please let me know on how to hide navigation control in geomap in sap ui5? Actually I tried below method in my controller in onAfterRendering: function() var geomap =...
View ArticleCan we create a custom cell ID for SAP UI5 Table
Hi Experts, I have SAPUI5 Table with 10 rows visible with scrollbar,but actual its 100 and more rows in JSON Model While changing the data in data model i need that row number and column number, Need...
View ArticleHow to download binary files in SAPUI5
Hi everyone,I follow the steps in the Uploading Files to SAP GW, Downloading Files from SAP GW - New Techniques and Upload Image to SAP Gateway and Display Image in UI5 - Using New Fileuploader with...
View ArticleVizFrame does not render in onInit
Dear all, I am trying to create a line chart in view.js and controller.js. in the view.js, I only simplely created a VizFram with type "line". oController.lineChart = new...
View ArticleNavigation in sap.m
Hi experts, In my created two views and layouts for them. what i need is i want display second view layout in first view first.view.xml <core:View xmlns:core="sap.ui.core"...
View Articlesap.m.DateTimeInput - Date Format issue
Hello, I have a sap.m.DateTimeInput control on a page, and I have set the displayFormat to what my users would like.The input is bound to a JSON model and the binding value works fine. When the user...
View ArticleFiori and Control Re-Render (VizContainer)
Hi Experts, Need some help on rerender of controls. 1) Run the fiori Application 2) Go to the table Screen3) Goto next View using Routing.4) Click on Home Button of Fiori Launchpad and repeat the same...
View Articlehow to get the selected node ID in tree?
Dear friends, I write a tree in my view just like this, when I select different node, I want to show different layout by the node ID. but now my problem is I can not get the selected node ID,...
View ArticleSAPUI5 TabStrip - Changed data is reseted on tab change
Hi All, I have a sap.ui.commons.TabStrip control on my view (defined in xml). If I change the content of a TextField on one tab and then change to an other tab and back, the content of the TextField is...
View Articleget portal user in SAPUI5
Hi Gurus,I have to create a SAPUI5 application in portal. When user clicks that iview, I need to check whether the portal user assigned to a particular portal group.If he is assigned, I have to display...
View ArticleSAPUI5 localization support for Indian languages
Hi, Does SAPUI5 localization support Indian local languages? Where can I get a reference about supported Indian local languages? Thanks,Chirag
View ArticlesplitApp: show detail AND master view through routing
Hello All, I was wondering how to show a view in the master area of the splitapp component AND a view in the detail area through routing.I can show a view in the master or detail but not in both...
View Article