How to translate "Cancel" button on SelectDialog?
Hello friends developers, Does someone know how to translate "Cancel" button in Select Dialog? I use it as fragment for Search help on some input fields.And what if I don't need Search field, is there...
View ArticleHow can i Store password in a secure way in a multiple logon SAPUI5
Hi Folks, i'm using sapui5 to create a portal that gives the option of multiple logon in difenent systems. One of them is the SAP. I made an oData to check user and password logon like this: But...
View ArticleOut of focus in Custom control
Hi, I've developed a custom control that behave as a container for different UI5 controls (which are a mix of selection and input fields). I would like to raise an event each time all of the inner...
View ArticleHow to Gateway Authentication using SAPUI5?
Hi, I am doing sample gateway application using sapui5 . In that I am passing Username and Password dynamically using Login form. Previously I am using the below code to set the model. var oModel =...
View ArticleHow to create dual axis combination chart with scatter and line in viz chart ?
Hi experts, Please I have a requirement where in I need to create combination chart with dual axis. I know that we have combination chart with line and column as below...
View ArticleLoad a view from other app
I'm creating a launchpad that will have custom applications tiles and I'm thinking to load this tile from its own application so I need to load a view from other application, is there a way to do that?
View ArticleIn Project Templates i can't find Smart Template Tile..
Hi,I'm working in SAPUI5 i want to create a smart table using smart template.but i can't find smart template tile in project templates.do i need to do any conifiguration for it. Below you can find the...
View ArticleUrl of odata changes while using smartgraph
hi all i am trying to use smart graph with odata services.-First view consists of a smart table and it is able to fetch data correctly using the odata services,But while using smart-chart the...
View ArticleCreate new ticket from Fragments
Hi Experts, My requirement is to create new ticket fetching details from fragments. I have odata table with single select option. On clicking a row and clicking the "Create Ticket" button a fragment...
View ArticleWeb IDE - Application build not working for some projects
Hi, In the Web IDE, it is not possible to mark some projects as SAP UI5 Client Build (Settings->Project Type). In the SAP documentation (...
View ArticleBind filtered values on sap.m.select
how is it possible to perform a filter operation to bind values on sap.m.select control.In the code i am using as below link , all the employees are binded to select control, but only the employees...
View ArticleHow to Access the oData Model inside the Init Function of the Controller?
Hi All, Can anyone tell how to access the oData Model(Manifest.json) inside the Intit() of the Controller? I tried to Access through Component.js. Tried Below Code in Component.jsvar oModel =...
View ArticleLayout Troubles: Content of Page in a TabContainer in a Splitter is hidden
Hi all, The root view of my application is like this: <?xml version="1.0" encoding="UTF-8"?><mvc:View xmlns:m="sap.m" xmlns:mvc="sap.ui.core.mvc" xmlns:layout="sap.ui.layout"...
View ArticleWEB IDE Project Wizard fails with Northwind Service
Following this guide I used to create a SAPUI5 Kapsel application that supports Kapsel OData in offline mode. However, the Web IDE project wizard does not allow me anymore to use the Northwind test...
View Articlewhich class contains layoutData property
Hi All, here i have come across this Label control, which is using layoutData property along with text, not sure from where this property is used from .All i can see is setLayoutData, getLayoutData,...
View ArticleDelegates in sapui5
Hi, what is the use of event delegates in sapui5.? I have seen some examples where they use this.addEventDelegate({onAfterRendering : function(e){ // some logic }}); My question is already in the...
View ArticleImport into Excel File
Hello,I want to import my data from table into Excel file but while doing this i am getting error message as:<m:errorxmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">...
View ArticleSAP VizFrame StackedColumn Legend with Titles
Hi All, i've built an VizFrame-StackedColumn and so far everything is working fine. In the moment my Legend looks something like this: -Value 1-Value 2-Value 3-Value 4 But what i really want is to...
View ArticleUse variable in JavaScript Object Name
Hi Guru's, I have a question regarding the usage of variable names inside JS Object Names. The problem I am facing is that an database contains many tables for which the customer decided to name the...
View ArticleNo Data in SplitApp
Hi, I have developed simple SAPUI5 Application(Split App). I am able to get the data when I run the app as "WebApp preview".OData...
View Article