The Function Module BP_COVER_EL_FUNDS_SENDER_GET (Buchungsseitige AVK: Bestimmung der deckf. Elemente) is a standard Function Module in SAP ERP and is part of the function group BPFF within the package KABP_ADDON.
Function Module | BP_COVER_EL_FUNDS_SENDER_GET |
Short Text | Buchungsseitige AVK: Bestimmung der deckf. Elemente |
Function Group | BPFF |
Package | KABP_ADDON |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_F_RECEIVER | LIKE | BPJA_KEY | Daten des Budgetempfängers | |
I_MISSING_BUDGET | LIKE | BPJA-WLJHR | fehlendes Budget |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_ENQUEUE_SUBRC | LIKE | SY-SUBRC | Subrc bzgl. Sperren auf Budgetsender | |
E_MISSING_BUDGET_NEW | LIKE | BPJA-WLJHR | fehlendes Budget inklusive Deckungsfähigkeit |
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_OWN_EBPJA | LIKE | EBPJA | Elemente mit Verfügtsperren | |
T_SENDER_COV_EL_AVAIL | TYPE | BPAVC_T_SENDER_COV_EL_AV_AMNT | Sender mit verfügbarem Budget | |
T_SENDER_COV_EL_NO_AVAIL | TYPE | BPAVC_T_SENDER_COV_EL_AVAIL | Sender ohne verfügbares Budget |
This function module does not define any Exceptions.