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 → 
Mail Feedback

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







Modification 2  

RAISE ENTITY EVENT

You can use RAISE ENTITY EVENT statements to raise a RAP business event.



Modification 3  

METHODS, FOR ENTITY EVENT

The METHODS, FOR ENTITY EVENT addition supports RAP event handler method definitions.



Modification 4  

CLASS, FOR EVENTS OF

The FOR EVENTS OF addition supports the creation of RAP event handler classes.



Modification 5  

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.



Modification 6  

CL_ABAP_TX

The class CL_ABAP_TX is used to explicitly set RAP transactional phases.