The Function Module DB_GET_TABLE_PARAMETER (Funktionsbausteine zum lesen von DB-Speicherparametern) is a standard Function Module in SAP ERP and is part of the function group SDB2 within the package SDIC.
Function Module | DB_GET_TABLE_PARAMETER |
Short Text | Funktionsbausteine zum lesen von DB-Speicherparametern |
Function Group | SDB2 |
Package | SDIC |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DBSYS | LIKE | SY-DBSYS | SY-DBSYS | Name of Datenbanksystem. Default SY-DBSYS |
SOURCE | LIKE | RSX02DB-SOURCE | Source: DBS datbase, CMP-DD, USR User defined | |
TABNAME | LIKE | RSX02DB-TABNAME | Table name of a database table |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DD02DBS | LIKE | Dbase dep.work area for storage params. | ||
TABART | LIKE | DD09V-TABART | Table type returned for SOURCE - CMP | |
TABKAT | LIKE | DD09V-TABKAT | Table category, return for SOURCE - CMP |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NOT_SET | Error: parameters could not be set |
TABLE_DOES_NOT_EXIST | Error: table does not exist in database |
UNCOMPLETE_PARAMETER | Incomplete parameters |