Skip to content

ABAP Keyword Documentation →  ABAP - Release-Specific Changes →  Changes in Release 7.40 and Its SPs →  Changes in Release 7.40, SP02 

Native SQL in Release 7.40, SP02


1. Bulk access in ADBC


2. Recommended use

Other versions: 7.31 | 7.40 | 7.54

Modification 1

Bulk Access in ADBC

The new method SET_PARAM_TABLE of the class CL_SQL_STATEMENT enables bulk access in ADBC (see the executable example).

Modification 2

New developments in Native SQL are now only possible in ADBC, which means that ADBC is now recommended in new programs instead of the static embedding of Native SQL.