Menu

SAP Function Module DB_GET_TABLE_SIZE

The Function Module DB_GET_TABLE_SIZE () is a standard Function Module in SAP ERP and is part of the function group SDB2 within the package SDIC.

Technical Information

Function Module DB_GET_TABLE_SIZE
Short Text
Function Group SDB2
Package SDIC
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
LIMIT_KB TYPE I 16384
TABNAME LIKE DD02L-TABNAME Table Name

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
SIZE_KB TYPE I
SUBRC LIKE SY-SUBRC

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.