Ansicht
Dokumentation

ABENADBC_DML_DDL_BULK_ABEXA - ADBC DML DDL BULK ABEXA

ABENADBC_DML_DDL_BULK_ABEXA - ADBC DML DDL BULK ABEXA

CPI1466 during Backup   SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up  
This documentation is copyright by SAP AG.
SAP E-Book

- Bulk Access

This example demonstrates bulk access in ADBC.

Source Code

Execute

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 into the database table, deleted again, all rows can be read, and the database table can be deleted again.

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 result set of a query across all rows of the database table to an internal table.





Vendor Master (General Section)   ABAP Short Reference  
This documentation is copyright by SAP AG.

Length: 999 Date: 20240427 Time: 003604     sap01-206 ( 24 ms )