The Function Module K_PLAN_INTERVAL_CHECK (Überprüfen, ob ein echtes Intervall vorliegt) is a standard Function Module in SAP ERP and is part of the function group KPP4 within the package KPP.
Function Module | K_PLAN_INTERVAL_CHECK |
Short Text | Überprüfen, ob ein echtes Intervall vorliegt |
Function Group | KPP4 |
Package | KPP |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IVALUE_FROM | LIKE | SPACE | Von-Wert | |
IVALUE_TO | LIKE | SPACE | Bis-Wert |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EVALUE_FROM | LIKE | KPP1LA-VALUE_FROM | Von-Wert | |
EVALUE_TO | LIKE | KPP1LA-VALUE_TO | Bis-Wert |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
REAL_INTERVAL | Es liegt kein Intervall vor |