MM06EFST 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 MM06EFST 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!
ME_PROCSTATE_OUTPUT CALL FUNCTION 'ME_PROCSTATE_OUTPUT' EXPORTING im_bstyp = ekko-bstyp im_procstat = ekko-procstat IMPORTING ex_procstxt = l_txt EXCEPTIONS not_found = 1 OTHERS = 2.
ML_INVOICING_SCHEDULE_READ CALL FUNCTION 'ML_INVOICING_SCHEDULE_READ' EXPORTING iv_doc_no = lv_ebeln "1645991 iv_arc_id = gf_archive_handle fplnr_imp = pot-fplnr TABLES xfplt = lt_fplt.
CONVERT_TO_FOREIGN_CURRENCY CALL FUNCTION 'CONVERT_TO_FOREIGN_CURRENCY' EXPORTING date = l_date foreign_currency = ekko-waers local_amount = bets-rewrt local_currency = t001-waers rate = l_rate IMPORTING foreign_amount = l_rewrb EXCEPTIONS OTHERS = 0.
ME_CONFIRMATION_SD_QTY CALL FUNCTION 'ME_CONFIRMATION_SD_QTY' EXPORTING i_ebeln = l_ekpo-ebeln i_ebelp = l_ekpo-ebelp i_bstae = l_ekpo-bstae IMPORTING e_confirmed_qty = ex_status_item-quantity_confirmed.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MM06EFST - documentation and ABAP source code MM06EFSK_POS_KONDITIONEN - MM06EFSKPOSKONDITIONEN MM06EFSK_NUMMER_KONDITIONEN - MM06EFSKNUMMERKONDITIONEN MM06EFSK_KOPF_KONDITIONEN - MM06EFSKKOPFKONDITIONEN MM06EFSK_KONT_WERTE_ERMITTELN_ - MM06EFSKKONTWERTEERMITTELN MM06EFSK_KONT_WERTE_ERMITTELN - MM06EFSKKONTWERTEERMITTELN