The Function Module KCD_PROTOCOL_OUTPUT_CONTROL (Filtern von Protokolleinträgen, die nicht geschrieben werden sollen.) is a standard Function Module in SAP ERP and is part of the function group KCDL within the package BKD.
Function Module | KCD_PROTOCOL_OUTPUT_CONTROL |
Short Text | Filtern von Protokolleinträgen, die nicht geschrieben werden sollen. |
Function Group | KCDL |
Package | BKD |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FORMAT_MESS | LIKE | Formatierungen werden angezeigt. | ||
INFORMATION_MESS | LIKE | Informationen werden angezeigt. | ||
LEVEL | LIKE | Ebenen, die angezeigt werden soll. | ||
MAX_COUNTER | LIKE | DDPRS-DDPOSITION | Bei Überschreitung erfolgt eine EXCEPTION. | |
WARNING_MESS | LIKE | Warnungen werden angezeigt. |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ADD_TO_COUNTER | LIKE | SY-TABIX | Summe der Meldungen des aktuellen Aufrufs. |
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
COUNTER | LIKE | SY-TABIX | Summe der bisher gezählten Meldungen |
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
MESSAGES | LIKE | SPROT_U | Übergabe der Meldungen |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
MAX_COUNTER_EXCEEDED | Nach dem Filter: mehr Meldungen als MAX_COUNTER. |