The Function Module HRCM_BT_CREATE (Vergütung-Budget: Anlegen eines Budgets) is a standard Function Module in SAP ERP and is part of the function group RHBS within the package PCMP.
Function Module | HRCM_BT_CREATE |
Short Text | Vergütung-Budget: Anlegen eines Budgets |
Function Group | RHBS |
Package | PCMP |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BSTAT | LIKE | P1500-BSTAT | SPACE | Budgetstatus |
BUTGR | LIKE | P1500-BUTGR | Budgettypgruppe | |
BUTYP | LIKE | P1500-BUTYP | Budgettyp | |
FINYR | LIKE | P1500-FINYR | Budgetperiode | |
LANGU | LIKE | SY-LANGU | SY-LANGU | Sprachenschlüssel für Textpflege |
PLVAR | LIKE | P1500-PLVAR | Planvariante | |
SHORT | LIKE | P1000-SHORT | SPACE | Kurztext des anzulegenden Budgets |
STEXT | LIKE | P1000-STEXT | Langtest des anzulegenden Budgets |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
NEW_ROOT_OBJECT | LIKE | HROBJECT | Neu erzeugtes Wurzelobjekt |
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 |
---|---|
ERROR_DURING_INSERT | Fehler beim Anlegen des Budgets |
INVALID_BUDGET | Budgettypgruppe/Budgettyp nicht zugelassen |
INVALID_DATE | Datum war nicht zulässig |
NO_AUTHORIZATION | Keine Berechtigung zum Anlegen eines Budgets |
NO_T7PM2_ENTRY | Fehlender Eintrag 'Währung' T7PM2 |
NO_T7PM3_ENTRY | Fehlender Eintrag 'Budgettypkennzeichen' T7PM3 |
NO_T7PM4_ENTRY | Fehlender Eintrag 'Budgeteinheiten' T7PM4 |
NO_T7PM9_ENTRY | Budgetperiode unbekannt T7PM9 |
NO_T7PMQ_ENTRY | Budgetstatus unbekannt T7PMQ |
TEXT_REQUIRED | Es wurde keine Text eingegeben |