IntroductionIn this Blog by Florian the Connectivity between SAP AEM and Kafka is explained. There, in the first step, we have 2 connectionsAEM Queue SAPBlogKafkaSenderQueue -> Kafka Topic SAPBlogKafkaSenderQueue Kafka Topic SAPBlogKafkaSenderQueue -...
IntroductionThe AIFAEM AddOn provides a Framework to publish Events from ECC and S/4HANA Systems to AEM easily. I have explained it in one of my blogs. Unfortunately one feature is not included: Displaying the JSON Data sent out to AEM. With this blo...
IntroductionThe AIFAEM AddOn provides a Framework to publish Events from ECC and S/4HANA Systems to AEM easily. I have explained it in one of my blogs. Unfortunately AIFAEM cannot send Custom HTTP headers to AEM without Custom Code. There are a coupl...
In this blog series we focus on a Push Mechanism with the two Event Enabling Technologies RAP (RESTful Application Programming Model): SAP Business Events: Initial Loads using RAP Events AIFAEM: How to perform Initial Loads & Bulk Init Loads in AIFAE...
IntroductionIn my previous Blogs about AIFAEM I demonstrated how to create Custom AIFAEM Events and trigger them by Creating or Changing a Business Partner in Transaction BP. When an AEM Broker is introduced into a Landscape, Customers might want to ...
@David_Davis this depends on the Technology used, which also depends on the Release Level. There are 3 options:RAP recommended for newer releases (>2023)--> https://community.sap.com/t5/technology-blogs-by-sap/rap-business-events-with-advanced-event-...
@saurabhkumbhare what exactly do you mean? Changing the Language version to "ABAP for Cloud Development"? This won´t work because at the moment AIF Function Module are using TABLES-Parameters which are not allowed in this Language Model. You can defi...
Hi Stefan,you can search for the API (e.g. A_Product) and the corresponding CDS View in eclipse ABAP (e.g. I_Product), there you see where the API gets the information from (here its DB Table MARA). In WE60 you can see that the Data for MATMAS is tak...