Hello All, Hello @Andre_Fischer Does anyone know if it is possible to call an RFC (using a destination) in the RAP save sequence to persist data in another SAP system?I tried to call an RFC in the additional_save or save_modified of (un)managed RAP B...
I try to add some feature control to my RAP model. I only want to allow the deletion of draft items (item is a child of my root node) which don't have an active instance yet.
When disallowing deletion, new items (drafts) could not be deleted as wel...
Does somebody know in the ABAP Restful application programming model how to trigger a validation direct after the user changes a particular value in the UI?
validation validateEnhancementType on save { create; update; field EnhancementType; }<br...
Hi All,
I'm facing an issue using RAP. My model contains of 2 entities (parent and child 1..N) with draft support. A child entitiy could be created from the object page of the parent node using default functionallity (create). For one of the fields...
Hello,
I developed a new Fiori elements list report using the flexible column layout with 3 levels:
I created semantic object navigation from another application directly to the object page of the above application, after navigation the app...
Hi @Andre_Fischer,As S/4HANA Cloud version 2502 was released last week, do you know where to find additional information about this feature?Thanks!Mattijs
Hi, Thnx for the response, calling the RFC using RAP business events is a possible solution but not suitable for our case as we need the result (created sales order number) of the RFC in the response.Kind regards,Mattijs
Hi,Thnx for the response, wee need to call a RFC using a WebRFC from a S/4 Public system which is just a difference use case when calling it from a on-premise system.