sapdev logo background
sapdev logo sapdev logo
Comments

SAP ADBC DML DDL BULK ABEXA documentation, setup help and example usage



Return to SAP documentation index


ARTIClE

ADBC , Bulk Access
This example demonstrates bulk access in ADBC .

ABAP_SOURCE_CODE
ABAP_EXEC

ABAP_DESCRIPTION
This program makes it possible to create and delete a database table whose name can be chosen by the user. Rows can be inserted in the database table, deleted again, all rows can be read, and the database table can be deleted.
In all methods for DML , statements, parameters are bound using an internal table.
  • insert writes all rows of an internal table to the database table whose key value does not yet exist there.

  • delete deletes all rows of a database table whose key value occurs in an internal table.

  • select reads the results set of a query across all rows of the database table to an internal table.
    Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




  • ADBC_DML_DDL_BINDING_ABEXA
    ADBC_GLOSRY




    comments powered by Disqus