Passing data between two views in sapui5 application
Hi Experts, I'm doing an custom ui5 application in which i have some views and also master and detail pages. When i navigate from one view to Master and detail views i have send some data to master...
View Articledisabling browser event(back space)
I am running my UI5 application in Internet Explorer. When I press back space key to remove a character from the Text Area, I am navigating to my previous page in IE. How to disable this event?
View ArticleHow to correctly use the component-concept with multiple components
Hi,i am working on a multicomponent-application.This means i have 3 eclipse-projects, in each one component. How can i link these 3 projects to work (also in the local test). Component 1: WebContent...
View ArticlePassing array using oModel.create()
Hi guys.Is there a way to send an array using oModel.create() function ?I use below code but I use create function twice for two records : var oModel = new...
View ArticleHow to get TextField value placed inside SAPUI5 table
Dear Team, I have a scenario in which I need to take the value entered in textfield placed inside the table cell. JSON Model response set to table.I have placed textfield in one row only and others are...
View Articlesetting Model to sap.ui.getCore not working
Hi All,In controller init event I have var myJSON = {"title":"This is Test"} oModel.setData(myJSON); sap.ui.getCore().setModel(oModel, "MyJSONData") In view Create Event I have var controls = []...
View Articlecannot move(drag) google maps in my sapui5 app
Hi everyone, I have added a Google Map in my SAPUI5 App, but I cannot drag it.can any one tell me how to solve that. attach my source code. The same javascript can work well in the webapp which is NOT...
View ArticleCall SAP GUI out of UI5
Hi experts, is it possible to call the SAP GUI (not web gui) out of SAP UI5?I want to call a transaction in the installed fat client of the current pc - if no fatclient of sap gui is installed call the...
View Articlesapui5 table columns width with static columns
All, I have a table that has 2 fixed columns and a few others which are not fixed. When I try resizing the fixed columns they resize just fine, however, when I resize the columns which are not fixed,...
View ArticleSAPUI5 - how to get loged User ID?
Hi experts, I have problem, when I try to get the ID from the loged user in SAPUI5.I have tried:1. var oUser = sap.ui2.shell.getUser(); var userId = oUser.getId();Here I have error: Uncaught...
View ArticleRefreshing only an collection of the model
Hi, I'm trying the refresh a view which is using a collection of my model.For that, I'm using: var oView = this.getView();oView.getModel().refresh(true); It works good. The data of my view is refreshed...
View ArticleWebIDE deploy error
Hi all, I have developed a sample app on WebIDE. When I try to deploy to Gateway Server, I am having issues. Please find the error image and also the debug screen shot. Appreciate your help.
View ArticleCustom theme from UI Theme Designer in SAP Web IDE
Hi all, I'm trying to use custom theme created on https://themedesigner.hanatrial.ondemand.com/ in my SAP Web IDE local installation.I could export my custom theme for UI5 application as a ZIP file...
View ArticleMaster-Detail page and Single page in one app
Hi, I am implementing master-detail approval app using SAPUI5. I have a login page that appears when there is no session. I want to know how to implement a full screen page in a master-detail page app....
View ArticleEventbus Subscribe method fails on Mobile Devices
Hi allI have an issue in the Fiori App, where the Core EventBus' Subscribe method fails on Mobile Devices. Its an Fiori type app, where I am firing an event from S2 view, and subscribing to that event...
View ArticleSAPUI5 Discussions - RTFM
Hello SCN Citizens,Personally, I'm not a great fan of writing blogs. However, few instances in this UI space made me to write this blog. I'm not going to write something new instead going to echo...
View ArticleTWO queries on sap.ui.table
hi, 1. having issue with hAlign in sap.ui.table.Table declaration of xmlns in View tag: xmlns:table="sap.ui.table" table declaration:<table:Table id="Table1" visible="false"...
View Articlesap.m.MultiInput - Token not displaying properly on Navigation
Dear Experts, I make use of sap.m.MultiInput control and face an issue with the selected tokens within that. I select a Token, navigate to another screen and when i navigate back to the first screen, i...
View ArticleHow to refresh the Detail page in SplitApp ?
Hi, Please let me know how to refresh/update the detail page in the SplitApp. I have the Search function in the Master page and the result from this search function will be displayed in the Detail...
View ArticleCount table rows UI5 , XML view
Hello, I want to count ( find the number of rows in a table , or in my model ) .I have a model ( json ) and i apply this model to a table. I tried to find how many rows I have in my table but i...
View Article