Ansicht
Dokumentation
ABAPCOMMIT_ROLLBACK_CONNECTION_INT - COMMIT ROLLBACK CONNECTION INT
BAL_S_LOG - Application Log: Log header data General Material DataThis documentation is copyright by SAP AG.

COMMIT, ROLLBACK CONNECTION
These additions are for internal use only.
Do not use them in aplplication programs.
Syntax
COMMIT|ROLLBACK CONNECTION con.
Effect
The command COMMIT or ROLLBACK is not performed on the standard database, it is only carried out on the
secondary database connection specified
using con. con is the name of the database connection as it is specified in the DBCON
table in the CON_NAME column. The con database connection can also be specified dynamically in
the (source_text) form, whereby the source_text field contains the name of the database connection. The source_text field must be of the type s or string.
The database commit has the following effects on the specified secondary database connection:
-
all open database cursors are closed (OPEN CURSOR)
-
all database locks are released.
The COMMIT CONNECTION and ROLLBACK CONNECTION statements do not close the current SAP LUW.
Note
Note that the COMMIT CONNECTION DEFAULT statement carries out a pure database commit on the DEFAULT connection, unlike the COMMIT WORK statement.
PERFORM Short Reference ABAP Short Reference
This documentation is copyright by SAP AG.
Length: 2140 Date: 20231210 Time: 091240 sap01-206 ( 35 ms )