Hi community,I've used change documents in RAP before, but I needed to handle it within an additional save method. I just realized (must be quite new) that there is now a more automatic integration possible explained here:https://help.sap.com/docs/ab...
Hi community,I am using SAP Cloud SDK (with Node.js) and want to make a request to S4H Public Cloud with the business user instead of a communication user.The setup looks like follows:The project is a MTA with a Node.js server and a SAPUI5 applicatio...
Hi community,I'm using SAP Cloud SDK for JavaScript to generate a client for SAP standard API services, OData v4 protocol (e.g. https://api.sap.com/api/WAREHOUSEORDER_0001/overview). The resulting client does not generate bound actions (there are man...
Hi community,we have a CAP application deployed to BTP with managed app router (SAP Build Workzone).The deployement is done via MTA file.An operation implemented in Nodejs can sometimes take more than 30 seconds. Even though the backend is still proc...
Hi community,I'm trying to use a building block inside a fragment, calling it after a button press inside a Fiori Elements application (Floorplan "Custom Page"). When I'm doing the same directly on the custom page (instead of inside a fragment, every...
Thanks for pointing me to the right direction, it worked!In case anyone else is interested:I used @SAP-cloud-sdk/connectivity to retrieve the JWT (with the function retriveJwt), see https://sap.github.io/cloud-sdk/docs/js/features/connectivity/destin...
Hi Patrick,wow, thanks for the super fast response and for the provided snippets!!It works like a charm. Those were the issues why it didn't work for me:The EML create statement was missing the "auto fill cid" partI had [1] instead of [1..*] in the a...
Hi @patrick_winkler ,may I ask you how you achieved the result you are showing in the GIF?Is it a factory action or a non-factory action? And on which level did you define it?If you still have it, it would be great if you could show parts of the beha...