The Function Module TABLE_SIZE_ADA_ONLINE (SAP DB Table and index size info) is a standard Function Module in SAP ERP and is part of the function group SADA within the package SADA.
Function Module | TABLE_SIZE_ADA_ONLINE |
Short Text | SAP DB Table and index size info |
Function Group | SADA |
Package | SADA |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EXACTLY | LIKE | DBSTATC-ACTIV | X' - show statistics table | |
TABLE_NAME | LIKE | DD02L-TABNAME | Name of the table which should analyzed online |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
TABLE_INFO_ADA | LIKE | TAB_ADA | includes the info about table and index sizes |
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.