SAP ADBC DML DDL BINDING ABEXA

Get Example source ABAP code based on a different SAP table
  


ARTIClE

ADBC, Parameter Binding
The example demonstrates the binding of parameters in ADBC.

ABAP_SOURCE_CODE
ABAP_EXEC

ABAP_DESCRIPTION
The program is identical to, for example, DDL and DML, except that here the arguments of the statements INSERT and SELECT are specified in the form of parameters ? that are bound to ABAP data objects. Instead of binding multiple parameters to ABAP data objects, they can also be bound to individual data objects or to a structure.
The parameter binding removes the need to escape quotation marks in the user input for the key when reading data.