Menu

SAP Function Module VERBRAUCH_SUMMIEREN

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

Unsere Literaturempfehlung

SAP-Änderungs- und Transportmanagement: Architektur und Wartung der SAP-Systemlandschaft

Das Standardwerk zum Änderungs- und Transportmanagement in der 4. Auflage! In diesem Buch finden Sie alle Informationen, die Sie zum Planen, Implementieren und Warten von Systemlandschaften benötigen. Sie lernen die Grundlagen und die Bedienung aller relevanten Werkzeuge und erhalten detaillierte Anleitungen zur Änderungs- und Transportverwaltung. Diese Neuauflage berücksichtigt Neuerungen in den Bereichen SAP NetWeaver AS Java und Development Infrastructure, CTS+, SAP Solution Manager und Enhancement Packages. Bringen Sie ihr Wissen auf den neuesten Stand!

Bei amazon.de ansehen →

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.