The Function Module CATT_GET_TABLE_ENTRIES (Ermittelt Anzahl der Tabelleneinträge) is a standard Function Module in SAP ERP and is part of the function group KKC2 within the package KKC2.
Function Module | CATT_GET_TABLE_ENTRIES |
Short Text | Ermittelt Anzahl der Tabelleneinträge |
Function Group | KKC2 |
Package | KKC2 |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
TABLE | LIKE | DATABROWSE-TABLENAME | Name der Tabelle | |
WHERE | TYPE | STRING | WHERE-Klausel 1 |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ANZAHL | LIKE | SY-DBCNT | Anzahl der ermittelten Datensätze |
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.