ABAP for Cloud Development
AS ABAP Release 914, ©Copyright 2024 SAP SE. All rights reserved.
RAP transaction
A RAP transaction ...
- is the sum of all operations and workflows that are used to transfer data from one consistent state to another.
- begins with creating new data on the RAP transactional buffer or by retrieving data from the database to the transactional buffer.
- is terminated with
COMMIT ENTITIES
orROLLBACK ENTITIES
.