SAP ADBC SQL PREPARED ABEXA



Get Example source ABAP code based on a different SAP table
  


VX_EXA_ONLY

ABAP_ADBC - Prepared Statement
The example demonstrates how a prepared statement is created and executed using ADBC.

ABAP_SOURCE_CODE
DEMO CL_DEMO_ADBC_PREPARED_STMNT

ABAP_DESCRIPTION
In this example, a query is instantiated as a prepared statement and is executed with different parameters.
The work process must not switch between the calls of the prepared statement, which means that dialogs using dynpros are not possible in the corresponding loop. Instead, the parameters to be evaluated are prepared and collected in a single internal table and the results lists are prepared and collected in another internal table.