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

MM06EFMP SAP ABAP INCLUDE - Include MM06EFMP







MM06EFMP 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 MM06EFMP 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 MM06EFMP. "Basic submit
SUBMIT MM06EFMP AND RETURN. "Return to original report after report execution complete
SUBMIT MM06EFMP VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include MM06EFMP


INCLUDES used within this REPORT MM06EFMP

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:

MM_DOCUMENT_COND_TYPS_PREPARE CALL FUNCTION 'MM_DOCUMENT_COND_TYPS_PREPARE' EXPORTING i_komk = komk i_komp = komp TABLES tkomv = tkomv EXCEPTIONS internal_error = 1 no_document_index = 2 komv_fill_error = 3 calculation_typ_error = 4 OTHERS = 5.

MM_ARRANG_PREPARE_TKOMV_CHANGE CALL FUNCTION 'MM_ARRANG_PREPARE_TKOMV_CHANGE' EXPORTING i_komk = komk i_komp = komp IMPORTING e_komp = komp TABLES tkomv = tkomv EXCEPTIONS OTHERS = 1.

PRICING CALL FUNCTION 'PRICING' EXPORTING calculation_type = preis_art comm_head_i = komk comm_item_i = komp IMPORTING comm_head_e = komk comm_item_e = komp TABLES tkomv = tkomv.

MM_ARRANG_TKOMV_TRANSFER_PO CALL FUNCTION 'MM_ARRANG_TKOMV_TRANSFER_PO' EXPORTING i_komk = komk i_komp = komp IMPORTING e_komp = komp TABLES tkomv = tkomv EXCEPTIONS OTHERS = 1.

MM_ARRANG_TKOMV_TRANSFER CALL FUNCTION 'MM_ARRANG_TKOMV_TRANSFER' TABLES tkomv = tkomv EXCEPTIONS OTHERS = 1.

WWG2_READ_MG_FROM_RECLA_BUFFER CALL FUNCTION 'WWG2_READ_MG_FROM_RECLA_BUFFER' EXPORTING i_matnr = ekpo-matnr IMPORTING o_matkl = ekpo-matkl EXCEPTIONS no_input = 1 no_article = 2 OTHERS = 3.

PERIOD_AND_DATE_CONVERT_OUTPUT CALL FUNCTION 'PERIOD_AND_DATE_CONVERT_OUTPUT' EXPORTING internal_date = eket-eindt internal_period = read_lpein IMPORTING external_date = rm06e-eeind external_period = rm06e-lpein EXCEPTIONS OTHERS = 3.

ML_INVOICING_SCHEDULE_READ CALL FUNCTION 'ML_INVOICING_SCHEDULE_READ' EXPORTING fplnr_imp = commrp-fplnr EXCEPTIONS OTHERS = 0.

ML_INV_SCHED_GENER_UNTIL_HORIZ CALL FUNCTION 'ML_INV_SCHED_GENER_UNTIL_HORIZ' EXPORTING commrp = commrp i_komk = komk i_komp = komp TABLES i_tkomv = tkomv i_tkomk = tkomk i_bets = bets i_bet = bet EXCEPTIONS OTHERS = 0.

MEX_FELDAUSWAHL CALL FUNCTION 'MEX_FELDAUSWAHL' EXPORTING i_auswahl0 = auswahl0 i_auswahl1 = auswahl1 i_auswahl2 = auswahl2 i_auswahl3 = auswahl3 i_auswahl4 = auswahl4 i_auswahl5 = auswahl5 i_auswahl6 = auswahl6 IMPORTING e_endmaske = endmaske.



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