BVW30E02 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 BVW30E02 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Start Of Selection
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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 = 'X' flg_mit = ' ' 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 = 'V' flg_progn = ' ' vondatum = vondatum bisdatum = bisdatum flg_dispoverbr = flgdispo TABLES wertetabelle = wertetab gesverbrauch = verbr_mat berid_range = berid_range.
WERTE_ZU_WERKSMATERIAL CALL FUNCTION 'WERTE_ZU_WERKSMATERIAL' EXPORTING mandantenwaehrung = omandt flg_aobj = aobj flg_verbr = verbr TABLES wertetabelle = wertetab EXCEPTIONS gesamtwert_null = 01.
WERTETABELLE_KUMULIERT CALL FUNCTION 'WERTETABELLE_KUMULIERT' EXPORTING flg_aobj = aobj flg_rechng = ' ' TABLES wertetabelle = wertetab.
LISTE_KENNZAHLEN CALL FUNCTION 'LISTE_KENNZAHLEN' EXPORTING flg_betrag = 'X' list_aufbau = zeil seiten_status = seitenstatus steuer_leiste = rmcb0 consumption = 'X' requirement = ' ' dec = 2 dreizeilig = dreizlg kennz_1 = 'K_WERT' kennz_2 = ' ' kennz_3 = 'K_MENGE' kennz_3_1 = 'MEINS' kennz_4 = 'AKT_MENGE' kennz_4_1 = 'MEINS' u_grenze = vwvon o_grenze = vwbis max_grenze = ammax min_grenze = ammin hit = hit_wahl batch_abc_update = ' ' TABLES werte = wertetab texte = textetab.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.