MM06EF0F_FINAL_ROUND_PARTNERS 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 MM06EF0F_FINAL_ROUND_PARTNERS 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!
MM_FILL_EKKO_PARTNER_FIELDS CALL FUNCTION 'MM_FILL_EKKO_PARTNER_FIELDS' EXPORTING lifre = ekko-lifre llief = ekko-llief pargr = t161-pargr.
MM_INITIALIZE_PARTNERS CALL FUNCTION 'MM_INITIALIZE_PARTNERS' EXPORTING lifnr = ekko-lifnr ekorg = ekko-ekorg bstyp = ekko-bstyp pargr = t161-pargr ebeln_po = ekko-ebeln enjoy_flag = enjoy_flag bukrs = ekko-bukrs "938652 EXCEPTIONS OTHERS = 0.
MM_SELECT_PARTNER CALL FUNCTION 'MM_SELECT_PARTNER' EXPORTING ebeln = ekko-konnr bstyp = ekko-bstyp ekorg = ekko-ekorg lifnr = ekko-lifnr ltsnr = h_ltsnr werks = h-werks pargr = t161-pargr hityp = t161-hityp popup_admissible = popup_admissible time_spot = 'END' IMPORTING e_llief = ekko-llief e_lifre = ekko-lifre TABLES x_mmpa = lt_mmpa EXCEPTIONS OTHERS = 0.
MM_CHECK_MANDATORY_PARTNERS CALL FUNCTION 'MM_CHECK_MANDATORY_PARTNERS' EXPORTING popup_allowed = ' ' EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MM06EF0F_FINAL_ROUND_PARTNERS - MM06EF0FFINALROUNDPARTNERS MM06EF0F_FILL_QS_ETART - MM06EF0FFILLQSETART MM06EF0F_FILL_HEADER_FIELDS - MM06EF0FFILLHEADERFIELDS MM06EF0F_FILL_ADDITIONAL_LINES - MM06EF0FFILLADDITIONALLINES MM06EF0F_FELDAUSWAHL - MM06EF0FFELDAUSWAHL MM06EF0F_FCODE_WKON - MM06EF0FFCODEWKON