ABAP for Cloud Development, ©Copyright 2024 SAP SE. All rights reserved.
ABAP - Keyword Documentation → ABAP - ABAP Release News → News for ABAP Release 7.9x → News for ABAP Release 7.92 → ABAP RESTful Application Programming Model in ABAP Release 7.92 →
ABAP EML in ABAP Release 7.92
2. RAISE ENTITY EVENT
3. METHODS, FOR ENTITY EVENT
4. CLASS, FOR EVENTS OF
5. CL_ABAP_BEHAVIOR_EVENT_HANDLER
6. CL_ABAP_TX
RAISE ENTITY EVENT
You can use RAISE ENTITY EVENT statements to raise a
RAP business event.
METHODS, FOR ENTITY EVENT
The METHODS, FOR ENTITY EVENT addition supports
RAP event handler method definitions.
CLASS, FOR EVENTS OF
The FOR EVENTS OF addition supports the creation of
RAP event handler classes.
CL_ABAP_BEHAVIOR_EVENT_HANDLER
Local classes that inherit from CL_ABAP_BEHAVIOR_EVENT_HANDLER can be implemented in the
CCIMP include of a RAP event handler class to locally consume RAP business events.
CL_ABAP_TX
The class CL_ABAP_TX is used to explicitly set RAP transactional phases.