Ansicht
Dokumentation

ABAPCALL_DB_PROC_PARAMETERS - CALL DB PROC PARAMETERS

ABAPCALL_DB_PROC_PARAMETERS - CALL DB PROC PARAMETERS

CPI1466 during Backup   Addresses (Business Address Services)  
This documentation is copyright by SAP AG.
SAP E-Book

CALL DATABASE PROCEDURE, parameter_list

... $[EXPORTING  p1 = a1 p2 = a2 ...$]
    $[IMPORTING  p1 = a1 p2 = a2 ...$].


Effect

The additions EXPORTING and IMPORTING assign the actual parameters a1, a2 to the input and output parameters defined in the database procedure. This method of passing parameters can be used in both static and dynamic calls.

The proxy parameters p1, p2, ... to which the actual procedure parameters are assigned in the mapping of the database procedure proxies are specified after the additions. The data types of the actual parameters can be determined by referencing the type declarations of the associated database procedure interfaces. The read positions are general expression positions.






Addresses (Business Address Services)   Addresses (Business Address Services)  
This documentation is copyright by SAP AG.

Length: 1448 Date: 20240426 Time: 150359     sap01-206 ( 27 ms )