CRUD OPERATIONS IN SAPUI5
Hi, I am trying to do CRUD applications in SAPUI5 using Netweaver Gateway service.I found the below links when I...
View ArticleChange bootstrap theme depending on device type
Hi, depending on a device type, I would like to load another Theme (Goldreflection) in the SAPUI5 bootstrap, instead of the sap_mvi Theme.How would I do that? RegardsStefan
View ArticleHow to append or insert rows into the UI table in UI5
Hi experts, How do i insert/append rows into a UI table. Ex : I have one Table, Text field and one button. My requirement is that like , if i enter something in the Textfield and press Button the...
View ArticleFile Uploader in SAP UI5
Hi,I was trying UI5 FileUloader which triggers the upload while calling upload() method explicitly.But I'm getting an error stating '405 method not allowed'. My hana system is on Revision 52 and I've...
View ArticleBeginners guide to SapUI5
Hello experts, I would like to start developing mobile applications with sapui5, but before going into coding i would like learn some general info, - What are the ways to develop a mobile application...
View Articlepackaging sapui5 mobile application
Hi, I have developed a simple application using sapui5 , its running fine in chrome using fake os, now I want to test it on mobile device. Is there any way to package the app without using...
View ArticleCreate Table dynamically
Hi, I need to create a table dynamically.I don't know the number of rows nor the number of columns i'll be displaying. For the columns i could get it done with:for(var i=0;i<columns.length;i++)...
View ArticleLauching sap gui for html from SAPUI5 application
I got a requirement to launch sap gui for html from SAPUI5 application. Below are tcodes that I need to launch from UI5 app (IE01, IE02, IE03, IH08). I did some research in web but I don't find any...
View ArticleSearch Tool in SAPUI5 App
Hi, Before I ask my question I'd like to mention that I am not too familiar with the JavaScript/Java etc. I am an ABAP person now starting to work on the SAPUI5 and Gateway. So here's my question; When...
View Articledo we have a tool like sencha cmd in sap ui5
ui5 library size is too big, i can not put it in the hwc app. how can we get the used library out like the sencha cmd? thanks!
View ArticleFilter in a HTMLView
Hi , I have an HTML View and now I will apply a $filter on the List for my odata Modell . In the Documentation I doesn't found any parameter to set a the $filter parameter from HTMLView. Have someone...
View ArticleSAPUI5 iView does not work?
Hi,I'm creating SAPUI5 applications that I want to expose through SAP Portal. As we are on SAP Portal 7.3 SP9 I'm able to create SAPUI5 iviews using steps described here:...
View ArticleCombo Box in a DataTable
Hi guys,I'm having trouble with dropdown boxes within DataTable (JS view). Whenever I click on the arrow icon no data is displayed. It all works okay in case items are manually added to the combo box...
View ArticleResponsiveLayout form had an issue in loading Mobiles.
Hi All, I am using following sapui5 code to build a form i am able to load the form perfectly when increasing and decreasing the size of a browser.When it is loaded in mobile it is not working...
View ArticleTable visibleRowCountMode Auto does not work as expected
Hi all, i am new to UI5. I want to create a table that fills the size of the surrounding container. createContent : function(oController) { //Define some sample data...
View ArticleThemes in SAPUI5 desktop application
Hello, We are developing an SAPUI5 desktop application. In the index.html file we have script tag with themes as: data-sap-ui-theme="sap_goldreflection" ; The theme can have four possible values...
View ArticleSAPUI5 wizard is missing from ECLIPSE JUNO 4.2 event after successful...
Hi Folks, I am experiencing strange situation. Even After successful installation of SAPUI5 1.12.1 in my eclipse Juno 4,2 I am not able to see the SAPUI5 in eclipse wizard. Don't know what went wrong...
View Articlesubmitting form after hitting enter key
Hi, In my application I have login page with two PasswordField controlls and login button, which look similar to form. Currently i'm sending data after user press a Login button, but i want to allow...
View ArticleSAPUI5 oData Connection Error
Hi. We are trying to consume oData using SAPUI5. We use the demo Gateway Sales Order. We are trying to create this application on mobile devices. Below is our index.html <!DOCTYPE...
View ArticleSend two requests as calling bindAggregation
Hi, We have a sap.m.List to bind OData service by usinglist.bindAggregation(....) etc. we give path and are able to get data back.However as I use Chrome to check network information. There are two...
View Article