sapdev logo background
sapdev logo sapdev logo
Comments

ABAP CALL DB PROC PARAMETER TABLES Statement syntax, information and example SAP source code



Return to Statement index



CALL DATABASE PROCEDURE - parameter_table

ABAP Syntax ... PARAMETER-TABLE ptab

What does it do? The addition PARAMETER-TABLE uses a hashed table ptab to assign actual parameters to the input and output parameters defined in the database procedure. This method of passing parameters can be used in dynamic calls only.
The internal table ptab must have the type
ABAP_PARMBIND_TAB from the type group
ABAP and the same applies to passing parameters as in dynamic method calls .
The column NAME must contain the names of the proxy parameters. Here, the column KIND can only contain the values of the constants EXPORTING and IMPORTING of the class
CL_ABAP_OBJECTDESCR .
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




CALL_DB_PROC_PARAMETERS
CALL_DIALOG




comments powered by Disqus