Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.
Bei amazon.de ansehen →The Function Module RH_CPCALC_UPDATE_CO_INFO (P.Kostenplanung: Ermittelt die veränderte CO Information) is a standard Function Module in SAP ERP and is part of the function group RHPF within the package PP07.
Function Module | RH_CPCALC_UPDATE_CO_INFO |
Short Text | P.Kostenplanung: Ermittelt die veränderte CO Information |
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 |
---|---|---|---|---|
PLAN_BEGDA | LIKE | PPCST-BEGO | Beginndatum des Planungszeitraums | |
PLAN_CURCY | LIKE | PPCST-CURCY | Währung, in der Planung durchgeführt wird | |
PLAN_CURDT | LIKE | PP0N-CURDT | SY-DATUM | Datum, zu dessen Kurs Fremdbeträge konv. werden |
PLAN_CURTY | LIKE | PP0N-CURTP | 'M ' | Kurstyp, mit dem Umrechnung durchgeführt wird |
PLAN_ENDDA | LIKE | PPCST-ENDO | Endedatum des Planungszeitraums | |
PLAN_PLVAR | LIKE | PPCST-PLVAR | Planvariante | |
PLAN_VERSN | LIKE | PPCST-VERSN | Planungsversion der Personalkostenplanung | |
PLAN_VNAME | LIKE | PPCST-VNAME | Name der Planungsgruppe |
This function module does not define any EXPORTING parameters.
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 |
---|---|---|---|---|
COST_PER_COST_CENTER | LIKE | PPCCO | CO-Information der Personalkosten |
This function module does not define any Exceptions.