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

/BEV2/EDABWF04 SAP ABAP INCLUDE - documentation and ABAP source code







/BEV2/EDABWF04 is a standard ABAP INCLUDE 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/EDABWF04 into the relevant SAP transactions such as SE38 or SE80


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


INCLUDES used within this REPORT /BEV2/EDABWF04

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:

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = def_variant i_save = 'A' * it_default_fieldcat = IMPORTING e_exit = variant_exit es_variant = def_variant EXCEPTIONS not_found = 2.

/BEV2/ED_CHK_AUTH_ALV_LAYOUT CALL FUNCTION '/BEV2/ED_CHK_AUTH_ALV_LAYOUT' EXPORTING i_program = repid i_user = sy-uname CHANGING c_save = lv_save.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = lv_save CHANGING cs_variant = is_variant EXCEPTIONS * wrong_input = 1 * not_found = 2 * program_error = 3 * OTHERS = 4.

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 = lv_exit_TOP * 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_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = lv_save is_variant = is_variant it_events = lt_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 = EXCEPTIONS program_error = 1 OTHERS = 2 .

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

/BEV2/EDHP_GEN_SLITEMLINE CALL FUNCTION '/BEV2/EDHP_GEN_SLITEMLINE' EXPORTING gen_if_needed = 'X' activate = 'X' EXCEPTIONS * gen_error = 1 * OTHERS = 2.

/BEV2/EDHP_GET_SLITEMLINE_NAME CALL FUNCTION '/BEV2/EDHP_GET_SLITEMLINE_NAME' IMPORTING * NAME_TEMPLATE = name_itemline = gv_linetype_sl .

/BEV2/ED_REA_ADD_SLITEM_INFO CALL FUNCTION '/BEV2/ED_REA_ADD_SLITEM_INFO' * EXPORTING * SPRAS = SY-LANGU TABLES t_ed937k = gt_ed937k * T_ED937KT = t_ed937b = gt_ed937b * T_ED937BT = EXCEPTIONS * NOTFOUND = OTHERS = 0 .

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = repid * I_INTERNAL_TABNAME = i_structure_name = gv_linetype_sl * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = i_bypassing_buffer = 'X' * I_BUFFER_ACTIVE = CHANGING ct_fieldcat = fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3 .

/BEV2/ED_EDDOC_SHOW CALL FUNCTION '/BEV2/ED_EDDOC_SHOW' EXPORTING i_yhvbart = l_wa-yhvbart i_mjahr = l_wa-mjahr i_mblnr = l_wa-mblnr i_zeile = l_wa-zeile i_yhposnr = l_wa-yhposnr EXCEPTIONS * notfound = 1 * not_unique = 2 OTHERS = 0.

/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_nodialog 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_SINGLE_PARTNERTYP CALL FUNCTION '/BEV2/ED_REA_SINGLE_PARTNERTYP' EXPORTING i_edpartner = p_edpartner CHANGING c_ed960t = s_wa EXCEPTIONS partnertyp_unknown = 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/EDABWF04 or its description.