The Function Module FM_ACTUALS_CHECK_WITH_CO_DATA (Prüft, ob auf ein CO-Objekt/Kostenart bereits gebucht wurde) is a standard Function Module in SAP ERP and is part of the function group FMRA within the package FMFS.
Function Module | FM_ACTUALS_CHECK_WITH_CO_DATA |
Short Text | Prüft, ob auf ein CO-Objekt/Kostenart bereits gebucht wurde |
Function Group | FMRA |
Package | FMFS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_ABGJAHR | LIKE | FMZUOB-ABGJR | ||
I_BSGJAHR | LIKE | FMZUOB-ABGJR | '9999' | |
I_COST_ELEMENT | LIKE | FMZUKA-KSTAR | ||
I_COST_OBJNR | LIKE | FMZUOB-OBJNR | ||
I_FUNDS_AREA | LIKE | FM01-FIKRS | ||
I_GJAHR | LIKE | FMZUOB-ABGJR |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_FLG_BOOKED | LIKE | FMDY-XFELD |
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_COST_ELEMENT | LIKE | RANGE_C10 |
This function module does not define any Exceptions.