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

/BEV2/ED_ARC_MD_RELOAD SAP ABAP Report - Excise Duties: Selection of Archive Files to Reload







/BEV2/ED_ARC_MD_RELOAD 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/ED_ARC_MD_RELOAD 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/EDARCMDRELOAD - Reload 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/ED_ARC_MD_RELOAD. "Basic submit
SUBMIT /BEV2/ED_ARC_MD_RELOAD AND RETURN. "Return to original report after report execution complete
SUBMIT /BEV2/ED_ARC_MD_RELOAD 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_VBSART = Tax Type
Selection Text: S_SLAGER = Tax Warehouse
Selection Text: S_BUDAT = Posting Date
Selection Text: P_TEST = Test Run
Selection Text: P_JOBNAM = Job Name
Selection Text: P_DRUCK = Online Print Parameters
Selection Text: P_BATCH = Schedule Job
Title: Excise Duties: Selection of Archive Files to Reload
Text Symbol: 010 = Created by Archiving from Archive Run:
Text Symbol: 007 = Process Options
Text Symbol: 006 = Selection of Archive Files to Reload
Text Symbol: 005 = Number of Rewritten Objects:
Text Symbol: 004 = Number of Data Records Reloaded:
Text Symbol: 003 = Number of Objects Read:
Text Symbol: 002 = Duplicate Keys have Occurred
Text Symbol: 001 = Selection Options for Choosing Archive Files


INCLUDES used within this REPORT /BEV2/ED_ARC_MD_RELOAD

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:

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = lv_jobname IMPORTING jobcount = lv_jobcount EXCEPTIONS OTHERS = 1.

/BEV2/ED_GET_PRINT_PARAMETERS CALL FUNCTION '/BEV2/ED_GET_PRINT_PARAMETERS' EXPORTING i_yhvbart = ' ' i_uname = sy-uname i_repid = lv_repid * I_YHSLAGER = i_dialog = p_druck IMPORTING o_pri_params = params * O_FEHLFLAG = EXCEPTIONS fix_params_not_found = 1 printer_not_found = 5 OTHERS = 2.

BP_START_DATE_EDITOR CALL FUNCTION 'BP_START_DATE_EDITOR' EXPORTING stdt_dialog = 'Y' stdt_input = st_job_start stdt_opcode = 14 IMPORTING stdt_output = st_job_start EXCEPTIONS OTHERS = 1.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING calendar_id = st_job_start-calendarid event_id = st_job_start-eventid event_param = st_job_start-eventparm event_periodic = st_job_start-periodic jobcount = lv_jobcount jobname = lv_jobname laststrtdt = st_job_start-laststrtdt laststrttm = st_job_start-laststrttm prddays = st_job_start-prddays prdhours = st_job_start-prdhours prdmins = st_job_start-prdmins prdmonths = st_job_start-prdmonths prdweeks = st_job_start-prdweeks predjob_checkstat = st_job_start-checkstat pred_jobcount = st_job_start-predjobcnt pred_jobname = st_job_start-predjob sdlstrtdt = st_job_start-sdlstrtdt sdlstrttm = st_job_start-sdlstrttm * STARTDATE_RESTRICTION = BTC_PROCESS_ALWAYS strtimmed = lv_startimmediate start_on_workday_not_before = st_job_start-notbefore start_on_workday_nr = st_job_start-wdayno workday_count_direction = st_job_start-wdaycdir IMPORTING job_was_released = lv_job_was_released EXCEPTIONS OTHERS = 1.

BP_JOB_DELETE CALL FUNCTION 'BP_JOB_DELETE' EXPORTING jobcount = lv_jobcount jobname = lv_jobname EXCEPTIONS OTHERS = 1.

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

/BEV2/ED_REA_STEUERLAGER CALL FUNCTION '/BEV2/ED_REA_STEUERLAGER' EXPORTING * I_TABNAM = '/BEV2/ED903' i_datab = s_budat-low i_datbi = s_budat-high TABLES * I_YH903 = i_yh902 = xyh902 * E_YH902T = i_select_yhvbart = s_vbsart i_select_yhslager = s_slager EXCEPTIONS not_found = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_structure_name = '/BEV2/EDARCMDNAM' is_layout = st_layout * IT_FIELDCAT = i_save = 'A' i_screen_start_column = '5' i_screen_start_line = '5' i_screen_end_column = '80' i_screen_end_line = '30' IMPORTING es_exit_caused_by_user = st_command TABLES t_outtab = itab_arc_name EXCEPTIONS program_error = 1 OTHERS = 2.

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING popup_title = sy-title text_object = '/BEV2/ED_DRUCKPARAMETER_JOB' EXCEPTIONS text_not_found = 1 OTHERS = 2.

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING popup_title = sy-title text_object = '/BEV2/ED_JOB_EINPLANEN' EXCEPTIONS text_not_found = 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/ED_ARC_MD_RELOAD or its description.