how to bind the data for radiobutton group in XML view?
Hi Team, Am unable to bind the data for radiobuttons, am using XML view,I have tried like below, but am getting errors. <RadioButtonGroup id="rbg_id" items="{oDataRateAmnt>/SlabTypes}"...
View ArticleHow to fetch X-CSRF-Token
Hi, I am trying to read the X-CSRF-Token from GW read service without success. Any idea? As far as I know sap.ui.model.odata.ODataModel does not have the provision to pass the header data. So I tried...
View ArticleFloat label in SAP UI5
Hi All, We have one requirement to give a Float label with SAP UI5 text.. I came to know that for that we have to keep one label with text in same div but since I am using SAP UI5...
View Articlehow to include two entity sets in the path (data: { path: "/Products" })
Hi Experts, May i know how i am going to include two entity sets in the path? The below code only shown it only involves one entityset. data: { path: "/Products" } Second...
View ArticleCall problem : this.getView is not a function
Hi experts ! I got a trouble using function : I create a simpleForm with a input with a valueHelpDialog. var oInputTypeGrappe = new sap.m.Input("TypeGrappe", {showValueHelp:true, valueHelpOnly:true,...
View ArticleSAPUI5 Table Icon visible on row hover
Hi Experts, I am working on an application and using sap.ui.table in it. In the table each row has a delete icon in the last column. I am able to add it. But the requirement is to make it visible on...
View ArticleVizContainer Aggregation
Hello Experts, Please guide how the aggregation is done for Viz Container, The Model has list of entries like below...
View ArticleVizContainer Number of values on X-axis
Hello Experts, From the model getting 25 entries, But it is showing only 9 on UI. Do we have any way to show more entries in graphs. Best regards,Rohit
View ArticleMulti input getting cleared
Hi, I am trying to create multi input dynamically when i press on add button. So once i select the value and then that multi input is populated. But when i press on add button the previous multi input...
View ArticleGeo maps components
Hi, I'm trying to implement the geo map example from ui explored . https://sapui5.hana.ondemand.com/sdk/explored.html#/sample/sap.ui.vbm.sample.GeoMapCircles/preview It there any additional components...
View Articlewhile installing HAT , "Build the companion app" error
Hi all, While i am trying to install the SAP HAT using the kapsel SDK , i am gettin the error as below . It is saying "config" file is not specified and while adding plugins toolbar is not...
View ArticleJavascript related information
Javascript is based on ECMAScript, which is a standardized language. ECMAscript forms the core of the javascript language and supports data types such as numbers, strings and booleans.Javascript is...
View Articlewhat are the benefits of smart field and smart form ??
Hi, kindly tell me what are the benefits of smart field and smart form over normal form and field ?? Thanks and regards,Abhishek lohiya
View ArticleHow to display data in stack column chart by consuming Gateway?
Dear Experts, below shown a screen shot and some simple code on stack column. May i know is it correct i filled the bold part in the code there with the red box which is highlighted in the screen...
View ArticleUncaught Error: Fake XHR onreadystatechange handler threw exception: Error:...
Hi Guys,I have an issue with my current SAPUI5 project. I am working with a custom UI Library(based on UI5) from a client, where we have a launchpad in which several Tiles are displayed. Those tiles...
View ArticleNavigation with navTo function when project namespace is provided
Hi, We are having Master-Detail Application wherein we want navigation from one page to another.Currently there are two pages, master and detail. A new page has been created, let’s say ‘About’....
View ArticleHow to open the custom application inside Launchpad and Navigate Back to...
Hello Gurus, I have developed a custom SAPUI5 application using Eclipse and added the application in Launchpad to access the application from Portal. When accessing the application from Launchpad, it...
View ArticleDetermine selected row in sap.ui.table
Hi Experts, I am using sap.ui.table in my application. The enableSelectionMode is set to None, since the extra column on the left hand side is not desired. Now when the user clicks on a particular row,...
View ArticleSAPUI5 Table Row Height
Hello experts, Has anyone had trouble with table rows being unnecessarily tall on the SAPUI5 table control? There is a lot of vertical whitespace that I can't seem to get rid of: I've changed the font...
View ArticleRouting and Naivgation issue
Hi All,I am using master-master details Template to create an app, and I would like to add second detail view.. So enhanced the route as below sap.ui.core.UIComponent.extend("zfin.Component", {...
View Article