The Function Module RH_CPCALC_PERIOD_CUT_SPLIT (P.Kostenplanung: Splitten von Beträgen anhand von Zeiträumen und Perioden) is a standard Function Module in SAP ERP and is part of the function group RHPF within the package PP07.
Function Module | RH_CPCALC_PERIOD_CUT_SPLIT |
Short Text | P.Kostenplanung: Splitten von Beträgen anhand von Zeiträumen und Perioden |
Function Group | RHPF |
Package | PP07 |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
PERIOD_BEGDA | LIKE | OBJEC-BEGDA | Begindatum, für die Betrag gesplittet wird | |
PERIOD_ENDDA | LIKE | OBJEC-ENDDA | Endedatum, für die Betrag gesplittet wird | |
SPLIT_MODE | LIKE | PLOG-HISTO | SPACE | Flag: SPACE, falls PERIODZeitraum - Planungsz. |
VALUE_BEGDA | LIKE | OBJEC-BEGDA | Beginndatum des Zeitraums für Betrag VALUE_IN | |
VALUE_ENDDA | LIKE | OBJEC-ENDDA | Endedatum des Zeitraums für Betrag VALUE_IN | |
VALUE_IN | LIKE | Betrag/Wert für Zeitraum (VALUE_BEGDA/_ENDDA) |
This function module does not define any EXPORTING parameters.
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
VALUE_OUT | LIKE | Anteiliger Wert im Schnittzeitraum der Zeiträume |
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.