sapui5 - Loading the UI5 fragments - Stack Overflow
Nov 8, 2021 · In the official UI5 documentation, there is a code snippet how to load a sap.ui.core.Fragment:
sapui5 - Set Fragment's controller in XML - Stack Overflow
Jul 17, 2018 · When I instantiate a fragment via my controller as a second parameter it takes a controller like so: var myFragment = sap.ui.xmlfragment("fragment", controller); …
sapui5 - SAP Fiori Get logged in user details in UI5 application ...
Mar 12, 2018 · I've a SAP Fiori application and I need to get the current logged in user details. I've searched web but unable to find a solution. is there any way to get current logged in user details from …
sapui5 - How to Add XML Fragment to XML View? - Stack Overflow
May 9, 2018 · You'll need to complete a few actions and gain 15 reputation points before being able to upvote. Upvoting indicates when questions and answers are useful. What's reputation and how do I …
sapui5 - Responsive Form with multiple columns? - Stack Overflow
You'll need to complete a few actions and gain 15 reputation points before being able to upvote. Upvoting indicates when questions and answers are useful. What's reputation and how do I get it? …
sapui5 - How to change color of sap.ui.table.Table row based on the ...
Apr 26, 2021 · I'd like to change the row color of a grid table (sap.ui.table.Table) based on status value. I followed the this blog post and tried but I'm not able to achieve it. Could any one provide the sugges...
sapui5 - How to Download the file which is uploaded locally - Stack ...
Jun 3, 2020 · I was going through the samples of Upload Collections : Sample from Docs Here I tried uploading a PDF file which has uploaded and shown as : On selection Download enables and saw …
sapui5 - How to modify smartfilterbar filters? - Stack Overflow
Sep 9, 2020 · I have defined a smart filter bar like the following: <smartFilterBar:SmartFilterBar id="smartFilterBar" entitySet="DamageReportSet" persistencyKey="SmartFilter ...
sapui5 - How can I get current route? - Stack Overflow
Feb 19, 2017 · Is there anyway that I can get current route name? There is a getRoute function but I have to pass the route name by myself. If there is a way to get the name of all routes from router …
sapui5 - How to perform OData V2 read with date as part of the entity ...
I am confused on the date format to be used while invoking OData read operation where parameters are mentioned within entityset brackets. Would be great if you can paste your answer against each Ho...