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

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







/BEV2/EDABWF03 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/EDABWF03 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/EDABWF03. "Basic submit
SUBMIT /BEV2/EDABWF03 AND RETURN. "Return to original report after report execution complete
SUBMIT /BEV2/EDABWF03 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/EDABWF03

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:

DATE_GET_WEEK call function 'DATE_GET_WEEK' exporting date = datum importing week = kw_mm_jjjj-kwl "Kalenderwoche lang 199601 exceptions date_invalid = 1 others = 2.

/BEV2/ED_REA_SINGLE_ED_FUNC call function '/BEV2/ED_REA_SINGLE_ED_FUNC' exporting i_yhvbart = yhvbart importing e_yh901 = lv_yh901 exceptions * yhvbart_not_found = 1 others = 0.

/BEV2/ED_REA_SCHEMA_BESKZ call function '/BEV2/ED_REA_SCHEMA_BESKZ' exporting i_schema_beskz = lv_yh901-yh_schema_beskz tables * T_YH951 = * T_YH951T = * T_YH952 = t_yh952t = lt_yh952t exceptions * not_found = 1 others = 0.

/BEV2/ED_REA_SINGLE_LB_GRP call function '/BEV2/ED_REA_SINGLE_LB_GRP' exporting i_lbgrp = lbgrp i_vbsart = vbart i_yhslager = slager importing o_yh907 = lv_yh907 exceptions not_found = 1 others = 2.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = tabname * FIELDNAME = ' ' * LANGU = SY-LANGU * LFIELDNAME = ' ' * ALL_TYPES = ' ' * GROUP_NAMES = ' ' * UCLEN = * IMPORTING * X030L_WA = * DDOBJTYPE = * DFIES_WA = * LINES_DESCR = TABLES DFIES_TAB = tfieldtab * FIXED_VALUES = EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3 .

GET_FIELDTAB * call function 'GET_FIELDTAB' * exporting * langu = sy-langu * only = ' ' * tabname = tabname * withtext = 'X' * importing * header = header * rc = rc * tables * fieldtab = tfieldtab * exceptions * internal_error = 1 * no_texts_found = 2 * table_has_no_fields = 3 * table_not_activ = 4 * others = 5.

DD_DD07V_GET call function 'DD_DD07V_GET' exporting domain_name = domname langu = sy-langu withtext = 'X' tables dd07v_tab = tdd07v exceptions access_failure = 1 others = 2.

DDIF_NAMETAB_GET call function 'DDIF_NAMETAB_GET' exporting tabname = con_tab_summen_exit * IMPORTING * X030L_WA = tables x031l_tab = lts_nametab exceptions not_found = 1 others = 2.

DDIF_NAMETAB_GET call function 'DDIF_NAMETAB_GET' exporting tabname = con_tab_summen_exit * IMPORTING * X030L_WA = tables x031l_tab = lts_nametab exceptions 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/EDABWF03 or its description.