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

/BEV2/EDBPRUEF SAP ABAP Report - Consistency Check of Master Data







/BEV2/EDBPRUEF is a standard Executable ABAP Report 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/EDBPRUEF into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/BEV2/EDP0 - Check Master Data


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


Text pool values


Selection Text: Z_MELDE = D Report Threshold
Selection Text: S_VBSEL = D Excise Duty Type
Selection Text: S_STLAG = D Tax/Bonded Warehouse Number
Selection Text: S_MATSEL = D Material
Selection Text: S_KRED = Vendors
Selection Text: S_DEBI = Customers
Selection Text: LIST_D = Printer
Selection Text: LIST_B = Screen
Title: Consistency Check of Master Data
Text Symbol: 026 = Return code of report /BEV2/EDXLISPR not read
Text Symbol: 025 = ERROR LIST Master Data
Text Symbol: 023 = Return code of report /BEV2/EDFLBTYP not read
Text Symbol: 022 = Return code of report /BEV2/EDBDRUPR not read
Text Symbol: 021 = Return code of report /BEV2/EDBBWAPR not read
Text Symbol: 020 = Return code of report /BEV2/EDBSTLPR not read
Text Symbol: 019 = Return code of report /BEV2/EDBMATPR not read.
Text Symbol: 018 = Return code of report /BEV2/EDBKREPR not read
Text Symbol: 017 = Return code of report /BEV2/EDBDEBPR not read
Text Symbol: 001 = Check MASTERDATA


INCLUDES used within this REPORT /BEV2/EDBPRUEF

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_DEFAULT_SCHWELL CALL FUNCTION '/BEV2/ED_DEFAULT_SCHWELL' EXPORTING * I_YHVBART = * I_REPID = i_reptyp = con_pruef_pgm IMPORTING o_yhschwell = z_melde EXCEPTIONS notfound = 1 OTHERS = 2.

/BEV2/ED_DEFAULT_VBART CALL FUNCTION '/BEV2/ED_DEFAULT_VBART' IMPORTING o_yhvbart = s_vbsel-low * tables * T_YHVBART = EXCEPTIONS notfound = 1 OTHERS = 2.

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING popup_title = sy-title text_object = '/BEV2/ED_MEDIUM_DISPLAY' EXCEPTIONS text_not_found = 1 OTHERS = 2.

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING popup_title = sy-title text_object = '/BEV2/ED_MEDIUM_PRINT' EXCEPTIONS text_not_found = 1 OTHERS = 2.

/BEV2/ED_REA_SINGLE_BENUTZER CALL FUNCTION '/BEV2/ED_REA_SINGLE_BENUTZER' EXPORTING i_bname = sy-uname IMPORTING o_usr01 = xusr01 EXCEPTIONS usr01_not_found = 1 OTHERS = 2.

/BEV2/ED_REA_SINGLE_DRUCKER CALL FUNCTION '/BEV2/ED_REA_SINGLE_DRUCKER' EXPORTING i_drucker = p_druck IMPORTING o_tsp03 = xtsp03 EXCEPTIONS tsp03_not_found = 1 OTHERS = 2.

/BEV2/ED_GET_PRINT_PARAMETERS CALL FUNCTION '/BEV2/ED_GET_PRINT_PARAMETERS' EXPORTING i_yhvbart = space i_uname = sy-uname i_repid = lv_repid * I_YHSLAGER = i_dialog = lv_dialog i_printer = p_druck IMPORTING o_pri_params = lv_params * o_fehlflag = EXCEPTIONS fix_params_not_found = 1 printer_not_found = 2 OTHERS = 3.

SET_PRINT_PARAMETERS CALL FUNCTION 'SET_PRINT_PARAMETERS' EXPORTING * IN_ARCHIVE_PARAMETERS = ' ' in_parameters = lv_params.

/BEV2/ED_REA_ED_FUNKTIONEN CALL FUNCTION '/BEV2/ED_REA_ED_FUNKTIONEN' EXPORTING i_tabnam = con_yh901 TABLES i_yh901 = xyh901 i_select_yhvbart = s_vbsel EXCEPTIONS not_found = 1.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = '/BEV2/EDBPRUEF' dynumb = sy-dynnr translate_to_upper = 'X' TABLES dynpfields = dynpfields EXCEPTIONS invalid_abapworkarea = 01 invalid_dynprofield = 02 invalid_dynproname = 03 invalid_dynpronummer = 04 invalid_request = 05 no_fielddescription = 06 undefind_error = 07.

/BEV2/ED_F4_SLAGER CALL FUNCTION '/BEV2/ED_F4_SLAGER' IMPORTING e_yhslager = s_stlag-low TABLES i_vbsart = s_vbsel EXCEPTIONS noselect = 1 OTHERS = 2.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = '/BEV2/EDBPRUEF' dynumb = sy-dynnr translate_to_upper = 'X' TABLES dynpfields = dynpfields EXCEPTIONS invalid_abapworkarea = 01 invalid_dynprofield = 02 invalid_dynproname = 03 invalid_dynpronummer = 04 invalid_request = 05 no_fielddescription = 06 undefind_error = 07.

/BEV2/ED_F4_SLAGER CALL FUNCTION '/BEV2/ED_F4_SLAGER' IMPORTING e_yhslager = s_stlag-high TABLES i_vbsart = s_vbsel EXCEPTIONS noselect = 1 OTHERS = 2.



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