Facing problem while using BusyIndicator
Hi all,I am trying to use a Busy Indicator in my code .But i am facing some problems .Please suggest what is the problem in this code . var bsyIndi = sap.m.BusyIndicator({ text :"wait" }); var...
View ArticleDisable Code check from UI5 application
Hi all, is there any possibility to disable the code check or F12 function in browser from a UI5 application? we want to disable these functions to disable the users to check/ copy the code from UI5...
View ArticleSAP Web IDE - Create Applications
SAP Web IDE is a browser-based tool that empowers developers, business experts, and designers to build new user interfaces that work with other SAP applications. With drag and drop tools, wizards, and...
View ArticleOpenUI5 build tools and schedule
Congratulations SAP on releasing the OpenUI5 source on GitHub! It appears that the included build tools are still a work in progress (e.g. no minification), and I was wondering if the tooling will be...
View ArticleGet expanded data from oData provider
Hi Experts, I have an UI5 (Fiori like) app connected to oData backend (not SAP).I want to get manually the list of Items, wich are connected to a specific address. Through browser I get the proper data...
View ArticleQuestion confusing me about Aggregation Binding......
Hi all, In my applications am using property binding and Element binding both are working well.but am confusing with Aggregation Binding.could you please help me ASAP how&when to use it....
View ArticleUsing Router to pass data between views
All, I am using the router object and I am able to pass a simple id from one view to the next. I have specified a route in my array of routesvar routes = [ { name: 'myroute', pattern: 'myroute', view:...
View ArticleErrors on generating UI5 from Gateway
Hi, after the App generation I am facing this error: My coding looks like this: Can somebody please help me out here? ThanksPeter
View ArticleSAP UI5 Code Problem for reading XML View input field in View Controller...
As I am in the learning process, I am stuck at one point for which I need your help. I am mentioning that in details below. I have developed the following application in which one master page comes...
View ArticleCan't add widget (.xswidget) to Fiori Launchpad app (.xsappsite) in HANA Studio
Hi all, I created a widget catalog with widget items in HANA Studio building a native HANA XS engine app. As a user, I can add these without problems to my Fiori Launchpad App in the browser. But I...
View ArticleSAP HANA Studio kepler error
Hi friends, I am trying to install SAP HANA studio. I have successfully installed java platform 8 and installed SAP HANA client and studio respectively.and then I found a kelper...
View ArticleMove div content to shell
Hi, In Index.html I have a div container which contains gauge chart. On selection of workset item in Shell, I want to move gauge chart in index.html to Shell container. I tried with below steps, but no...
View ArticleSAPUI5 and WEINRE
Hi there, when digging into Core-dbg.js, I found a way to include use a WEINRE server for debugging purpose. However, I cannot define the WEINRE server using URL properties. How can I use a WEINRE...
View ArticleEnd of line marker not supported, please use CR+LF?
Hi guys, I'm trying to use the team provider to submit my UI5 project to the server.But I got this error for uploading a json file:End of line marker not supported, please use CR+LF? Does anybody know...
View ArticleDocument upload sapui5 Ipad
Hi, We have build a SAPUI5 application to upload documents to the SAP system. The solution works fine for the most devices but it doesn't work for iOS devices. In the iOS devices we can only upload...
View Articlesap.viz vertical bullet chart / Combination chart with unconnected lines?
Hello,I want to achieve the following graph:The best solution for me would be sap.viz.ui5.bullet. but for some reason its only horizontal I havent found a way to display it vertically.Another solution...
View ArticleSAPUI5 Developments in Sublime Text Editor
Hello, Just stumbled upon this editor and I found few of you are using this editor for SAPUI5 developments. Is there any setup document that can be followed to get it up and running to build the SAPUI5...
View ArticleChanging Color of sap.m.Table Rows
Hi everybody, I'm currently trying to change the background-color of a normal row inside a sap.m.Table.I've already created a CSS which I added at the index.html.The CSS contains the following class:...
View ArticleBind model into OverlayContainer
Hi UI5-GURU,I need a help for this development: var overlay = new sap.ui.ux3.OverlayContainer({ openButtonVisible: false }); var newsdata = {"Data":"14102014",...
View ArticleSAPUI5 applications – is SAP Gateway always necessary?
In a lot of blogs and presentations SAP Gateway is mentioned as the communication layer between the SAPUI5 application and a SAP backend system. One of the main advantages of SAP Gateway is that the...
View Article