SAPUI5 application calling RFC directly
Is there a way for an SAPUI5 application to consume an RFC directly? if not perhaps a SOAP web service?
View ArticleUI Application Dev component is installed but doesnt appear in wizard
Hi ExpertsI have HANA studio version 60 installed on 64 bit Windows 7 machine,where I have deployed UI5 application dev components,but athough the UI5 applications seems to showing installed ok, it...
View ArticleHow to build an application that compatible to browser, mobiles and tablets...
Hi All,I want to build an application that have different layouts for PC (browser),mobiles and tablets using SAPUI5......Can any one provide samples for this type of application.... Thanks in advance...
View ArticleHow to add two different themes in one sapui5 application.
Hi All, As i am developing an universal (desktop,mobile,tablets) application using SAPUI5 How to use these two themes at a time... data-sap-ui-theme="sap_goldreflection"data-sap-ui-theme="sap_mvi" I...
View ArticleSAPUI5 TestSuite
How can I see the source code of the examples in my SAPUI5 test suite?
View ArticleHow can I set a position of dialog?
I'm looking for the way to put the dialog to a specific position.When I open the dialog, it always appears at center of browser.I want to place it to anywhere.There are setWidth and setHeight., but...
View ArticleIssue with Table UI Row Selection
Hello Experts, I am trying to use a table UI element and trying to read the row selected. However the below code does not seem to work.Also I dont see any entry in firebug DOM for console variable...
View Articlesap-ui-core.js resource not found
Hi All, I have a web project using ui5 for front end. For the ui5 JS Libraries , I have a separate web project. I have copied ui5 jars into lib folder within web-inf , added resource servlet reference...
View ArticleHow to set dialog to fixed position (top and left)?
How to set dialog to fixed position (top and left)? Hi everybody I'm trying to find a way to place a sapui5 dialog to a fixed position. Is it possible to achieve this? I can't find any property and...
View ArticleAuth with SAPUI5 Mobile
I am using SAPUI5 to write a web application that will be ported to iPhone and iPad using XCode and PhoneGap. In the SAPUI5 best practice documentation, it clearly states not to create any custom logon...
View ArticleHow to call Java file function from sapui5 application
I want to use third party java based (jar file) library in the sapui5 application. How can I do that? Calling java class method with arguments? ThanksPreety
View ArticleSAPUI5 Not working in Internet explorer v8,v9.
Hi All. I am using code from below url....https://sapui5.netweaver.ondemand.com/sdk/#test-resources/sap/ui/commons/demokit/Form.html For reference it placed in below...
View ArticleTable and threshold parameter
Hi, We are using sapui5 in front of a gateway server and some calculations from the server takes some time.So, I'm trying to use the threshold parameter of the Table element in order to fix a limit to...
View ArticleSAPUI5 Webservices
Hello I am calling web services to get data from server. When I am using those web services with error data in Firefox REST Client i am getting error handled message on server side with status code 400...
View ArticleSimple UI5 application using HTML Option
Hello All, I'm trying to create a simple UI5 application using HTML option as shown in below screenshot I'm just trying to create a simple application where I could create a database table with User ID...
View ArticleListAsTable horizontal Scrolling
Hi, I'm trying to implement ListAsTable.I have inserted my list in HBox and HBox in ScrollContainer.Here m giving specific width to List.Its working perfectly on browser. As if there are many columns...
View ArticleHow to load an external HTML page inside shell workset without using tag?
Hi everyone, I am trying to load an external html page inside the shell workset. I am able to do this using the iframe tag as mentioned below var oAPI = new sap.ui.core.HTML("API",{ content:...
View ArticleList with fixed header
Hello, I created a list (sap.m.list). Now i want to scroll through the content of the list without moving the header.The header should be "freezed". Any ideas what I have to change in the stylesheet? I...
View ArticleHow to add a row to a table on clicking an image in the column?
hi all I have an image in a column in a table. And I have used hard coded data for the table and used model to bind it to the table. I want to add a new row when i click the image.when an image...
View ArticleArray in JSONModel count
Hi,in UI5 i created a jsonModel as following: var data = { "Products" : [ { "name" : "Asus Transformer",...
View Article