We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
Hello SAP Community, I am working on a Cloud Foundry Approuter in SAP BTP and have the following custom middleware code: const approuter = require('@sap/approuter');
const ar = approuter();
ar.beforeRequestHandler.use('/', function (req, res, next)...
Hello everyone,I'm encountering a challenging issue with my OData service and could use some advice from the community. Specifically, my service appears to be losing the session state with each call. Every time a request is made, it initializes all t...
Hello experts,
I know that the navigation in rap model applications are standard behavior. but I'm trying to write an custom action in a RAP Model based application, is there anyway to trigger Create action? or maybe navigate to object. is there a...
Hello everyone,
I'm trying with my app to manage cross navigation to several transaction. right now to do so, i need to create semantic object for each app or tcode, however therefore i should also create an instance app for each tcode in the Cont...
Hi @Peter1972 How about you extend your object page with button by the Guided Development, i know its not best practice but its definitely doable. You can get the id of the section (it ends with ::Section) and set the visibility by custom action. How...
Hi @macarenaricca i‘m not sure if i understand your question correctly, but you are able to merge them together in your controller. If these are not data from some local JSON then I think the best way to do it is to get the model from the control thi...
Thanks to @Marian_Zeis, i did something like this const oLink = new URL(
window.location.origin +
"/sap/bc/ui2/flp?#Shell-startGUI?sap-ui2-tcode=" +
oObject.Tcode
);
let...
in the manifest file, you have to set following parameter to true "name": "sap.suite.ui.generic.template.ListReport",
..
"settings": {
..
"useExportToExcel": trueand probably you might need to do "ADAPT UI Editor" from this blog https://blogs.sa...