SAP Reports / Programs

/BEV2/EDBWEMPFPR SAP ABAP Report - Consistency check of the ship-to parties (Customers)







/BEV2/EDBWEMPFPR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for As far as possible, the program checks whether the entire information required for the see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter /BEV2/EDBWEMPFPR 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/EDP6 - TestProgram Customers/Ship-ToParties


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/EDBWEMPFPR. "Basic submit
SUBMIT /BEV2/EDBWEMPFPR AND RETURN. "Return to original report after report execution complete
SUBMIT /BEV2/EDBWEMPFPR 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: S_VBS = D Excise Duty Type
Selection Text: S_KUNNR = Customer
Selection Text: P_MELDES = Report Threshold
Selection Text: LIST_D = Printer
Selection Text: LIST_B = Screen
Title: Consistency check of the ship-to parties (Customers)
Text Symbol: 170 = SAP Customer without corresponding ED ship-to party data (general)
Text Symbol: 152 = SAP Customer with ED (general): Contradictory attribute assignment
Text Symbol: 151 = SAP Customer with ED (general): 'Partner' defined by customer group
Text Symbol: 150 = SAP Customer with ED (general): No attributes maintained
Text Symbol: 132 = ED Ship-to parties (general): Contradictory attribute assignment
Text Symbol: 131 = ED Ship-to parties (general): 'Partner' defined using customer group
Text Symbol: 130 = ED Ship-to parties (general): No attributes maintained
Text Symbol: 112 = Check basic ED settings: FuMod 'Ship-to Parties (general)' missing?
Text Symbol: 108 = No SAP customers (general) found by function module &1
Text Symbol: 106 = No ED ship-to parties (general) defined
Text Symbol: 104 = ED Ship-to parties (General) not maintained as SAP customers (KNA1)
Text Symbol: 090 = Report threshold '&1' is invalid
Text Symbol: 023 = Total Terminations.......:
Text Symbol: 022 = Total Success Messages...:
Text Symbol: 021 = Total Info Messages......:
Text Symbol: 020 = Total Warnings...........:
Text Symbol: 010 = Ship-To Party:
Text Symbol: 009 = Total Error Messages.....:
Text Symbol: 006 = Type Error Text SH ExD CoCd TWarehouse.....
Text Symbol: 004 = Function module '&1' could not be executed without errors
Text Symbol: 001 = Consistency Check Ship-to Parties (Customers)
Text Symbol: 171 = 'Special Partner Type' ED Sh-to-Py (general) does not match SAP customer
Text Symbol: 172 = Export customer' ED Sh.-to-Pty (general) not identical to SAP customer
Text Symbol: 173 = 'Country ID' ED Sh.-to-Pty (general) not identical to SAP customer
Text Symbol: 174 = SAP customer without external tax warehouse in ED Sh.-to-Pty (general)
Text Symbol: 206 = No ED ship-to-parties (EU spec.) defined
Text Symbol: 276 = 'Country ID'ED Sh.-to-Pty (EU spec.) not identical to SAP Customer
Text Symbol: 275 = 'Outside EU Tax Territory' ED Sh-t-P(EU spec.) not ident. to SAPCustomer
Text Symbol: 270 = SAP Customer without corresponding ED ship-to-party data (EU specific)
Text Symbol: 252 = SAP customer with ED (EU spec.): Contradictory attribute assignment
Text Symbol: 250 = SAP customer with ED (EU spec.): No attributes maintained
Text Symbol: 234 = ED Master record Sh.-to-Pty (EU spec.): Country &1 does not belong to EU





Text Symbol: 232 = ED Ship-to-parties (EU spec.): Contradictory attribute assignment
Text Symbol: 230 = ED Ship-to-parties (EU spec.): No attributes maintained
Text Symbol: 212 = Check Basic ED settings: Is FuMod 'Ship-to-Party (EU spec.)' missing?
Text Symbol: 208 = No SAP customers (EU spec.) found by function module &1


INCLUDES used within this REPORT /BEV2/EDBWEMPFPR

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

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_REA_EDSHIPTO CALL FUNCTION '/BEV2/ED_REA_EDSHIPTO' * EXPORTING * I_EDSLAGER = * I_BUKRS = * I_WEMPF = * I_EDART = * I_BUDAT = * IMPORTING * E_EDWEMPF = TABLES t_edwempf = t_edwempf EXCEPTIONS not_found = 1 parameter_e_edwempf_invalid = 2 OTHERS = 3.

/BEV2/ED_REA_EDSHIPTO_EU CALL FUNCTION '/BEV2/ED_REA_EDSHIPTO_EU' * EXPORTING * I_EDSLAGER = * I_BUKRS = * I_WEMPF = * I_EDART = * I_BUDAT = * IMPORTING * E_EDWEMPF = TABLES t_edwempf_eu = t_edwempf_eu EXCEPTIONS not_found = 1 missing_parameter = 2 OTHERS = 3.

/BEV2/ED_REA_SINGLE_LAND CALL FUNCTION '/BEV2/ED_REA_SINGLE_LAND' EXPORTING * I_TABNAM = T005 i_land1 = lv_euland TABLES i_t005 = st_t005 EXCEPTIONS not_found = 1 OTHERS = 2.

/BEV2/ED_REA_MELDESCHWELLEN CALL FUNCTION '/BEV2/ED_REA_MELDESCHWELLEN' EXPORTING i_yhschwell = meldes TABLES o_yh998 = t_yh998 EXCEPTIONS not_found = 1 OTHERS = 2.

/BEV2/ED_DEFAULT_VBART * CALL FUNCTION '/BEV2/ED_DEFAULT_VBART' * IMPORTING * o_yhvbart = s_vbs-low ** tables ** T_YHVBART = * EXCEPTIONS * notfound = 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_STEUERLAGER CALL FUNCTION '/BEV2/ED_REA_STEUERLAGER' * exporting * I_TABNAM = /BEV2/ED903 * I_DATAB = * I_DATBI = TABLES * I_YH903 = i_yh902 = t_yh902 " Output aus Fuba i_select_yhvbart = s_vbs " Input in Fuba * i_select_yhslager = s_slager EXCEPTIONS not_found = 1 OTHERS = 2.

/BEV2/ED_REA_GRUNDEINSTELLUNG CALL FUNCTION '/BEV2/ED_REA_GRUNDEINSTELLUNG' IMPORTING o_yh921 = gs_yh921 EXCEPTIONS notfound = 0 OTHERS = 0.

/BEV2/ED_CHK_AUTH_ALV_LAYOUT CALL FUNCTION '/BEV2/ED_CHK_AUTH_ALV_LAYOUT' EXPORTING i_program = lv_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 = lv_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/EDBWEMPFPR_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_wempf 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/EDBWEMPFPR or its description.