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

/BEV2/ED_CHGLOG_MAT SAP ABAP Report - Excise Duty: Material Master Change History







/BEV2/ED_CHGLOG_MAT 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_CHGLOG_MAT 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/ED_CHGLOG_MAT - Material Master Change History


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_CHGLOG_MAT. "Basic submit
SUBMIT /BEV2/ED_CHGLOG_MAT AND RETURN. "Return to original report after report execution complete
SUBMIT /BEV2/ED_CHGLOG_MAT 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_VBART = D Excise Duty Type
Selection Text: S_MATNR = D Material
Title: Excise Duty: Material Master Change History
Text Symbol: 012 = Table Name: &1
Text Symbol: 011 = Excise Duty Material Master
Text Symbol: 010 = also evaluate
Text Symbol: 009 = Archived Logs
Text Symbol: 008 = to (date/time)
Text Symbol: 007 = From (Date/Time)
Text Symbol: 006 = Units of Meas.
Text Symbol: 005 = Excise Duty - Plant
Text Symbol: 004 = Excise Duty - Company Code
Text Symbol: 003 = Excise Duty - Client
Text Symbol: 002 = Evaluation of Tables:
Text Symbol: 001 = Restrictions
Text Symbol: 013 = Transaction: &1
Text Symbol: 014 = Program: &1
Text Symbol: 021 = Deleted
Text Symbol: 020 = Changed:
Text Symbol: 019 = Recreated
Text Symbol: 018 = Recreated Record on &1 at &2
Text Symbol: 017 = Chgd Rec. on&1 at &2
Text Symbol: 016 = Deleted Data Record on &1 at &2
Text Symbol: 015 = User &1


INCLUDES used within this REPORT /BEV2/ED_CHGLOG_MAT

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_READ_DBLOG CALL FUNCTION '/BEV2/ED_READ_DBLOG' EXPORTING from_day = data_beg from_time = time_beg to_day = data_end to_time = time_end access_archives = p_archiv TABLES t_dblog = it_dblog t_tables = it_tables EXCEPTIONS data_not_found = 0 tab_not_found = 0 OTHERS = 0.

/BEV2/ED_REA_STEUERLAGER CALL FUNCTION '/BEV2/ED_REA_STEUERLAGER' TABLES i_yh902 = xyh902 i_select_yhvbart = s_vbart * i_select_yhslager = EXCEPTIONS not_found = 1 OTHERS = 2.

/BEV2/ED_DEFAULT_VBART * CALL FUNCTION '/BEV2/ED_DEFAULT_VBART' * IMPORTING * o_yhvbart = p_vbs * tables * T_YHVBART = * EXCEPTIONS * notfound = 1 * OTHERS = 2.

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

/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 = alv_save.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = ' ' * I_BUFFER_ACTIVE = ' ' i_callback_program = '/BEV2/ED_CHGLOG_MAT' i_callback_pf_status_set = 'PF_STATUS_SET' i_callback_user_command = '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 = is_layout it_fieldcat = it_field * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = alv_save is_variant = is_var_alv * IT_EVENTS = it_event_exit = it_event_exit * 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 = it_chglog_mat EXCEPTIONS program_error = 0 OTHERS = 0.

/BEV2/ED_READ_CHANGE_DOCUMENTS CALL FUNCTION '/BEV2/ED_READ_CHANGE_DOCUMENTS' EXPORTING objectclas = 'MATERIAL' from_day = data_beg from_time = time_beg to_day = data_end to_time = time_end arch_object = arch_object e_komp = 'X' TABLES t_chg_doc = it_chg_doc t_tabname = it_tab_me t_objectid = r_objectid EXCEPTIONS data_not_found = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * I_PROGRAM_NAME = * I_INTERNAL_TABNAME = i_structure_name = '/BEV2/ED_CHGLOG_MAT_ALV' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = CHANGING ct_fieldcat = it_field EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = ' ' * I_BUFFER_ACTIVE = ' ' i_callback_program = '/BEV2/ED_CHGLOG_MAT' * 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 = * I_BACKGROUND_ID = ' ' * I_GRID_TITLE = * I_GRID_SETTINGS = is_layout = is_layout_det it_fieldcat = it_field_det * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * I_SAVE = ' ' * IS_VARIANT = it_events = it_events * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = i_screen_start_column = 1 i_screen_start_line = 1 i_screen_end_column = lv_column i_screen_end_line = lv_line * 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 = it_fields_alv EXCEPTIONS program_error = 0 OTHERS = 0.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * I_PROGRAM_NAME = * I_INTERNAL_TABNAME = i_structure_name = '/BEV2/ED_DETAILS_MATBEL_ALV' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = CHANGING ct_fieldcat = it_field_det EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = it_comment * I_LOGO = * I_END_OF_LIST_GRID = .

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'MARM' langu = sy-langu TABLES dfies_tab = it_marm_struc EXCEPTIONS * not_found = 1 * internal_error = 2 OTHERS = 0.



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