MM06EFTO 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 MM06EFTO into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING name = l_dtelname state = 'A' langu = sy-langu IMPORTING dd04v_wa = l_dd04v EXCEPTIONS OTHERS = 1.
WY_LFA1_SINGLE_READ CALL FUNCTION 'WY_LFA1_SINGLE_READ' EXPORTING pi_lifnr = ekko-lifnr IMPORTING po_lfa1 = l_lfa1 EXCEPTIONS OTHERS = 0.
HELP_VALUES_GET_WITH_MACO CALL FUNCTION 'HELP_VALUES_GET_WITH_MACO' "#EC * EXPORTING mc_object = 'KRED' selstr = im_topline_new-superfield IMPORTING selectvalue = im_topline_new-superfield EXCEPTIONS no_selection = 1 no_values = 2 no_values_selected = 3 OTHERS = 4.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = im_topline_new-lifnr IMPORTING output = im_topline_new-lifnr.
MM_VENDOR_SEARCH CALL FUNCTION 'MM_VENDOR_SEARCH' EXPORTING i_string = im_topline_new-superfield IMPORTING e_vendors_found = l_vendors_found TABLES t_vendor_found = lt_vendors.
MM_VENDOR_SHOW_HITS CALL FUNCTION 'MM_VENDOR_SHOW_HITS' IMPORTING e_vendor_return = l_vendor TABLES t_vendor_value = lt_vendors.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = h_upper IMPORTING output = l_lifnr.
MM_PLANT_CONVERT_INPUT CALL FUNCTION 'MM_PLANT_CONVERT_INPUT' EXPORTING im_string = im_topline_new-superfield IMPORTING ex_no_of_hits = l_no_of_hits TABLES t_mt001w = lt_mt001w.
AIP01_PLANT_DETERMINE CALL FUNCTION 'AIP01_PLANT_DETERMINE' EXPORTING i_werks = l_werks_ext IMPORTING es_t001w_ext = l_t001w_ext EXCEPTIONS OTHERS = 0.
MM_PLANT_SHOW_HITS CALL FUNCTION 'MM_PLANT_SHOW_HITS' IMPORTING ex_mt001w = l_mt001w TABLES pt_mt001w = lt_mt001w.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MM06EFTO - documentation and ABAP source code MM06EFTE_UNFIXIERTE_TEXTE_LOES - MM06EFTEUNFIXIERTETEXTELOES MM06EFTE_TXIT_LESEN - MM06EFTETXITLESEN MM06EFTE_TXID_LESEN_POSITION - MM06EFTETXIDLESENPOSITION MM06EFTE_TXID_LESEN_KOPF - MM06EFTETXIDLESENKOPF MM06EFTE_TINLINETAB_LESEN - MM06EFTETINLINETABLESEN