As I have a requirement to migrate the xsodata service from on-prem to CAPM based on cloud foundry. One of the .xsodata file contains an auto generated ephermal key which is based on:
https://help.sap.com/docs/SAP_HANA_PLATFORM/b3d0daf2a98e49ada00b...
Hello,
As title says, I want to access current logged in user details inside my extended app router.
My goal is to insert the users email address in the req.body and pass it ahead:
var approuter = require('@sap/approuter')
require('@sap/xsenv'...
Hi all,
I have 2 systems - A and B. The system B has a service derived from a CDS view (RAP model) which has to get consumed in the fiori app at system A.
At this moment, the system B response header throws a CORS error which is expected. In ord...
Hi all,
I have a ui5 application where I am trying to display the Login screen with Toolpage with routing.
My App.view.xml is as below:
<mvc:View
xmlns:mvc="sap.ui.core.mvc"
xmlns:core="sap.ui.core"
xmlns="sap.m"
xmlns:tnt="sap.tnt"
xmlns...
Hi all,
As you all know, SAP has discontinued serving obsolete versions of sapui5 core library from CDN endpoints however still few customers are yet to move to the newer versions of netweaver gateway.
If we look at CDN library, it gives a single...
Inside package.json the version of @sap/approuter was set to "14.2.0" which was buggy and set to "14.3.0" later which fixed the problem.Matter of fact, the axios code at line console.log(JSON.stringify(response.data));also worked.
This feature is still not available as on June 2023 Event I am trying to find the older versions of the application. For an instance, I changed the version in mta.yaml from 0.0.1 to 0.0.2 and added few UI modifications.Now after the deployment, I am...
Unfortunately below solutions do not work with _onRouteMatched methodhttps://ui5.sap.com/#/topic/5da591c5a5a54740948acfe56b22fbc3https://ui5.sap.com/#/topic/8b325518a2ae48ee91eb2dacda1d1420I can't even read this.getView().byId('mainApp') Even though ...
setVisible(false) is not accessible inside _onRouteMatched because this.byId('#ID of side navigation') returns undefined.However if I try to change the value from ui5 chrome inspector tool, then the component disappears.So I see its a problem with v...
Inside _onRouteMatched method, this.byId('#ID of side navigation') returns undefined (considering the fact I specify id to side navigation component) so I am unable to use setVisible