Skip to content

ABAP Keyword Documentation →  ABAP − Reference →  ABAP RESTful Programming Model →  Entity Manipulation Language →  ABAP EML - COMMIT ENTITIES 

ABAP EML - COMMIT ENTITIES BLOCK

Other versions: 7.31 | 7.40 | 7.54

Syntax


COMMIT ENTITIES BEGIN 
  [RESPONSES [OF root_names]]
  [FAILED   it_failed | DATA(it_failed)]
  [REPORTED it_reported |DATA(it_reported)].
  ...
COMMIT ENTITIES END.

Effect

In the context of the statement COMMIT ENTITIES, the runtime of the ABAP RESTful programming model holds its key registry to respond to queries from the statement CONVERT KEY. In the statement COMMIT ENTITIES END, this information is then deleted.