Enterprise Event Enablement is a technical component in SAP S/4HANA. It enables the exchange of events across different platforms for seamless event-driven communication. Events from SAP S/4HANA can only be sent to SAP Event Mesh, where they can be u...
In the blog series of enterprise event enablement I present to you the possible ways to produce and consume an event in SAP BTP ABAP Environment and SAP S/4 HANA Cloud, also I show you how you can create RAP Business Events in an OP2022 system.
Crea...
From release 7.57, the new addition ELSE UNASSIGN can be specified in various cases of the statement ASSIGN, like dynamic assignments/access, assignments of dynamic components or table expressions.
An assignment passes the content of a source to a t...
In an Introduction to Messages in ABAP blog post, I already explained the basics of messaging concepts. Here, I would like to continiue further with the evolution of messaging in ABAP to the new form. From release 7.52, short new form USING MESSAGE o...
A Brief History
Messages in ABAP as in all other programming languages are used to describe what is happening during the code execution to the programmer or user. They were first invented acting as dialog messages to display short information and ha...
Hi Vinod,Thanks for your interest.The both protocols works. We recommend to use AMQP but at the end it is up to your need and your system configuration as it doesn't make a difference here...the bottleneck isn't the protocol.MQTT generally serves hig...
Hello Sandra,
if you debug you get it better
it says, in case sy-subrc is not equal to 4 and <fs> is not empty ( as we expected) then do the assert.
if you take the "Else Unassign" out, you see the problem:
although the assignment is not correct,...