The Function Module HR_RELEASE_VERSION_WITH_CHECK (HR Intern: Freigabe Personalkostenplanungsversion mit Konsistenzprüfung) is a standard Function Module in SAP ERP and is part of the function group RHCO within the package PP07.
Function Module | HR_RELEASE_VERSION_WITH_CHECK |
Short Text | HR Intern: Freigabe Personalkostenplanungsversion mit Konsistenzprüfung |
Function Group | RHCO |
Package | PP07 |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
HR_BEGDA | LIKE | T77KD-BEGDA | Beginndatum der Planung | |
HR_ENDDA | LIKE | T77KD-ENDDA | Endedatum der Planung | |
HR_MODUS | LIKE | T77KD-FRFLG | Flag: ' '-Freigabe,'X'-Prüfen,'P'-Prüfen(VNAME) | |
HR_PLVAR | LIKE | T77KD-PLVAR | Planvariante | |
HR_PROT | LIKE | T77KD-FRFLG | 'X' | Flag: 'X'-Ausgabe Fehlerliste |
HR_VERSN | LIKE | T77KD-VERSN | Planungsversion | |
HR_VNAME | LIKE | T77KD-VNAME | SPACE | Planungsgruppe, falls HR_MODUS - 'P' |
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_VNAME | LIKE | PPCCO | HR_MODUS-'P':Kostenstelleninformation | |
COST_TAB_VNAME | LIKE | PPCWT | HR_MODUS-'P':Kostenbestandteile | |
ORG_COST_VNAME | LIKE | PPCOC | HR_MODUS-'P':Kostenobjekte an Organisation | |
ORG_TEXT_VNAME | LIKE | PPCOT | HR_MODUS-'P':Texte der Organisationseinh. |
This function module does not define any Exceptions.