The Function Module TOCX_CHECK_KEYS (Strukturen: Überprüfung der Struktur auf Konsistenz) is a standard Function Module in SAP ERP and is part of the function group DSYP within the package SF.
Function Module | TOCX_CHECK_KEYS |
Short Text | Strukturen: Überprüfung der Struktur auf Konsistenz |
Function Group | DSYP |
Package | SF |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CHECK_MODE | LIKE | Modus für Überprüfung | ||
LANGUAGE | LIKE | DSYAH-SPRAS | Sprache (zur Überprüfung des Status) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ALL_KEYS_OK | LIKE | 'X': Alle Schlüssel besitzen einen Eintrag | ||
KEYS_ONCE_OK | LIKE | 'X': Schlüssel sind eindeutig | ||
RECURSIVE_OK | LIKE | 'X': Keine Rekursionen vorhanden | ||
STATE_OK | LIKE | 'X': Status der Bausteine ist OK |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
HIERARCHY | LIKE | HITAB | Tabelle mit hierarchischer Struktur |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
MISSING_MODE | Es wurde kein Prüfmodus angegeben |
WRONG_MODE | Der angegebene Prüfmodus existiert nicht |