The Function Module CCDSNU_CALL_DSNACCOR (Calls DSNACCOR (DB2 V7 Stored Procedure), all parameters may be changed) 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_DSNACCOR |
Short Text | Calls DSNACCOR (DB2 V7 Stored Procedure), all parameters may be changed |
Function Group | S_CCDSNU_DB2 |
Package | STU2 |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CHECKLEVEL | TYPE | INT2 | 7 | Since 0 is an allowed value, we can't pass it also within table proc_area |
This function module does not define any EXPORTING parameters.
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
PROC_AREA | LIKE | DB2ACCOR | Control Center stored procedures parameters |
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
OUTTS | LIKE | DB2CCOUT | Output List of Tablespace of CC/390 Stored Procedures | |
SYSPRINT | LIKE | DB2SYSPRNT | DB2/390: Structure of table SYSIBM.SYSPRINT |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
CREATE_DATABASE_FAILED | Creation of TEMP database or tablespace failed. |
DSNACCOR_NOT_INSTALLED | DSNACCOR is not found in SYSIBM.SYSROUTINES |
ERROR_IN_CHECK_VERSION | Error in Function DBSYCHK_COMPARE_VERSION |
LESS_THAN_V7 | The DB version is less than V7.1 -> DSNACCOR is not available |
SQL_ERROR | EXEC SQL resulted in error. |
UTILITY_ABORTED | Call of stored procedure didn't work |