Is it possible to dynamically set first page of sapui5 app?how?
Hi,My requirement is first i need to load login page.when the user is not logged out next time when he login he should get dashboard page.if logged out he should see login page?experts plz help...
View Articlesap.ui.commons.FileUploader
Hi I am trying to upload a file butafter I press 'browse' and selectthe file to upload, I do not see thefile name in my text input field. I searched and saw that it is advised to...
View ArticleUnable to do binding context for a sap.m.text
Hi,I am trying to bind a context for text .But i am not getting expected output.Please check the below code.PFA for the thing i got on alert msg VIEW.JS----------------- var oData...
View ArticleIntegrating xsodata with sap ui5 controls & Using Formatter in SAP UI5...
Integrating xsodata with sap ui5 controls.Process Step 1 : Create a sap ui5 control Ex. List or TableStep 2 : Create a suitable template for the control. In the template...
View ArticleGetting an error while uploading a file in sapui5 by using OData service
Hello All, When I tried with the below example code I am getting the following error.view codeController Code In console I am getting uncaught TyepError as show in below. Help me to solve this...
View ArticleProblems with CSS Style - Color
Hello Community, I am currently working on a SAP UI 5 Project and my current issue is to color cells of the table, depending of the content of another cell. This is in the view: var template = new...
View ArticleHow To add Filter / Sort button in Fiori PO Approval?
Hi!How do I get the filter or sort button appear in Fiori for PO Approval?above is the screen capture from my Fiori approval. I believe i can get the below: I didn't see any setting in the launchpad...
View ArticleSAP Fiori
Hello all, I'm currently working with the SAP NetWeaver Application Server ABAP 7.4 SPS02 on SAP MaxDB [Trial] from SAP Cloud Appliance Library.I would want to run the Fiori Launchpad but I don't know...
View ArticleSAP Fiori for crm - My Accounts App - Define Currency path missing
Hi , We are trying to configure the "My Accounts" app for Fiori crm.And in the App Implementation: My Accounts - SAP Fiori Apps for Lower Back-End Releases - SAP Library link it is given that currency...
View ArticleHow to set locale to sap.m.DatePicker ?
Hi, How can I set locale "en-GB" to sap.m.DatePicker ? Regards,Michael
View Articlesap.m.CustomTile didn't render under Tile Container
Hi, Please share any sample code to achieve similar to StandardTile properties in Custom Tile.If possible please share in xml view. I tried like below but custom tile didn't render. <TileContainer...
View ArticleCall XML View ui elements from controller
Hi, I used to call and do operations on ui elements by accessing them from controller using below syntax. this.getView().byId("txtid"); Most of the times , I am able to access UI Elements with above...
View ArticleXML View : Navigation between two views
Hi , I have created a simple application for navigation between two view. The first view is "login" and the second view is "forgot". I am trying to achieve navigation when i click on the URL "forgot...
View ArticleSpace controls in UI5
Hi , Are there any controls in general for spaces or invisible UI elements to insert gaps between controls or spaces in layout. I saw similar space control like toolbarspacer but is there any spacer to...
View ArticleSapUI5 DatePicker Max & Min Date Settings.
Hi all.. I want to disable future dates in my DatePicker & want to set a minimum date as well. Can any one help me?
View ArticleError while using VIZ charts
HI, I am using viz bar,column,pie charts in my application. It was working fine. But after the HANA System upgrade to SP09, the following error is thrown.The current version of SAP UI5 is 1.24.2...
View ArticleNeed to show total task number in Inbox like previous UWL
Hi Gurus, Custom inbox has been developed similar to BPM inbox using UI5 toolkit. Here a new requirement is that, to display the total number of task in the box i.e., task count. I have a piece of...
View ArticleFix element height proportional to screen height
Hello, I am developing a UI5 view using sap.m library components. In my page, I have a flexbox - containing a table and a button below the table. // Table var oTab = new sap.m.Table( "oTab", {...
View ArticleDynamic Table: Need unique ID for each cell
Hi, I am writing a UI5 app that will contain a dynamic table, which will be bound to a JSON model. I would like to have each cell on the table have a unique ID. I then use this ID to group into another...
View ArticleUI5 HTML Templates and Custom Controls
Hi all, is it possible to insert custom controls into via HTML templates? E.g.: JS:sap.ui.core.Control.extend('foo.bar.myctrl', {...}); HTML:{{control sap-ui-type="foo.bar.myctrl"...
View Article