SAP Reports / Programs | Materials Management | Materials Management | Inventory Controlling(MM-IS-IC) SAP MM

BUH30E02 SAP ABAP INCLUDE - Start Of Selection







BUH30E02 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter BUH30E02 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT BUH30E02. "Basic submit
SUBMIT BUH30E02 AND RETURN. "Return to original report after report execution complete
SUBMIT BUH30E02 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Start Of Selection


INCLUDES used within this REPORT BUH30E02

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

AUFBAU_WERTETABELLE CALL FUNCTION 'AUFBAU_WERTETABELLE' EXPORTING FLG_AOBJ = AOBJ ALAGER = XALAGER LVORM = XLVORM TABLES WERTETABELLE = WERTETAB VKORG = VKORG EKORG = EKORG MATERIAL = MATERIAL WERK = WERKE MTART = MTART MATKL = MATKL EKGRP = EKGRP DISMM = DISMM DISPO = DISPO MAABC = MAABC EXCEPTIONS NOT_FOUND = 01.

LESEN_MATERIALKURZTEXTE CALL FUNCTION 'LESEN_MATERIALKURZTEXTE' TABLES WERTETABELLE = WERTETAB.

BERECHNEN_BESTAND CALL FUNCTION 'BERECHNEN_BESTAND' EXPORTING FLG_VERBR = VERBR FLG_AKT = ' ' FLG_MIT = 'X' FLG_MIN = ' ' DATUM_AB = VONDATUM DATUM_BIS = BISDATUM TABLES WERTETABELLE = WERTETAB * xv134w = xv134w X134M = XT134M XT156C = XT156C XT156M = XT156M XT156S = XT156S MJAHR = MJAHR GESVERBRAUCH = VERBR_MAT.

VERBRAUCH_BCO CALL FUNCTION 'VERBRAUCH_BCO' EXPORTING FLG_VERBR = VERBR FLG_KZ = 'U' FLG_PROGN = ' ' VONDATUM = VONDATUM BISDATUM = BISDATUM FLG_DISPOVERBR = FLGDISPO TABLES WERTETABELLE = WERTETAB GESVERBRAUCH = VERBR_MAT berid_range = berid_range.

BERECHNUNG CALL FUNCTION 'BERECHNUNG' EXPORTING FLG_KZ = 'U' TABLES WERTETABELLE = WERTETAB.

WERTETABELLE_KUMULIERT CALL FUNCTION 'WERTETABELLE_KUMULIERT' EXPORTING FLG_AOBJ = AOBJ FLG_RECHNG = 'U' TABLES WERTETABELLE = WERTETAB.

LISTE_KENNZAHLEN CALL FUNCTION 'LISTE_KENNZAHLEN' EXPORTING FLG_BETRAG = ' ' LIST_AUFBAU = ZEIL SEITEN_STATUS = SEITENSTATUS STEUER_LEISTE = RMCB0 CONSUMPTION = 'X' REQUIREMENT = ' ' DEC = 2 DREIZEILIG = DREIZLG KENNZ_1 = 'K_MENGE' KENNZ_2 = ' ' KENNZ_3 = 'MIT_MENGE' KENNZ_3_1 = 'MEINS' KENNZ_4 = 'K_K_MENGE' KENNZ_4_1 = 'MEINS' U_GRENZE = UHVON O_GRENZE = UHBIS MAX_GRENZE = AMMAX MIN_GRENZE = AMMIN HIT = HIT_WAHL BATCH_ABC_UPDATE = ' ' TABLES WERTE = WERTETAB TEXTE = TEXTETAB.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name BUH30E02 or its description.