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

/BEV2/EDBBWAPR SAP ABAP Report - Consistency Check for Movement Types







/BEV2/EDBBWAPR 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/EDBBWAPR 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/EDP3 - Check Movement Types


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/EDBBWAPR. "Basic submit
SUBMIT /BEV2/EDBBWAPR AND RETURN. "Return to original report after report execution complete
SUBMIT /BEV2/EDBBWAPR 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 for Movement Types
Text Symbol: 001 = Movement Types Consistency Check
Text Symbol: 006 = T156T (Movement Types)
Text Symbol: 007 = /BEV2/ED905 (Movement Categ. Excise Duty)
Text Symbol: 008 = Unknown excise duty type
Text Symbol: 010 = Entry for MVT + MI missing
Text Symbol: 011 = Mvmt cat. assignment is still unclear
Text Symbol: 012 = No. Records with Unclear Assignmt (598):
Text Symbol: 013 = Entry w/o ref. to movement (in T156T)
Text Symbol: 014 = Movement category is not defined
Text Symbol: 090 = No entry in report threshold table
Text Symbol: 091 = Entered report threshold invalid
Text Symbol: 092 = No excise duty types defined


INCLUDES used within this REPORT /BEV2/EDBBWAPR

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

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING popup_title = sy-title text_object = '/BEV2/ED_MEDIUM_PRINT' EXCEPTIONS 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 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_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_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_SAP_ZU_EDTYP CALL FUNCTION '/BEV2/ED_REA_SAP_ZU_EDTYP' * exporting * I_TABNAM = /BEV2/ED906 TABLES i_yh906 = xyh906 * i_select_yhvbart = * i_select_yhslager = EXCEPTIONS not_found = 1 OTHERS = 2.

/BEV2/ED_REA_SAP_BEWEGARTEN CALL FUNCTION '/BEV2/ED_REA_SAP_BEWEGARTEN' TABLES o_t156t = xt156t EXCEPTIONS t156t_not_found = 1 OTHERS = 2.

/BEV2/ED_REA_ED_TYPEN CALL FUNCTION '/BEV2/ED_REA_ED_TYPEN' * exporting * I_TABNAM = * i_yhvbart = * i_yhbewtyp = TABLES i_yh905 = xyh905 EXCEPTIONS not_found = 1 OTHERS = 2.

/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/EDBBWAPR_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_bwart 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/EDBBWAPR or its description.