The Function Module TABLE_SIZE_ADA_OFFLINE (SAP DB Table and index size info from statistical data) 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_OFFLINE |
Short Text | SAP DB Table and index size info from statistical data |
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 |
---|---|---|---|---|
TABLE_NAME | LIKE | DD02L-TABNAME | Name of table used the statistic data |
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 statistical data of tab.,ind. 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.