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

MM06EFFT SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

WY_LFA1_SINGLE_READ CALL FUNCTION 'WY_LFA1_SINGLE_READ' EXPORTING pi_lifnr = l_lifnr IMPORTING po_lfa1 = l_rec_lfa1 EXCEPTIONS OTHERS = 1.

FTRADE_HEADER_DATA_MNT_TS_PBO CALL FUNCTION 'FTRADE_HEADER_DATA_MNT_TS_PBO' EXPORTING i_ftrade_number = ekko-exnum i_home_country = l_lands i_partner_country = l_land1 i_partner_name = l_name1 i_partner_number = l_lifnr i_exporter_number = l_lifnr i_exporter_plant = l_reswk i_ft_basis = '1BE' i_transaction_type = aktyp i_function_code = sy-ucomm i_function_code_default = space.

FTRADE_HEADER_DATA_MNT_TS_PAI CALL FUNCTION 'FTRADE_HEADER_DATA_MNT_TS_PAI' EXPORTING i_ftrade_number = ekko-exnum i_function_code = sy-ucomm IMPORTING e_ftrade_data_complete = l_ftrade_data_complete e_ftrade_number_new = ekko-exnum e_dataloss = l_dataloss e_function_code = sy-ucomm.

FTRADE_ITEM_DATA_MNT_TS_PBO CALL FUNCTION 'FTRADE_ITEM_DATA_MNT_TS_PBO' EXPORTING i_material_text = l_ekpo-txz01 i_ftrade_number = ekko-exnum i_ftrade_number_line_item = l_expos i_home_country = l_lands i_material_number = l_ekpo-matnr i_manufacturer_number = l_ekpo-mfrnr i_ft_basis = '1BE' i_transaction_type = aktyp i_function_code = sy-ucomm i_function_code_default = space.

FTRADE_ITEM_DATA_MNT_TS_PAI CALL FUNCTION 'FTRADE_ITEM_DATA_MNT_TS_PAI' EXPORTING i_ftrade_number = ekko-exnum i_ftrade_number_line_item = l_expos i_function_code = sy-ucomm IMPORTING e_ftrade_data_complete = l_ftrade_data_complete e_ftrade_number_new = ekko-exnum e_dataloss = l_dataloss e_function_code = sy-ucomm.

EXPIMP_ITEM_DATA_MAINTAIN CALL FUNCTION 'EXPIMP_ITEM_DATA_MAINTAIN' EXPORTING arktx = ekpo-txz01 exnum = ekko-exnum expos = h-expos hland = t001w-land1 matnr = ekpo-matnr trtyp = delpos i_mfrnr = ekpo-mfrnr i_ft_basis = '1BE' EXCEPTIONS no_export_data = 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 MM06EFFT or its description.