The Function Module BP_GET_BUDGET_ELEMENT_FM (read AVC index and budget (Interface HR)) is a standard Function Module in SAP ERP and is part of the function group BPFD within the package KABP_ADDON.
Function Module | BP_GET_BUDGET_ELEMENT_FM |
Short Text | read AVC index and budget (Interface HR) |
Function Group | BPFD |
Package | KABP_ADDON |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_FAREA | LIKE | BPJA-FAREA | SPACE | Funktionsbereich |
I_FIKRS | LIKE | FM01-FIKRS | Finanzkreis | |
I_FIPEX | LIKE | FMAVC001-COMMITEM | Finanzposition, auf die gebucht wird | |
I_FISTL | LIKE | FMAVC001-FUNDSCTR | Finanzstelle, auf die gebucht wird | |
I_FLG_COM | LIKE | FMAVC001-COM | SPACE | Budgettragendes Element im Verpflichtungsbudget? |
I_FLG_PAY | LIKE | FMAVC001-PAY | SPACE | Budgettragendes Element im Zahlungsbudget? |
I_FLG_POSMGMT | LIKE | FMDY-XFELD | SPACE | Aufruf aus dem Positionmanagement (kein I_WRTTP) |
I_GEBER | LIKE | FMFINCODE-FINCODE | SPACE | Fonds, auf den gebucht wird |
I_GJAHR | LIKE | BPJA-GJAHR | Geschäftsjahr | |
I_GRANT_NBR | TYPE | GMGR-GRANT_NBR | SPACE | Förderung |
I_MEASURE | TYPE | FMMEASURE-MEASURE | SPACE | Programm im Haushaltsmanagement |
I_VGROUP | LIKE | TBPFE-VGROUP | '++' | Vorgangsgruppen Verfügbarkeitskontrolle extern FIFM |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_SUBRC | LIKE | SY-SUBRC | <> 0: FB konnte kein Ergebnis liefern |
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 |
---|---|---|---|---|
T_BP_OBJ | LIKE | FMAVC001 | Tabelle budgettragender Elemente |
This function module does not define any Exceptions.