Hi everyone,I built a Fiori Elements App with an Object Page. On the Object Page, I created a Facet resulting in a Responsive Table: @ui: { facet: [ { id: 'History',
purpose: #STANDARD,
type: #LINEITEM_REFEREN...
Hi everyone,I am currently trying to call a Function Module within a RAP Action:FP_FUNCTION_MODULE_NAMEI came across a topic that was already covered in multiple questions. Below are a few other posts for reference:Calling BAPI in RAP Action - manage...
Hi everyone,I am currently facing the issue, that I want to grant read-only access to the context of a sap process automation (SBPA) workflow to my end users, via a REST call. Hereby, I find myself in the following scenario. I created a custom UI5-Ap...
Hello everyone,I am trying to deploy a SAPUI5 (Fiori) Application to the Business Technology Platform. The Application was built with Typescript, will be deployed via the managed approuter and does not contain a CAP-Service.For a SAPUI5 Application t...
Hello everyone,I would like to adjust the batch of an existing production. This should not be done on component level but rather on the production order header.I have already tried the following options:CO_XT_COMPONENT_CHANGE
BAPI_PRODORD_CHANGENone ...
Hi @SumitKundu, thank you for the post! As we can see in your example, a separate call is made for each image displayed in the list. That can possibly result in heavy traffic to the SAP System. Is there a way to retrieve the images as part of the in...
Hi Dan,thanks again for your reply! I evaluated the options and came to the same conclusion that a middleware is necessary. In my case, I am using the API Management with a custom API that is restricted to READ operations.Thank you very much for your...
Hi Dan,that is correct. But the GET operation also requires the same Role:So how do I differentiate between the two, if I only want to allow the READ?Best regards,Lukas