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

/BEV2/EDBDRUPR SAP ABAP Report - Consistency check of print table /BEV2/ED917







/BEV2/EDBDRUPR 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/EDBDRUPR 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/EDP4 - Check Print Parameters


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/EDBDRUPR. "Basic submit
SUBMIT /BEV2/EDBDRUPR AND RETURN. "Return to original report after report execution complete
SUBMIT /BEV2/EDBDRUPR 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: LIST_B = Screen
Selection Text: LIST_D = Printer
Selection Text: Z_MELDE = D .
Title: Consistency check of print table /BEV2/ED917
Text Symbol: 001 = Consistency Check PrintParameter
Text Symbol: 010 = Tax type is not defined
Text Symbol: 011 = User name not in table USR01
Text Symbol: 012 = Tax warehouse is not defined
Text Symbol: 013 = Printer name has not been entered
Text Symbol: 014 = Printer not in table TSP03
Text Symbol: 015 = Output type not in table TSP1D
Text Symbol: 016 = 'Print immediately': not ' '/'*'/'X'
Text Symbol: 017 = 'Delete after output': not ' '/'*'/'X'
Text Symbol: 018 = 'New spool request': not ' '/'*'/'X'
Text Symbol: 019 = 'Print upper case cha.': not ' '/'*'/'X'
Text Symbol: 020 = 'SAP Cover Page': not ' '/'*'/'X'/'D'
Text Symbol: 090 = No entry in the Report Thresholds table
Text Symbol: 091 = Entered Report Threshold Invalid
Text Symbol: 092 = No tax types defined
Text Symbol: 093 = No tax warehouses defined
001 Tax Warehouse


INCLUDES used within this REPORT /BEV2/EDBDRUPR

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:

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

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

/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 = 0 OTHERS = 0.

/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_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 = z_drucker IMPORTING o_tsp03 = xtsp03 EXCEPTIONS tsp03_not_found = 0 OTHERS = 0.

/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_MELDESCHWELLEN CALL FUNCTION '/BEV2/ED_REA_MELDESCHWELLEN' TABLES o_yh998 = xyh998 EXCEPTIONS not_found = 1 OTHERS = 2.

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

/BEV2/ED_REA_STEUERLAGER CALL FUNCTION '/BEV2/ED_REA_STEUERLAGER' * EXPORTING * I_TABNAM = /BEV2/ED903 * I_DATAB = * I_DATBI = TABLES * I_YH903 = i_yh902 = xyh902 * E_YH902T = * I_SELECT_YHVBART = * I_SELECT_YHSLAGER = EXCEPTIONS not_found = 1 OTHERS = 2.

/BEV2/ED_REA_DRUCKPARAMETER CALL FUNCTION '/BEV2/ED_REA_DRUCKPARAMETER' TABLES o_yh917 = xyh917 * i_select_yhvbart EXCEPTIONS yh917_not_found = 0 OTHERS = 0.

/BEV2/ED_REA_SINGLE_BENUTZER CALL FUNCTION '/BEV2/ED_REA_SINGLE_BENUTZER' EXPORTING i_bname = xyh917-uname IMPORTING o_usr01 = xusr01 EXCEPTIONS usr01_not_found = 0 OTHERS = 0.

/BEV2/ED_REA_DRUCK_AUFBER CALL FUNCTION '/BEV2/ED_REA_DRUCK_AUFBER' EXPORTING i_paart = xyh917-paart IMPORTING o_tsp1d = xtsp1d EXCEPTIONS tsp1d_not_found = 0 OTHERS = 0.

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

/BEV2/ED_CHK_AUTH_ALV_LAYOUT CALL FUNCTION '/BEV2/ED_CHK_AUTH_ALV_LAYOUT' EXPORTING i_program = sy-repid i_user = sy-uname CHANGING c_save = lv_save.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = ' ' * I_BUFFER_ACTIVE = ' ' i_callback_program = repid * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' * I_CALLBACK_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_END_OF_LIST = ' ' i_structure_name = '/BEV2/EDBDRUPR_ALV' * I_BACKGROUND_ID = ' ' * I_GRID_TITLE = * I_GRID_SETTINGS = is_layout = lv_layout * IT_FIELDCAT = * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = lv_save * IS_VARIANT = * IT_EVENTS = * IT_EVENT_EXIT = is_print = is_print * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IT_ALV_GRAPHICS = * IT_HYPERLINK = * IT_ADD_FIELDCAT = * IT_EXCEPT_QINFO = * I_HTML_HEIGHT_TOP = * I_HTML_HEIGHT_END = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = itab_check_print EXCEPTIONS program_error = 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/EDBDRUPR or its description.