Get Data from Jason Model
Hi Friends,I have a Problem.In the code bellow I try to read the data from a Jason model. var oModelJson = new sap.ui.model.json.JSONModel(); oModelTree.read( '/ZIPW_WS2SWSColection', null, null,...
View ArticleHow to bind the data to the table in mobile?
HI, I want to display Sales Order details in table format when click on Business Partner Collection and initially I want to get the first Business Partner Collection id sales when run that...
View ArticleNavigation with data
Hi everyone, While clicking on a button the page is navigating between the views but the data is not coming in the next view. I have written the following code in the views,...
View ArticleAccess resource model stored in UIComponent from View Controller
Hi, how I can access a resource model stored in the UIComponent created on SplitApp startup in Component.js file? Code from Component.js:sap.ui.core.UIComponent.extend("Test.Component", { init :...
View ArticleNeed multiple clicks to navigate to next view SAPUI5
Hi All, I have the following problem. I created view with multiple Icons to navigate to a next view. When I start my application it starts with this view. When I click on a icons the application...
View Articlesap.m.DateTimeInput gives the wrong month
Hi All, I try to create a view with two Date field of the type sap.m.DateTimeInput. The first datefield is should be the current date and the second date field is the general SAP HR enddate 31-12-9999....
View ArticleList Bind Aggregation Problem for Query Mapping Odata
Hi All, Scenario - RFC - 1 import Parameter (I_IMPORT) and 1 Internal Table as Tables. There are 2 elements in the Internal Table - Value and Description. That's it.ODATA - I am passing some value as...
View ArticleIS there a way to connect to non SAP DB from UI5 application ?
HI Experts, Can we connect to a Microsoft Access or an oracle Database from an SAP UI5 Application ? if yes, any examples how to do that? BR,pandu.
View ArticleFormat Timestamp in sap.m.Label does not working during binding
Hi, i created a sap.m.Table with the following template var dateFormat = sap.ui.model.type.Date({source: {pattern: "yyyyMMddHHmmiiss"}, pattern: "dd.MM.yyyy"}); var template = new...
View ArticleTile icon style
Hi, I'd like to make the icon from a sap.m.StandardTile larger. I use this code to include my stylesheet: jQuery.sap.includeStyleSheet("css/standardtile.css" , "tilestyle");And I use this code to add...
View ArticleCSRF Token Problems with Relay Server
Hi there,i have a problem getting POSTs to work when working with a relay server. I do the following:1. get APPCID from relay server - successful2. getting a CSRF-Token from relay server (GET to...
View Articlesap.m.Select - how display not-the-first value in the list?
Hi, So, My problem is that I have a list of details displayed in my UI, including “number of children” and “marital status”. Number of children is a free text field. However marital status is selected...
View ArticleSAP.M.TAB:LE in sapui5
Hi Experts, I am trying to make one table in SAPUI5 for mobile apps. My screen will look like below:After pressing button it will display table. I am writng XML view code. Table code is like...
View ArticleoModel.update() - Error while parsing xml-stream
Hi there, I'm getting an Error when i do a oModel.update() request against the Netweaver Gateway. The following problem occurred: HTTP request failed500,Internal Server...
View ArticleTile Container in SAPUI5 controls
Hi All, I have been trying to develop sample desktop applications with SAPUI5 controls. I came across the sap.m.TileContainer method. It is very interesting from what I saw in the demo applications....
View ArticleError in JSON model
Hi Experts, Below is my JSON model: { "GRMaterialDetails": [ { "GR. No":"123" "Material":"we345" "Description":"Material-1" } ]}I save this in mock.json file. But I am facing one error.I could...
View ArticleWhat security issues to be considered while developing UI5 app ?
Just wanted to know what kinda code will lead to security breaches in UI5
View ArticleCaching Problems using SAPUI5 OData
Hello Experts!We are facing a serious problem and don't find any solution, all our approaches proved useless so far, so probably some has an idea how to solve this. We have developed an JavaScript...
View ArticleNavigation between views in SAPUI5
Hi Experts, How to navigate between views with in a single apps in SAPUI5? Could you please provide a simple example having two views using XML code with deatil steps. That will help to get understabd...
View ArticleValue not changing of the textfield
Hi everyone, I have created to views and in the firstview I have a textfield and a button. In the secondview I have a textview and a button. When I am giving an input to the textfield and clicking on...
View Article