MM06EF0G_GET_CURRENT_PRICE 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 MM06EF0G_GET_CURRENT_PRICE 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_GET_CONDITIONS_TO_SEARCH CALL FUNCTION 'ME_GET_CONDITIONS_TO_SEARCH' EXPORTING application = kappl dialog = ' ' kondtyp = 'H' pricing_scheme = kalsm tabelle = vake-kotabnr i_excl_kondtyp = space TABLES koart = it_koart EXCEPTIONS no_success = 2 terminated_by_user = 3.
ME_FILL_KOMG_PO CALL FUNCTION 'ME_FILL_KOMG_PO' EXPORTING i_ekko = ekko i_ekpo = ekpo IMPORTING e_komg = komg EXCEPTIONS OTHERS = 0.
MM_CONDITION_RECORDS_READ CALL FUNCTION 'MM_CONDITION_RECORDS_READ' EXPORTING i_application = kappl i_condition_table = vake-kotabnr i_date = sy-datlo i_keyfields = komg IMPORTING e_prdat = ekpo-prdat TABLES t_kschl = t_kschl t_konp = t_konp EXCEPTIONS OTHERS = 0.
MM_NET_PRICE_CALCULATE CALL FUNCTION 'MM_NET_PRICE_CALCULATE' EXPORTING i_komk = komk i_komp = komp IMPORTING e_komp = komp TABLES t_konp = t_konp CHANGING "IS2ERP cs_enhancement = ls_isc_mm_net_price_calculate "IS2ERP EXCEPTIONS OTHERS = 0.
MM_CONDITION_RECORDS_READ CALL FUNCTION 'MM_CONDITION_RECORDS_READ' EXPORTING i_application = kappl i_condition_table = vake-kotabnr i_date = sy-datlo i_keyfields = komg IMPORTING e_prdat = l_prdat TABLES t_kschl = t_kschl t_konp = t_konp EXCEPTIONS OTHERS = 0.
MM_NET_PRICE_CALCULATE CALL FUNCTION 'MM_NET_PRICE_CALCULATE' EXPORTING i_komk = komk i_komp = komp IMPORTING e_komp = komp TABLES t_konp = t_konp CHANGING "IS2ERP cs_enhancement = ls_isc_mm_net_price_calculate "IS2ERP EXCEPTIONS OTHERS = 0.
MM_COPY_PRICE_TO_DOCUMENT CALL FUNCTION 'MM_COPY_PRICE_TO_DOCUMENT' EXPORTING i_komp = komp i_ekpo = ekpo IMPORTING e_ekpo = ekpo 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.
MM06EF0G_GET_CURRENT_PRICE - MM06EF0GGETCURRENTPRICE MM06EF0G - Subroutines for PO processing, beginning with G MM06EF0F_FZ_IN_ETT - MM06EF0FFZINETT MM06EF0F_FUNKTION_BESTAET_POSI - MM06EF0FFUNKTIONBESTAETPOSI MM06EF0F_FUNKTION_BESTAET_LOOP - MM06EF0FFUNKTIONBESTAETLOOP MM06EF0F_FOLGE_WE - MM06EF0FFOLGEWE