SAP Reports / Programs | Materials Management | Purchasing(MM-PUR) SAP MM

MM06EFTO SAP ABAP INCLUDE - documentation and ABAP source code







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


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

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:

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.



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