Menu

SAP Function Module DB_ORA_EXTENTS

Extents of Tables and Indexes

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.

Technical Information

Function Module DB_ORA_EXTENTS
Short Text Extents of Tables and Indexes
Function Group STD1
Package STUO
Module Type Remote-Enabled

Importing Parameters

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 '*'

Exporting Parameters

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

Changing Parameters

This function module does not define any CHANGING parameters.

Table 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

Exceptions

This function module does not define any Exceptions.