sapdev logo background
sapdev logo sapdev logo
Comments

SAP ADBC SQL PREPARED ABEXA documentation, setup help and example usage



Return to SAP documentation index


ARTICLE

ADBC, Prepared Statement
The example demonstrates the generation and execution of a prepared statement with ADBC
.

ABAP_SOURCE_CODE
ABAP_EXEC

ABAP_DESCRIPTION
In this example, a query is instantiated as a prepared statement and is executed with various parameters.
Since the work process is not allowed to be switched between the calls of the prepared statement, no dialog using screens is possible in the corresponding loop. Instead, the parameters that are to be evaluated are prepared and collected in one internal table and the result lists are prepared and collected in another internal table.
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




ADBC_QUERY_ABEXA
ADBC_TRANSACTION




comments powered by Disqus