SAP ABAP Function Module VERBRAUCH_SUMMIEREN (Addieren der Verbräuche ausgehend von einem ABDATUM bis zu einem BISDATUM)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       MG (Package) Application development R/3 material master prior to 3.0
Basic Data
Function Module VERBRAUCH_SUMMIEREN Addieren der Verbräuche ausgehend von einem ABDATUM bis zu einem BISDATUM  
Function Group VERB   Consumption/R3: Read and Total  
Program Name SAPLVERB    
INCLUDE Name LVERBU02    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting GESAMTVERBRAUCH TYPE Correcting the total consumption a
Exporting T_ABDATUM TYPE SYST-DATUM T_ABDATUM for logistics controllin
Exporting T_BISDATUM TYPE SYST-DATUM T_BISDATUM for logistics controlli
Importing ABDATUM TYPE SYST-DATUM '19000101' Date (YYYYMMDD) as of which the co
Importing BISDATUM TYPE SYST-DATUM SY-DATUM Date (YYYYMMDD) up to which the co
Importing FLAG_UNGEPLANT TYPE T130F-KZREF SPACE
Importing MATNR TYPE MARA-MATNR Material number
Importing PERIV TYPE MARC-PERIV
Importing PERKZ TYPE MARC-PERKZ 'M' Period indicator
Importing WERKS TYPE MARC-WERKS Plant
Exception ABDATUM_GREATER_BISDATUM TYPE The ABDATUM comes after the BISDAT
Exception BISDATUM_IN_FUTURE TYPE The BISDATUM is in the future.
Exception CALENDAR_NOT_COMPLETE TYPE Factory calendar not ( completely
Exception CONSUMPTION_NOT_FOUND TYPE No consumption values are availabl
Exception FV_NOT_FOUND TYPE Fiscal year variant does not exist
Exception FV_PERIOD_ERROR TYPE Periods of fiscal year variant are incorrect
Exception NO_MATERIAL TYPE No material specified.
Exception NO_PLANT TYPE No plant specified.
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  00000000 
SAP Release Created in