The Function Module SUBST_GET_DB_SPC_PARAMETER (Return of All DB Specific Parameters of the Freespace Check in Upgrade) is a standard Function Module in SAP ERP and is part of the function group SUGR within the package SAUS.
Function Module | SUBST_GET_DB_SPC_PARAMETER |
Short Text | Return of All DB Specific Parameters of the Freespace Check in Upgrade |
Function Group | SUGR |
Package | SAUS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IV_DBSYS | LIKE | SY-DBSYS | SY-DBSYS |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EV_DEFAULT_LOCATION | LIKE | GSUGR_PA-DEFAULTLOC | ||
EV_FULL_NAME | LIKE | UPGLOCSIZE-DBTYPE | ||
EV_INDLOC_LENGTH | LIKE | GSUGR_PA-LOCOFFSET | ||
EV_INDLOC_OFFSET | LIKE | GSUGR_PA-LOCOFFSET | ||
EV_TABLOC_LENGTH | LIKE | GSUGR_PA-LOCLENGTH | ||
EV_TABLOC_OFFSET | LIKE | GSUGR_PA-LOCOFFSET |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.