SAP Reports / Programs | Materials Management | Inventory Management | Excise Duty(MM-IM-ED) SAP MM

/BEV2/EDABWLS1 SAP ABAP INCLUDE - documentation and ABAP source code







/BEV2/EDABWLS1 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 /BEV2/EDABWLS1 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 /BEV2/EDABWLS1. "Basic submit
SUBMIT /BEV2/EDABWLS1 AND RETURN. "Return to original report after report execution complete
SUBMIT /BEV2/EDABWLS1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT /BEV2/EDABWLS1

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:

/BEV2/ED_REA_TITELZEILEN CALL FUNCTION '/BEV2/ED_REA_TITELZEILEN' EXPORTING i_yhvbart = lakyhmse-yhvbart i_yhslager = lakyhmse-yhslager i_spras = sy-langu i_write = con_x * i_linesize = rep_linsz "Breite des Reports 250 i_linesize = la_pos-sk_linsz "Breite des Seitenkopfes 141 TABLES xyh922t = xyh922t EXCEPTIONS * not_found = 1 OTHERS = 0.

/BEV2/ED_GET_PRINT_PARAMETERS CALL FUNCTION '/BEV2/ED_GET_PRINT_PARAMETERS' EXPORTING i_yhvbart = p_vbart i_uname = sy-uname i_repid = lv_repid i_yhslager = lv_slager i_dialog = p_dialog i_mode = p_media i_listform = con_l IMPORTING o_pri_params = params o_arc_params = arc_parameter * o_fehlflag = fehlflag o_listtyp = lv_listtyp EXCEPTIONS fix_params_not_found = 1 arc_params_not_found = 2 listform_false = 3 not_entry_toaom = 4 printer_not_found = 5 OTHERS = 6.

/BEV2/ED_WRITE_ARCDOC_ID CALL FUNCTION '/BEV2/ED_WRITE_ARCDOC_ID' EXPORTING i_listform = con_l i_listtyp = lv_listtyp is_params = arc_parameter i_vbart = p_vbart * i_slager = s_slager IMPORTING out_arc_params = arc_parameter TABLES it_budat = r_datum * it_vbart = it_slager = s_slager EXCEPTIONS budat_false = 1 budat_not_find = 2 not_entry_toaom = 3 OTHERS = 4.

/BEV2/ED_REA_ED_PERIODE CALL FUNCTION '/BEV2/ED_REA_ED_PERIODE' "vn_1608189_dat EXPORTING i_yhvbart = xyh902-yhvbart i_yhslager = xyh902-yhslager i_yhstper = s_stper-low IMPORTING e_yh909 = syh909 EXCEPTIONS notfound = 1 OTHERS = 2.

/BEV2/ED_REA_ED_PERIODE CALL FUNCTION '/BEV2/ED_REA_ED_PERIODE' "vn_1608189_dat EXPORTING i_yhvbart = xyh902-yhvbart i_yhslager = xyh902-yhslager i_yhstper = s_stper-high IMPORTING e_yh909 = syh909 EXCEPTIONS notfound = 1 OTHERS = 2.

DD_DD07V_GET CALL FUNCTION 'DD_DD07V_GET' EXPORTING domain_name = '/BEV2/EDSLGBCH' * LANGU = SY-LANGU * WITHTEXT = 'X' TABLES dd07v_tab = lv_dd07v_tab EXCEPTIONS * access_failure = 1 OTHERS = 0.



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 /BEV2/EDABWLS1 or its description.