SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Reference → Processing External Data → Data Consistency → Database LUW →
COMMIT, ROLLBACK CONNECTION
Syntax
COMMIT|ROLLBACK CONNECTION con.
Effect
This COMMIT or ROLLBACK command applied to the
secondary database connection specifed in con triggers a database commit
or rollback. con is the name of the database connection as specified in the
table DBCON in the column CON_NAME. The con
database connection can also be specified dynamically in the (source_text)
form, where the source_text field contains the name of the database connection.
The source_text field must be of the type c or string.
The database commit has the following effects on the specified secondary database connection:
The COMMIT CONNECTION and ROLLBACK CONNECTION statements do not close the current
SAP LUW.
Notes