SAP ROLLBACK ENTITIES ABAP Statements



Get Example source ABAP code based on a different SAP table
  


ID ROLLBACK-ENTITIES
• ROLLBACK ENTITIES ABAP_STATEMENT_EML

ROLLBACK ENTITIES

ABAP_SYNTAX
ROLLBACK ENTITIES.

What does it do?
Rolls back all changes of the current RAP transaction . This includes data changes (for example, changes stored in the transactional buffer by calling the cleanup method) and enqueue locks. In unmanaged scenarios and in managed scenarios that include an unmanaged or additional save, the RAP BO provider must be implemented in a way that it can carry out the tasks mentioned before.
The statement does not provide any output parameters, for example, response or result parameters. ROLLBACK ENTITIES cannot be called within the RAP BO implementation.
In case of a natively supported RAP scenario (for example, OData), the ROLLBACK ENTITIES call is performed by RAP. In other cases, for example, manually implemented services or applications, the ROLLBACK ENTITIES call must be done explicitly.



Latest notes: