AS ABAP Release 758, ©Copyright 2024 SAP SE. All rights reserved.
ABAP - Keyword Documentation → ABAP - ABAP Release News → News for ABAP Release 7.5x → News for ABAP Release 7.58 → ABAP RESTful Application Programming Model in ABAP Release 7.58 →
ABAP EML in ABAP Release 7.58
Modification
Entity Manipulation Language
It is now possible block or unblock the ABAP EML access to RAP business objects using this statement.
Raises a RAP business event.
Supports RAP event handler method definitions.
Support the creation of RAP event handler classes.
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.
Used to explicitly set transitions for RAP transactional phases.
Released APIs can contain classifications for methods to ensure transactional consistency of custom extensions within the SAP LUW. Classifications with IF_ABAP_TX_* are available for this.