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

/BEV2/EDMSEPF1 SAP ABAP Report - Maintenance report Rejected material documents







/BEV2/EDMSEPF1 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/EDMSEPF1 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/EDRD - Maintain Rejected Documents


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


Text pool values


Rejected Material Documents
Selection Text: S_VBSART = D .
Selection Text: S_SLAGER = D .
Selection Text: S_MATNR = D .
Selection Text: S_ERROR = D .
Selection Text: S_BUDAT = D .
Selection Text: P_VARI = D .
Selection Text: P_MEDIA = D .
Selection Text: P_NOLV = ALV Grid Display
Title: Maintenance report Rejected material documents
Text Symbol: TP3 = Page:
Text Symbol: TP1 = frm: &1 /
Text Symbol: T18 = Text
Text Symbol: T17 = Rejected Material Docs
Text Symbol: T16 = Date
Text Symbol: T15 = Qty
Text Symbol: T14 = Div.
Text Symbol: T13 = SL.Grp
Text Symbol: T12 = Material
Text Symbol: T11 = Material Doc.
Text Symbol: T10 = Reas.
Text Symbol: T03 = Page:
Text Symbol: T02 = Rejected Material Docs
Text Symbol: T01 = TaxWarehouse:
Text Symbol: S02 = Output Control
Text Symbol: S01 = Doc. delimitation
Text Symbol: MKT = Material description
Text Symbol: I01 = Deleted documents will be excluded
Text Symbol: G11 = Rejected Excise Duties Documents
Text Symbol: F06 = Delete adjustment docs.
Text Symbol: F05 = Confirm deletion
Text Symbol: F04 = Really delete doc.(s)?
Text Symbol: F03 = Create adjustment?
Text Symbol: F02 = No docs. available in selection
Text Symbol: F01 = Create adjustment doc.
Text Symbol: E02 = No ED document generated...


INCLUDES used within this REPORT /BEV2/EDMSEPF1

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/EDHP_PREPARE_REP_SUBST CALL FUNCTION '/BEV2/EDHP_PREPARE_REP_SUBST' EXPORTING i_vbsart_p = s_vbsart * I_SLAGER_P = IMPORTING e_vbsart = gv_subst_vbsart e_slager = gv_subst_slager TABLES * i_vbsart_s = s_vbsart i_slager_s = s_slager EXCEPTIONS OTHERS = 0.

/BEV2/ED_EDDOC_SHOW CALL FUNCTION '/BEV2/ED_EDDOC_SHOW' EXPORTING i_yhvbart = xyhmse-yhvbart i_mjahr = xyhmse-mjahr i_mblnr = xyhmse-mblnr i_zeile = xyhmse-zeile i_yhposnr = xyhmse-yhposnr EXCEPTIONS OTHERS = 0.

/BEV2/ED_EDDOC_SHOW CALL FUNCTION '/BEV2/ED_EDDOC_SHOW' EXPORTING i_yhvbart = xyhmse-yhvbart i_mjahr = xyhmse-mjahr i_mblnr = xyhmse-mblnr i_zeile = xyhmse-zeile i_yhposnr = xyhmse-yhposnr EXCEPTIONS OTHERS = 0.

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

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = '/BEV2/EDMSEPF1' 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' EXPORTING i_yhvbart = s_vbsart * DISPLAY = ' ' IMPORTING e_yhslager = s_slager-low EXCEPTIONS OTHERS = 0.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = '/BEV2/EDMSEPF1' 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' EXPORTING i_yhvbart = s_vbsart * DISPLAY = ' ' IMPORTING e_yhslager = s_slager-high EXCEPTIONS OTHERS = 0.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = repid * i_internal_tabname = 'XLV_TAB' i_structure_name = '/BEV2/ED_PF1_S' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = CHANGING ct_fieldcat = fieldcat EXCEPTIONS OTHERS = 0.

/BEV2/ED_CHK_AUTH_ALV_LAYOUT CALL FUNCTION '/BEV2/ED_CHK_AUTH_ALV_LAYOUT' EXPORTING i_program = is_variant-report i_user = is_variant-username CHANGING c_save = lv_save EXCEPTIONS OTHERS = 0.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = lv_save CHANGING cs_variant = is_variant EXCEPTIONS OTHERS = 0.

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 = 'LV_EXIT_SET_PF_STATUS' i_callback_user_command = 'LV_EXIT_USER_COMMAND' * I_CALLBACK_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_END_OF_LIST = ' ' * I_STRUCTURE_NAME = * I_BACKGROUND_ID = ' ' * I_GRID_TITLE = * I_GRID_SETTINGS = is_layout = lv_layout it_fieldcat = fieldcat * IT_EXCLUDING = it_special_groups = it_special_groups it_sort = lv_sort * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = lv_save is_variant = is_variant it_events = lv_events "n_1604332 * 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_ADD_FIELDCAT = * IT_HYPERLINK = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = xlv_tab EXCEPTIONS OTHERS = 0 .

/BEV2/ED_CHK_AUTH_REPS CALL FUNCTION '/BEV2/ED_CHK_AUTH_REPS' EXPORTING * I_PROGRAM = i_tcode = '/BEV2/EDT2' i_action = '02' " Zurücksetzen EXCEPTIONS access_denied = 1 tcode_not_assigned = 2 missing_parameter = 3 OTHERS = 4.

/BEV2/ED_CHK_AUTH_REPS CALL FUNCTION '/BEV2/ED_CHK_AUTH_REPS' EXPORTING * I_PROGRAM = i_tcode = '/BEV2/EDT3' i_action = '02' " Zurücksetzen EXCEPTIONS access_denied = 1 tcode_not_assigned = 2 missing_parameter = 3 OTHERS = 4.

/BEV2/ED_CHK_AUTH_REPS CALL FUNCTION '/BEV2/ED_CHK_AUTH_REPS' EXPORTING * I_PROGRAM = i_tcode = '/BEV2/EDDS' i_action = '02' " Ändern für Belegeslektion EXCEPTIONS OTHERS = 0.

/BEV2/EDHP_VAR_IN_TEXTZEILE CALL FUNCTION '/BEV2/EDHP_VAR_IN_TEXTZEILE' EXPORTING var1 = lv_var_dat CHANGING textzeile = lv_text EXCEPTIONS OTHERS = 0.

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



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