The Function Module CCDSNU_CALL_DSNACCMD (Calls DSNACCMD to submit a DB2 command) is a standard Function Module in SAP ERP and is part of the function group S_CCDSNU_DB2 within the package STU2.
Function Module | CCDSNU_CALL_DSNACCMD |
Short Text | Calls DSNACCMD to submit a DB2 command |
Function Group | S_CCDSNU_DB2 |
Package | STU2 |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DB2_COMMAND | LIKE | DB2QCLREQ-COMMAND | Command to be submitted |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
COMMAND_OUTPUT | LIKE | LINETAB | Output of DB2 command |
This function module does not define any Exceptions.