SAP UI5 Data Models
Hi, I am trying to use the JSON model for exchange of data.http://www.ameyablog.com/sapui5/pass-data-sapui5-views-json-model/ Following points are coming under my mind is that :-1. how many model we...
View ArticleGet data out of parentheses
var oModel = new sap.ui.model.odata.ODataModel(url, true, username, password); oModel.read('/', null, null, true, function(oData, oResponse){ var dataget = JSON.stringify(oData); var count =...
View ArticleNavigation between the views
I need to navigate between the two views .The first view I had created is initial view and when I created the other view controller is also created which I dont need.If I delete the controller do it...
View ArticleHow to count number of checkboxes selected from a table in sapui5
Hi I have a table in which one of the column is checkbox.Now user can check 'n' number of checkboxes in the same column.So now i need to count the number of checkboxes selected in that column.how to...
View ArticleTreeTable for Mobile
Hi All,I need one suggestion how to show a treeTable like structure on mobile.Basically the oData returns an nested structure in which the level of sub-headers is also defined at runtime. The...
View ArticleSearchable API Reference
Hi all,is there an SAPUI5 API reference available in one single file? I very often look for a method or for an event and currently this requires a lot of clicking around. -- Micha
View ArticleSAP River RDE - Create Applications
OverviewCreate ApplicationsExtend ApplicationsEvents SAP River RDE is a browser-based tool that empowers developers, business experts, and designers to build new user interfaces that work with other...
View ArticleIcon for Sort and filter in Table
I want to add icon for sorting and filter in the columns of table. I know that on clicking the column, selecting sort/filter, the icons appears. I want to display icon, for information to the user that...
View Article"Wrong" User is used for getting Data via Gateway
Hi experts, simple question: I have created a view which included a oDataModell, done like this: onInit: function() { var odataUrl = "/sap/opu/odata/sap/ZWWW_XXX/"; var odataUser = "remoteuser"; var...
View ArticleUser authentication for OData calls
Hello Experts, We are developing an Intranet application using SAP UI5 as front end with NetWeaver Gateway OData services as backend. We want the OData calls from UI to not show login pop-ups for user...
View ArticleIE, unable to log or alert
Hello, I am able to run my project fine from my server in chrome but in IE9, I cannot log or alert anything in my controller, it seems to bypass all alerts, so can't even test properly in IE. I have...
View ArticleCustom table control: render super class and additional HTML
Hi, I would like to create a custom control that extends sap.m.Table. This control should first render some HTML and a second control before the super class of the control, i.e., the content of the...
View ArticleWhat are strengths and weaknesses of the sap.m.Shell and sap.m.App as...
My question today: What are strengths and weaknesses of the sap.m.Shellandsap.m.Appas container for an application wrapper?I currently use non of them, but I see the advantages.SAP best practise is to...
View ArticleProperty binding between custom control and its aggregations
Hi, I have a custom control with some properties, e.g., visible, and I would like to bind these properties to its aggregated controls without losing the two-way binding functionality. For example,...
View ArticleIs it possible to bind two models to same control?
Hello, I am using ObjectHeader control, for <number> I have to bind different model as compared to other properties of ObjectHeader. I am using OData. <ObjectHeader title="{Request}"...
View ArticleOffline development of UI5 applications using The Mockserver
MotivationThere would be an oData service modeled before the developement phase, at least in an ideal world. We can then let our frontend ui5 developers use the mockserver instead of running oData...
View ArticleRe render the makit charts
Is it possible to rerender and redraw the makit charts similar to the rerender method in viz charts? Regards,Arun
View ArticleFiori / SAPUI5 - Traverse 'up' Context to parent
Hello Everyone, I am making a simple application which traverses a nested JSON object using a simple SAPUI5 List and ObjectListItem. Moving 'down' the list is pretty simple to do; however I am not...
View Articlehow to pass data from sapui5 back to R/3 system
Hi Friends, Can you please help to pass data entered on sapui5 back to R/3 system?As I am new to SAPUI5 any document or guidance related to passing data from SAPUI5 to R/3 will be very helpful....
View ArticleDesigning SAPUI5 Application
Hello, I am trying to gather some feedback regarding development of complex applications using SAPUI5. The scenario I have is to replicate an application which was developed in WebDynpro Java a couple...
View Article