Menu

SAP Function Module VERBRAUCH_SUMMIEREN

Addieren der Verbräuche ausgehend von einem ABDATUM bis zu einem BISDATUM

Recommended Now

Fire TV Stick Lite Essentials Bundle

This bundle contains Amazon Fire TV Stick Lite and Mission USB Power Cable. The USB power cable eliminates the need to find an AC outlet near your TV by powering Amazon Fire TV directly from your TV's USB port. Includes special power management circuitry that enhances the peak power capability of the USB port by storing excess energy and then releasing it as needed.

Check it out on amazon.com →

The Function Module VERBRAUCH_SUMMIEREN (Addieren der Verbräuche ausgehend von einem ABDATUM bis zu einem BISDATUM) is a standard Function Module in SAP ERP and is part of the function group VERB within the package MG.

Technical Information

Function Module VERBRAUCH_SUMMIEREN
Short Text Addieren der Verbräuche ausgehend von einem ABDATUM bis zu einem BISDATUM
Function Group VERB
Package MG
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ABDATUM LIKE SY-DATUM '19000101' Date (YYYYMMDD) as of which the co
BISDATUM LIKE SY-DATUM SY-DATUM Date (YYYYMMDD) up to which the co
MATNR LIKE MARA-MATNR Material number
PERKZ LIKE MARC-PERKZ 'M' Period indicator
WERKS LIKE MARC-WERKS Plant

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
GESAMTVERBRAUCH LIKE Correcting the total consumption a
T_ABDATUM LIKE SY-DATUM T_ABDATUM for logistics controllin
T_BISDATUM LIKE SY-DATUM T_BISDATUM for logistics controlli

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
ABDATUM_GREATER_BISDATUM The ABDATUM comes after the BISDAT
BISDATUM_IN_FUTURE The BISDATUM is in the future.
CALENDAR_NOT_COMPLETE Factory calendar not ( completely
CONSUMPTION_NOT_FOUND No consumption values are availabl
FV_NOT_FOUND Fiscal year variant does not exist
FV_PERIOD_ERROR Periods of fiscal year variant are incorrect
NO_MATERIAL No material specified.
NO_PLANT No plant specified.