How we use sapui5 in Neptune application designer
Hi Friends, I have added neptune application designer as an add-on to sap.but i don't know to design an application in it using sapui5. So friends if u have any material regarding that please...
View ArticleJetBrains Webstorm plugin for SAPUI5
Hello everyone. Has anyone know if in the future SAP UI5 team will release a plugin for Webstorm? Thanks in advance. Raul.
View ArticleIs it possible to set multiple models to the core?
hi allis it possible to set multiple models ( json or odata) to the core by saying sap.ui.getCore().setModel(oModel,"oModel"); sap.ui.getCore().setModel(jsonModel,"jsonModel" ); so these can be...
View ArticleSAPUI5 in Portal iView
This is a funky problem. I created an SAPUI5 application deployed on the CRM WAS. Everything looks great in IE10. As you might know, the portal (7.00) goes crazy without compatibility mode enabled in...
View ArticleAdding elements to arrays in OData model in SAPUI5
Hi, I have a question concernig the adding of an element to an array within an OData Model in SAPUI5.Is there any standard functionality to add an element where only the necessary attributes of the...
View ArticleInteractive 3D Graphics With Three.js & WebGL
From OpenGL to WebGL1. Live Demo2. WebGL is amazing! Where do i begin?3. API-Support and futureFrom OpenGL to WebGL WebGL is as a part of HTML5 and based on OpenGL ES 2.0. It provides an API for 3D...
View ArticleRead data from a JSON Model
HiI set a json model in the controller class, and also set it to the core//json filled with datasap.ui.getCore().setModel(jsonModel,"jsonModel" ); format of the json data"EntityA": {...
View ArticleODataModel Tree Binding
Hi, I am using a SAP Netweaver Gateway with an OData Service. I need to bind this oData to an UI5 tree.After setting the ODataModel to the tree there is an error, because the model does not have the...
View ArticleUsing SAP UI5 Progress Indicator in real time applications
In this document I am going to share code that helped me in enabling UI5 progress indicator in my application. We have "Progress Indicator" control in SAP UI5 library, however, we need still need to...
View ArticleSetting the ERP Back end Alias in the OdataModel when calling SAP NetWeaver...
Hi, Do anyone know what the equivalent is of ";o=ERP_ALIAS" in the sapui5 oDataModel class when defining a model calling the SAP NetWeaver GW? I have tried adding it to the path and aggregate bindings...
View ArticleSAPUI5 json image url's reversed proxy phonegap
I am currently setting up an Employee Lookup Phonegap app with SAPUI5 and the SMP Cloud. The images of the employees are fetched from the content server and sent as urls in the json response. Now since...
View ArticleHow to get the selected row from a table
Hi, i need to get the selected row from my table. My approach was to query the index of the selected row via index = oTable.getSelectedIndex() and then to get the row from the table via row =...
View ArticleFileUploader
Hi, I'm trying to upload an image using the FileUploader control, but I dont know which uploadUrl I have to enter. I tried with this url: http://sapecc.system.loc/sap/bc/ui5_ui5/sap/zwuytsr_ui5/images/...
View ArticleSimple OData Binding with SAPUI5
Hi SAPUI5-experts, I'm just going to learn the basics of OData & SAPUI5. I currently stand at a very simple problem, because i am only able to find OData SAPUI5 examples with charts or tables. I...
View ArticleSAPUI5 -> Gateway Service Function Import
Hi, I'm trying to learn how to interact with the Function Imports of a gateway service. I can't find any documentation about it. Does anyone have an example I can look at? I've been playing around with...
View ArticleIssues with OData PUT operation
HiI am using datajs library for create operation. However it gives an errorhere is what have been doneDo a GET to the Gateway Server to fetch the Token in the Header OData.request ({...
View ArticleFormatter for sap.m.Label
Hi, I'm using a sap.m.CustomListItem whose content is sap.m.Label and the code looks like: var listItem = new sap.m.CustomListItem({ type: sap.m.ListType.Active, content: new...
View ArticleSAPUI5 in portal, js event disabled with IE 9
The SAPUI5 page is OK in standalone mode.But When put it in portal as URL iView, the event( button, option) is disabled.Error in console is:UI5 runtime is 1.12.1 SCRIPT5007:Unable to get value of the...
View ArticleViews Lifecycle management and duplicate ID's
Hi folks, I have been programming a couple of SAPUI5 applications and one of the biggest 'frustrations' so far is that I am constantly running into duplicate ID issues as I tend to use JS views ......
View ArticleCross Origin Resource Sharing in SAPUI5 using phonegap
Hi, I developed one mobile application using odata service. In that I am getting data from another server.For that I disable the web security in chrome then It's working fine . When I deploy...
View Article