sapdev logo background
sapdev logo sapdev logo
Comments

SAP ADBC PROCEDURE ABEXA documentation, setup help and example usage



Return to SAP documentation index


ARTICLE

ADBC, Stored Procedure
The example demonstrates the execution of a
stored procedure using ADBC .

ABAP_SOURCE_CODE
ABAP_EXEC

ABAP_DESCRIPTION
Using the method EXECUTE_PROCEDURE of the CL_SQL_STATEMENT
class, the procedure increase_price defined in the same program with the method EXECUTE_DDL is called. This increases all the flight prices in the table SFLIGHT in the current client by the value contained in the parameter incprice .
This procedure must be implemented specially for each database. The databases in this example are the SAP HANA database, MaxDB
and Oracle . This example program can only be executed for these databases.
The example SAP HANA , Database Procedure Call demonstrates how the procedure created on the
SAP-HANA database is called using the statement CALL DATABASE PROCEDURE .
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




ADBC_PROCEDURE
ADBC_QUERY




comments powered by Disqus