SAP EMLCOMMIT ENTITIES SHORT ABAP Statements



Get Example source ABAP code based on a different SAP table
  



COMMIT ENTITIES, Short Form

ABAP_SYNTAX
COMMIT ENTITIES $[IN SIMULATION MODE$] $[RESPONSES response_param$].

ABAP Addition
1 ... IN SIMULATION MODE
2 ... RESPONSES response_param.

What does it do?
Triggers the RAP save sequence and finishes the RAP transaction. All RAP BO instances that have been changed within the RAP transaction and that are present in the transactional buffer are persisted to the database. For general hints on using the statement see the topic COMMIT ENTITIES .

ABAP Addition

What does it do?