SAP Reports / Programs

/BEV2/EDPABMBR SAP ABAP Report - Reset period closing







/BEV2/EDPABMBR 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/EDPABMBR 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/EDT4 - Reset Period


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/EDPABMBR. "Basic submit
SUBMIT /BEV2/EDPABMBR AND RETURN. "Return to original report after report execution complete
SUBMIT /BEV2/EDPABMBR 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_SLAGER = D Tax Warehouse Number
Selection Text: S_STPER = D Tax Period
Selection Text: S_VBSART = D Excise Duty Type
Title: Reset period closing
Text Symbol: P01 = Period &1 for tax warehouse &2/&3 reset


INCLUDES used within this REPORT /BEV2/EDPABMBR

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_CHK_AUTH_REPS CALL FUNCTION '/BEV2/ED_CHK_AUTH_REPS' EXPORTING * I_PROGRAM = i_tcode = '/BEV2/EDT4' i_action = '02' " Ändern Peri.abschluß zurücksetzen

/BEV2/EDHP_PREPARE_REP_SUBST CALL FUNCTION '/BEV2/EDHP_PREPARE_REP_SUBST' EXPORTING i_vbsart_p = s_vbsart * i_slager_p = p_stlag IMPORTING e_vbsart = gv_subst_vbsart e_slager = gv_subst_slager TABLES * I_VBSART_S = S_VBS i_slager_s = s_slager EXCEPTIONS OTHERS = 1.

/BEV2/ED_GET_LAST_ED_PERIODE CALL FUNCTION '/BEV2/ED_GET_LAST_ED_PERIODE' EXPORTING i_yhvbart = lv_vbsart i_yhslager = xyh902-yhslager IMPORTING o_yh909 = o_yh909 EXCEPTIONS notfound = 1 OTHERS = 2.

/BEV2/ED_REA_STEUERLAGER CALL FUNCTION '/BEV2/ED_REA_STEUERLAGER' * exporting * I_TABNAM = /BEV2/ED903 * I_DATAB = * I_DATBI = TABLES i_yh903 = xyh903 i_yh902 = xyh902 i_select_yhvbart = lv_yhvbart i_select_yhslager = lv_slager EXCEPTIONS not_found = 1 OTHERS = 2.

/BEV2/ED_EDDOC_DEL_PERI CALL FUNCTION '/BEV2/ED_EDDOC_DEL_PERI' EXPORTING i_yhvbart = s_vbsart i_yhslager = xyh902-yhslager i_yhstper = s_stper EXCEPTIONS not_found = 1 OTHERS = 2.

/BEV2/ED_DEL_PERI CALL FUNCTION '/BEV2/ED_DEL_PERI' EXPORTING i_yhvbart = s_vbsart i_yhslager = xyh902-yhslager i_yhstper = s_stper EXCEPTIONS not_found = 1 OTHERS = 2.

/BEV2/EDHP_VAR_IN_TEXTZEILE CALL FUNCTION '/BEV2/EDHP_VAR_IN_TEXTZEILE' EXPORTING var1 = s_stper var2 = xyh902-yhvbart var3 = xyh902-yhslager CHANGING textzeile = lv_text EXCEPTIONS OTHERS = 1.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = '/BEV2/EDPABMBR' 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 noselect = 1 OTHERS = 2.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = '/BEV2/EDPABMBR' 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 noselect = 1 OTHERS = 2.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = '/BEV2/EDPABMBR' 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_STPER CALL FUNCTION '/BEV2/ED_F4_STPER' EXPORTING i_vbsart = s_vbsart * i_stlager = * display = IMPORTING e_stper = s_stper TABLES * T_VBSART = t_stlager = s_slager EXCEPTIONS noselect = 1 OTHERS = 2.

SXC_EXIT_CHECK_ACTIVE CALL FUNCTION 'SXC_EXIT_CHECK_ACTIVE' EXPORTING exit_name = con_badi_percls EXCEPTIONS not_active = 1 OTHERS = 2.

/BEV2/ED_GET_FIXSTOCK_PARAMS CALL FUNCTION '/BEV2/ED_GET_FIXSTOCK_PARAMS' EXPORTING i_edart = s_vbsart i_edslager = xyh902-yhslager IMPORTING e_stock_params = st_stock_params exceptions notfound = 1 others = 2.

/BEV2/ED_REA_ED_PERIODE CALL FUNCTION '/BEV2/ED_REA_ED_PERIODE' EXPORTING i_yhvbart = s_vbsart i_yhslager = xyh902-yhslager i_yhstper = s_stper IMPORTING e_yh909 = st_909 EXCEPTIONS OTHERS = 1.



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