SAP ADBC PROCEDURE ABEXA

Get Example source ABAP code based on a different SAP table
  


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.