Menu

SAP Function Module FM_ACTUALS_CHECK_WITH_CO_DATA

Prüft, ob auf ein CO-Objekt/Kostenart bereits gebucht wurde

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.

Technical Information

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

Importing Parameters

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

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_FLG_BOOKED LIKE FMDY-XFELD

Changing Parameters

This function module does not define any CHANGING parameters.

Table 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

Exceptions

This function module does not define any Exceptions.