The Function Module DB_ORA_EXTENTS (Extents of Tables and Indexes) is a standard Function Module in SAP ERP and is part of the function group STD1 within the package STUO.
Function Module | DB_ORA_EXTENTS |
Short Text | Extents of Tables and Indexes |
Function Group | STD1 |
Package | STUO |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DB_OBJECT | LIKE | EXTENTS_TI-DB_OBJECT | '*' | |
EXTENTS | LIKE | DBFLAGS-NR_EXTENTS | 10 | |
ORA_RELEASE | LIKE | DBRELEASE-DBRELEASE | ||
OWNER | LIKE | EXTENTS_TI-OWNER | '*' | |
TABSPACE | LIKE | EXTENTS_TI-TABLE_SPC | '*' | |
TYPE | LIKE | EXTENTS_TI-S_TYPE | '*' |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ABFRAGEDATUM | LIKE | SY-DATUM | ||
ABFRAGEZEITPUNKT | LIKE | SY-UZEIT |
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 |
---|---|---|---|---|
TABLE_OF_EXTENTS | LIKE | EXTENTS_TI |
This function module does not define any Exceptions.