Using a Table filter value based on a DropdownBox value w/ OData?
Hi Experts, So, lets say i want to filter a table. The value I select from a DropdownBox are to be used as the actual filters. Searching all around (SAP UI5 SDK, SCN, etc...) I've figured out so far i...
View ArticleDifference between JSON model and ODATA model in UI5?
In SAP UI5 , the data comes from the backend is usually oData and the new custom model created in the application is json model. Now can also oData model be created in the application & what's the...
View ArticleSignificance of id sap-ui-bootstrap in the bootstrap
Hi All, I am a newbie to OpenUI5 In the script below: <script id="sap-ui-bootstrap" src="resources/sap-ui-core.js" data-sap-ui-libs="sap.ui.commons"...
View ArticleHow to do offline application in SAPUI5?
Hi, I have some knowledge on how to do Offline application using HTML5 . Now I want to do the same thing in SAPUI5. I followed the below Documentation to do it. http://scn.sap.com/docs/DOC-45756 But I...
View ArticleSAPUI5 read from oData
Hi, I am creating a webservice with SAPUI5. The service uses a RoadMap object with several steps. I request the needed data from a server. Then I create a model, in which I save the data from the...
View ArticleSAP Netweaver Gateway Demo Server - ES1 : No authorization to create project...
Hi Gurus, I am trying to create a custom Project in SEGW ( in ES1 ) , but getting an authorization error -please help.
View ArticleTwo Selects one Model
hi all, i have a JSON Model: [ { "ARBPL": "42", "WERKS": "0111", "KTEXT": "AUFH" }, { "ARBPL": "47", "WERKS": "0111", "KTEXT": "text",...
View ArticleAn Example Using attachInitEvent
Hi Experts, I couldn't find an example that shows usage of attachInitEvent Could you please share one and throw some light on it. Appreciate it! ThanksAmjad
View ArticleEclipse Java EE IDE for SAPUI5 Web Developers - Missing perspective
Hi Colleagues, I just finished installing the toolkit with the new 'all in one click' feature...
View ArticleDeploying HTML5 .ear file to SAP Portal 7.0 EHP 2
We have created a .ear file for an HTML5 and we are trying to deploy it to SAP Portal 7.0 EHP 2. We are trying to create an iView for the same, but the portal does not show an option to create an iView...
View ArticleAdd loading indicator as sending OData request
Hi, Is there anyway to add loading indicator (similar to progress indicator)as binding data. It would be nice for users to know something happensand wait for slower mobile connection.
View ArticleConvert date format in SAPUI5
Hi Expert, I want to convert date format as SAP input format. In SAPUI5 I have used below code: <Label id="lbl1" text="Enter Date" visible="true" required="true" design="Bold"> </Label>...
View ArticleSelectedKey not set in sap.m.Select SAPUI5/odata
Hi all, I have problem with add a oData value in SelectedKey of a sap.m.Select. I try serveral ways to add the value to SelectedKey but nothing works. I have publish the project to Github...
View ArticleHow can we set a header over two Columns in ui5 Table?
Hello all, How can we set a Header over two Columns in ui5 Table. As we do in HTML using ColSpan, same thing i want to implement in UI5 table. Thanks And Regards Sumit Shrivastava
View ArticleCSRF Token Problems with Relay Server
Hi there,i have a problem getting POSTs to work when working with a relay server. I do the following:1. get APPCID from relay server - successful2. getting a CSRF-Token from relay server (GET to...
View ArticleProblem with "sap.m.ActionListItem"
Hello Experts,I created a simple list with this code in javascript view:<< var list = new sap.m.List({ headerText: "MENU'", items: [ new...
View ArticleDebugging SAPUI5 project files
Hello HANA experts Can we debug View.js and Controll.js files of SAPUI5 in SAP HANA Studio?In all the documentation I got, it talks only about debugging Server Side JavaScript or SQL Procedures Any...
View ArticleSAPUI5 New features
Hi, I want to know about the new features in SAPUi5 and I want to do some sample application on following topics. 1)Offline Application2)SAPUI5 application using App Builder by consuming Odata service....
View ArticleBorder around vertical layout with panels
Hi All, In my Application I am creating three panels and I am placing it in verticalLayouOut. only problem is I don't see border around individual panel. I tried to set...
View ArticlejQuery for DateTimeInput
Hi Experts, I have created datetime input using XML code in SAPUI5. The code is below: <Page title="Date Time Validation" showNavButton="true" > <content> <Label id="l1"...
View Article