Hi,We are searching for any released RAP BO/CDS views/class for reading and updating material class/characteristics. Basically anything that reads and updates the following standard tables in SAP: AUSP/CABN/KLAH/KSML.Currently, we are using this BAPI...
Hi,We have a scenario where we are calling a released RAP BO from one of our custom action to create a material document. We are fine with the success messages getting displayed.However, is there a way for us to bypass/hide the error messages or at l...
Hi,Where is this annotation supported?Analytics.dataExtraction.enabledI tried creating custom CDS views under 'ABAP for Cloud Development' package in BTP ABAP/S4H 2022 OP/S4H 2023 (Private Cloud) and in all of these systems, I keep getting an error ...
Hi,Currently we are confused. I was advised that the events in the accelerator hub can be consumed either via local or remote event consumption.https://api.sap.com/event/OP_PRODUCTEVENTS/overviewCurrently, local event consumption applies to RAP BO ev...
Hi, there is an event for our requirement. Our question is whether consuming these events locally is classified as Tier 1. Currently, to consume the events, we need to create the class under the Standard ABAP package in S4H 2023 PCE.
I think it will trigger from both. You can do a where-used of the event in the RAP BO. Another way to check is to implement the event handler class and maybe have a breakpoint.
Hi, did you create the event handler class under a Standard ABAP package or ABAP Cloud Package? Is it still considered as clean core even though we created the class under the Standard ABAP package? @Andre_Fischer , any thoughts?