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

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







/BEV2/EDABWF01 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/EDABWF01 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/EDABWF01. "Basic submit
SUBMIT /BEV2/EDABWF01 AND RETURN. "Return to original report after report execution complete
SUBMIT /BEV2/EDABWF01 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/EDABWF01

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_GET_DBA_OPT CALL FUNCTION '/BEV2/ED_GET_DBA_OPT' EXPORTING i_yhdba_id = con_dbaccess_yhmse_var " variabler Zugriff i_tabname = lv_table i_yhvbart = p_vbart i_yhslager = lv_yhslager IMPORTING o_viewname = lv_table o_hint = lv_hint * TABLES * T_YH903 = I_YH903 EXCEPTIONS OTHERS = 0.

/BEV2/ED_GET_DBA_OPT CALL FUNCTION '/BEV2/ED_GET_DBA_OPT' EXPORTING i_yhdba_id = con_dbaccess_yhmse_mseg " Zugriff mit MSEG-KEy i_tabname = lv_table i_yhvbart = p_vbart i_yhslager = lv_yhslager IMPORTING o_viewname = lv_table o_hint = lv_hint * TABLES * T_YH903 = I_YH903 EXCEPTIONS OTHERS = 0.

/BEV2/EDHP_GET_ED_WORKAREA CALL FUNCTION '/BEV2/EDHP_GET_ED_WORKAREA' * EXPORTING * I_FORCE_POPUP = ' ' IMPORTING e_yhvbart = p_vbart e_yhslager = s_slager-low EXCEPTIONS db_error = 1 user_abort = 2 no_authority = 3 no_twh_defined = 4 OTHERS = 5.

/BEV2/EDHP_GET_ED_WORKAREA CALL FUNCTION '/BEV2/EDHP_GET_ED_WORKAREA' * EXPORTING * I_FORCE_POPUP = ' ' IMPORTING e_yhvbart = p_vbart e_yhslager = s_slager-low EXCEPTIONS db_error = 1 user_abort = 2 no_authority = 3 no_twh_defined = 4 OTHERS = 5.

AUTHORITY_CHECK_TCODE * CALL FUNCTION 'AUTHORITY_CHECK_TCODE' * EXPORTING * tcode = 'MB03' * EXCEPTIONS * ok = 1 * not_ok = 2 * OTHERS = 3.

MIGO_DIALOG CALL FUNCTION 'MIGO_DIALOG' EXPORTING I_ACTION = 'A04' I_REFDOC = 'R02' I_NO_AUTH_CHECK = ' ' I_DEADEND = 'X' I_MBLNR = mblnr I_MJAHR = mjahr I_ZEILE = zeile EXCEPTIONS ILLEGAL_COMBINATION = 1 OTHERS = 2 .

/BEV2/EDHP_TST_KUNDENUMGEBUNG CALL FUNCTION '/BEV2/EDHP_TST_KUNDENUMGEBUNG' IMPORTING o_kundenrechner = flag_kunde EXCEPTIONS OTHERS = 0.

/BEV2/ED_EDDOC_SHOW CALL FUNCTION '/BEV2/ED_EDDOC_SHOW' EXPORTING i_yhvbart = la_hide-hyhmse-yhvbart i_mjahr = la_hide-hyhmse-mjahr i_mblnr = la_hide-hyhmse-mblnr i_zeile = la_hide-hyhmse-zeile i_yhposnr = la_hide-hyhmse-yhposnr EXCEPTIONS * notfound = 1 * not_unique = 2 OTHERS = 0.

/BEV2/ED_CHK_AUTH_REPS CALL FUNCTION '/BEV2/ED_CHK_AUTH_REPS' EXPORTING * I_PROGRAM = i_tcode = '/BEV2/EDSL' i_action = '03' EXCEPTIONS access_denied = 1 tcode_not_assigned = 2 missing_parameter = 3 OTHERS = 4.

/BEV2/ED_REA_SINGLE_ED_FUNC CALL FUNCTION '/BEV2/ED_REA_SINGLE_ED_FUNC' EXPORTING i_yhvbart = p_vbart IMPORTING e_yh901 = lv_yh901 EXCEPTIONS * yhvbart_not_found = 1 OTHERS = 0.

/BEV2/ED_REA_ED_MATGRP CALL FUNCTION '/BEV2/ED_REA_ED_MATGRP' * EXPORTING * I_YHMATGRP = * IMPORTING * O_YH955 = * O_YH955T = TABLES t_yh955 = xyh955 t_yh955t = xyh955t EXCEPTIONS * not_found = 1 OTHERS = 0.

/BEV2/ED_REA_SINGLE_ED_FUNC CALL FUNCTION '/BEV2/ED_REA_SINGLE_ED_FUNC' EXPORTING i_yhvbart = p_vbart IMPORTING e_yh901 = lv_yh901 EXCEPTIONS * yhvbart_not_found = 1 OTHERS = 0.

/BEV2/ED_REA_ED_MATGRP_S CALL FUNCTION '/BEV2/ED_REA_ED_MATGRP_S' EXPORTING i_yhvbart = p_vbart * I_YHMATGRP_S = * IMPORTING * O_YH956 = * O_YH956T = TABLES t_yh956 = xyh956 t_yh956t = xyh956t EXCEPTIONS * not_found = 1 OTHERS = 0.

/BEV2/ED_REA_SINGLE_ED_FUNC CALL FUNCTION '/BEV2/ED_REA_SINGLE_ED_FUNC' EXPORTING i_yhvbart = p_vbart IMPORTING e_yh901 = lv_yh901 EXCEPTIONS * yhvbart_not_found = 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/EDABWF01 or its description.