ABAP Keyword Documentation → ABAP − Reference → ABAP RESTful Programming Model → Entity Manipulation Language → ABAP EML - COMMIT ENTITIES
ABAP EML - COMMIT ENTITIES RESPONSES
Other versions:
7.31 | 7.40 | 7.54
Syntax
COMMIT ENTITIES
RESPONSES [OF root_names]
[FAILED it_failed | DATA(it_failed)]
[REPORTED it_reported | DATA(it_reported)].
Effect
The statement COMMIT ENTITIES RESPONSES is a dynamic form of the COMMIT statement. The table root_names can be used to restrict which business objects are given the response information in FAILED and REPORTED. If not used, all information accumulated in the save phase is passed.
More information about COMMIT ENTITIES can be found under COMMIT ENTITIES.