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

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







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

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_SUBSTITUTE_REPORT CALL FUNCTION '/BEV2/ED_CHK_SUBSTITUTE_REPORT' EXPORTING i_repid = lv_repid IMPORTING o_repid = lv_repid_kd EXCEPTIONS notfound = 1 OTHERS = 2.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = lv_repid TABLES selection_table = lv_seltab EXCEPTIONS not_found = 0 no_report = 0 OTHERS = 0.

RS_VARIANT_EXISTS CALL FUNCTION 'RS_VARIANT_EXISTS' EXPORTING report = lv_repid_kd variant = con_standardvar IMPORTING r_c = lv_var_exists EXCEPTIONS * not_authorized = 1 * no_report = 2 * report_not_existent = 3 * report_not_supplied = 4 OTHERS = 0.

/BEV2/ED_CHK_SUBSTITUTE_REPORT CALL FUNCTION '/BEV2/ED_CHK_SUBSTITUTE_REPORT' EXPORTING i_repid = lv_repid i_yhvbart = p_vbsart i_yhslager = p_yhslager IMPORTING o_repid = lv_repid_kd EXCEPTIONS notfound = 1 OTHERS = 2.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = lv_repid TABLES selection_table = lv_seltab EXCEPTIONS * not_found = 1 * no_report = 2 OTHERS = 0.

RS_VARIANT_EXISTS CALL FUNCTION 'RS_VARIANT_EXISTS' EXPORTING report = lv_repid_kd variant = con_standardvar IMPORTING r_c = lv_var_exists EXCEPTIONS * not_authorized = 1 * no_report = 2 * report_not_existent = 3 * report_not_supplied = 4 OTHERS = 0.

RS_SUPPORT_SELECTIONS CALL FUNCTION 'RS_SUPPORT_SELECTIONS' EXPORTING report = lv_repid variant = con_standardvar EXCEPTIONS * variant_not_existent = 1 * variant_obsolete = 2 OTHERS = 0.

/BEV2/ED_F4_FESTWERTE CALL FUNCTION '/BEV2/ED_F4_FESTWERTE' EXPORTING i_domname = lp_domaene IMPORTING e_value = lv_wert e_text = lv_text EXCEPTIONS domain_not_found = 1 noselect = 2 OTHERS = 3.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = lv_repid dynumb = lv_dynnr TABLES dynpfields = lt_dynpfields EXCEPTIONS * invalid_abapworkarea = 1 * invalid_dynprofield = 2 * invalid_dynproname = 3 * invalid_dynpronummer = 4 * invalid_request = 5 * no_fielddescription = 6 * undefind_error = 7 OTHERS = 0.

/BEV2/ED_CHK_AUTH_REPS CALL FUNCTION '/BEV2/ED_CHK_AUTH_REPS' EXPORTING * I_PROGRAM = i_tcode = lp_tcode i_action = '03' " ich darf anzeigen ...

/BEV2/ED_CHK_AUTH_REPS CALL FUNCTION '/BEV2/ED_CHK_AUTH_REPS' EXPORTING * I_PROGRAM = i_tcode = lp_tcode i_action = '02' " ... und sogar ändern

/BEV2/ED_REA_SINGLE_SAP_WERK call function '/BEV2/ED_REA_SINGLE_SAP_WERK' exporting i_werks = p_werks importing o_t001w = wa_t001w exceptions not_exists = 1 others = 2.

/BEV2/ED_REA_SINGLE_SAP_LGORT call function '/BEV2/ED_REA_SINGLE_SAP_LGORT' exporting i_werks = p_werks i_lgort = p_lgort importing * i_lgobe = e_t001l = wa_t001l exceptions t001l_not_found = 1 others = 2.

/BEV2/ED_REA_SINGLE_MAT_TXT call function '/BEV2/ED_REA_SINGLE_MAT_TXT' exporting i_matnr = p_matnr i_spras = sy-langu importing o_makt = wa_makt exceptions makt_not_found = 1 others = 2.

/BEV2/ED_REA_ED_MATGRP call function '/BEV2/ED_REA_ED_MATGRP' exporting i_yhmatgrp = p_matgrp importing * O_YH955 = o_yh955t = wa_955t * TABLES * T_YH955 = * t_yh955t = st_955t exceptions not_found = 1 others = 2.

/BEV2/ED_REA_ED_MATGRP_S call function '/BEV2/ED_REA_ED_MATGRP_S' exporting i_yhvbart = p_vbart i_yhmatgrp_s = p_matgrp_s importing * O_YH956 = o_yh956t = wa_956t * TABLES * T_YH956 = * t_yh956t = st_956t exceptions not_found = 1 others = 2.

/BEV2/ED_REA_SINGLE_KUNDE call function '/BEV2/ED_REA_SINGLE_KUNDE' exporting i_tabnam = 'KNA1' i_kunnr = p_kunnr tables i_kna1 = st_kna1 exceptions not_found = 1 others = 2.

/BEV2/ED_REA_SINGLE_LIEFERANT call function '/BEV2/ED_REA_SINGLE_LIEFERANT' exporting i_tabnam = 'LFA1' i_lifnr = p_lifnr tables i_lfa1 = st_lfa1 exceptions not_found = 1 others = 2.

/BEV2/ED_REA_LB_GRUPPEN_TEX





call function '/BEV2/ED_REA_LB_GRUPPEN_TEX' exporting i_tabnam = '/BEV2/ED907KT' tables i_yh907kt = st_907kt exceptions not_found = 1 others = 2.

/BEV2/ED_REA_SINGLE_SLAGER CALL FUNCTION '/BEV2/ED_REA_SINGLE_SLAGER' EXPORTING i_yhvbart = p_edart i_yhslager = p_edslager IMPORTING o_yh902t = wa_902t EXCEPTIONS notfound = 1 OTHERS = 2.

DD_DD07V_GET CALL FUNCTION 'DD_DD07V_GET' EXPORTING domain_name = p_domname langu = sy-langu withtext = 'X' TABLES dd07v_tab = it_dd07v EXCEPTIONS * access_failure = 1 OTHERS = 0.

/BEV2/EDHP_VAR_IN_TEXTZEILE CALL FUNCTION '/BEV2/EDHP_VAR_IN_TEXTZEILE' EXPORTING halter1 = '&1' var1 = p_var1 halter2 = '&2' var2 = p_var2 halter3 = '&3' var3 = p_var3 halter4 = '&4' var4 = p_var4 CHANGING textzeile = p_text.



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