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 HRCM_BT_BUDGET_GETVALUE (Vergütung-Budget: Ermittelt für ein Budgetobjekt den Budgetwert) is a standard Function Module in SAP ERP and is part of the function group RHBS within the package PCMP.
Function Module | HRCM_BT_BUDGET_GETVALUE |
Short Text | Vergütung-Budget: Ermittelt für ein Budgetobjekt den Budgetwert |
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 |
---|---|---|---|---|
BEGDA | LIKE | HRP1000-BEGDA | Beginndatum des Budgetzeitraums | |
BSTAT | LIKE | HRP1500-BSTAT | SPACE | Status des Budgets: Space-momentaner Status |
ENDDA | LIKE | HRP1000-ENDDA | Endedatum des Budgetzeitraums | |
EXACT_DATE | LIKE | HRP1000-HISTO | SPACE | Flag: Datum wird als exaktes Datum verwendet |
FINANCED_OBJID | LIKE | HRP1000-OBJID | '00000000' | ObjektId Finanzierungseinheit |
FINANCED_OTYPE | LIKE | HRP1000-OTYPE | SPACE | Objekttyp Finanzierungseinheit |
OBJID | LIKE | HRP1000-OBJID | Id des Objekts, für das Budget gesucht wird | |
OTYPE | LIKE | HRP1000-OTYPE | Typ des Objekts, für das Budget gesucht wird | |
PLVAR | LIKE | HRP1000-PLVAR | Planvariante | |
TOTAL_VALUE | LIKE | HRP1000-HISTO | SPACE | Flag: 'X'/' '/'R' |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
AMNT | LIKE | PPBT1-AMNTCALC | Abhängig TOTAL_VALUE: Gesamt / nutzbares Menge | |
BUDGET | LIKE | PPBT1-BUDCALC | Abhängig TOTAL_VALUE: Gesamt / nutzbares Budget | |
BUGRU | LIKE | PPBT1-BUGRU | Mengeneinheit | |
CURCY | LIKE | PPBT1-TCURCY | Währung des Betrags | |
TOTAL_AMNT | LIKE | PPBT1-AMNTCALC | Menge, die an Budget hinterlegt ist | |
TOTAL_BUDGET | LIKE | PPBT1-BUDCALC | Betrag, der am Budget hinterlegt ist |
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 |
---|---|
NOTHING_FOUND | Kein Budgetobjekt gefunden |