ABAP Keyword Documentation → ABAP - Release-Specific Changes → Changes in Releases 7.5x → Changes in Release 7.53
Native SQL in Release 7.53
1. New method GET_ABAP_CONNECTION in CL_SQL_CONNECTION
Other versions:
7.31 | 7.40 | 7.54
Modification 1
New Method GET_ABAP_CONNECTION in CL_SQL_CONNECTION
The new method GET_ABAP_CONNECTION of the class CL_SQL_CONNECTION works in the same way as the existing method
GET_CONNECTION if the latter is passed the value
abap_true
SHARABLE for a connection shared in ABAP SQL, Native SQL, and AMDP.
GET_ABAP_CONNECTION can generally be used instead of GET_CONNECTION, unless it needs to be called with
the value abap_false
(default) for the parameter SHARABLE to create an exclusive connection.