<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: PO net value in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/po-net-value/m-p/3944085#M943289</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;if i add all the EKPO-NETWRs and KONV-KWERTs then the figure doesnt match the Net value&lt;/P&gt;&lt;P&gt;if i add only the EKPO-NETWRs then it does match&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are the condition values not considered in the EKPO-NETWR for the items ? &lt;/P&gt;&lt;P&gt;why do I have to visit the KONV table at all ? &lt;/P&gt;&lt;P&gt;if yes, how should I calculate ? &lt;/P&gt;&lt;P&gt;in the KONV table, &lt;/P&gt;&lt;P&gt;KWERT = KAWRT*KBETR.   (condition base value * conditon rate)&lt;/P&gt;&lt;P&gt;KAWRT = EKPO-NETWR    for condition types NAVS and SKTO whereas &lt;/P&gt;&lt;P&gt;KAWRT = some other value  for condition types  PB00 and WOTB&lt;/P&gt;&lt;P&gt;i dont know if these condition types are standard or custom&lt;/P&gt;&lt;P&gt;is it that both the tables EKPO and KONV shudnt be used together and any one of the two EKPO or KONV should be chosen to get the Net value (as given in the BAPI example above) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jun 2008 17:32:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-03T17:32:20Z</dc:date>
    <item>
      <title>PO net value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po-net-value/m-p/3944074#M943278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to get the PO net value . me23n - header section -  tab 'Conditions' - field 'Net'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on reading old threads i got some function modules&lt;/P&gt;&lt;P&gt;ME_FILL_KOMK_PO&lt;/P&gt;&lt;P&gt;ME_FILL_KOMP_PO&lt;/P&gt;&lt;P&gt;ME_DETERMINE_NET_PRICE&lt;/P&gt;&lt;P&gt;MM_NET_PRICE_CALCULATE&lt;/P&gt;&lt;P&gt;ME_GET_PRICE_CONDITION&lt;/P&gt;&lt;P&gt;ME_DETERMINE_SALES_PRICE&lt;/P&gt;&lt;P&gt;ME_PRICING_MARKET_PRICE&lt;/P&gt;&lt;P&gt;ME_SELECT_SOURCE_BY_PRICE&lt;/P&gt;&lt;P&gt;CALCULATE_TAX_ITEM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am stil trying to figure out how to use these to get the PO Net value. &lt;/P&gt;&lt;P&gt;  I am not MM functional, I am an ABAPer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please give any guidance ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you in advance&lt;/P&gt;&lt;P&gt;dipti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 17:18:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po-net-value/m-p/3944074#M943278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T17:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: PO net value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po-net-value/m-p/3944075#M943279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,Select &lt;STRONG&gt;KNUMV&lt;/STRONG&gt; from &lt;STRONG&gt;EKKO&lt;/STRONG&gt; by passing the Purchase Order No.&lt;/P&gt;&lt;P&gt;With the retrieved &lt;STRONG&gt;KNUMV&lt;/STRONG&gt;, go to &lt;STRONG&gt;KONV&lt;/STRONG&gt; and get the &lt;STRONG&gt;KBETR&lt;/STRONG&gt;, which should give you the Net Amount.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Faheem&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 17:28:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po-net-value/m-p/3944075#M943279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T17:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: PO net value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po-net-value/m-p/3944076#M943280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dipti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ME_DETERMINE_NET_PRICE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  DATA:    BEGIN OF xa068 OCCURS 10.
          INCLUDE STRUCTURE a068.
  DATA:    END OF xa068.
CALL FUNCTION 'ME_DETERMINE_NET_PRICE'
        EXPORTING
          i_kotabnr = '068'
          i_komg    = komg
          i_komk    = komk
          i_komp    = komp
          i_kappl   = 'M'
          i_date    = sy-datlo
          i_kschl   = xa068-kschl
        IMPORTING
          e_komp    = komp.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MM_NET_PRICE_CALCULATE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; DATA: T_KONP LIKE KONP OCCURS 0 WITH HEADER LINE.
CALL FUNCTION 'MM_NET_PRICE_CALCULATE'
    EXPORTING
      I_KOMK = KOMK
      I_KOMP = KOMP
    IMPORTING
      E_KOMP = KOMP
    TABLES
      T_KONP = T_KONP
    EXCEPTIONS
      OTHERS = 0.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ME_DETERMINE_SALES_PRICE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: gtkomp TYPE t_stab_gtkomp WITH HEADER LINE.
CALL FUNCTION 'ME_DETERMINE_SALES_PRICE'
         EXPORTING
              I_EKKO                = EKKO
              I_EKPO                = EKPO
              I_T001                = T001
              I_BUDAT               = PREISDATUM  "= Buchungsdatum
              I_ONLY_LOCAL_CURRENCY = 'X'
         IMPORTING
              E_VKWRT               = GTKOMP-VKWRT
              E_VKWRA               = GTKOMP-VKWRA
         TABLES
              I_TKOMV               = TKOMV.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;raam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 17:40:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po-net-value/m-p/3944076#M943280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T17:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: PO net value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po-net-value/m-p/3944077#M943281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Faheem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there are multiple records in KONV for the KNUMV, should I add them up ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did the same method as you said for one of the POs. But I got another value.&lt;/P&gt;&lt;P&gt;I pickd EKKO-KNUMV for the purchase order and then added KONV-KBETR for the entriesfor this KNUMV&lt;/P&gt;&lt;P&gt;but the total is 20,000 which the net value should in me23n is 100,000,000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any further calculation with EKPO values also ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 18:16:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po-net-value/m-p/3944077#M943281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T18:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: PO net value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po-net-value/m-p/3944078#M943282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what should I give in all those structures ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where should I give the PO number ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what else do i need apart from PO number ? do i need all those values of so many structures komg , komk, komp ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 18:18:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po-net-value/m-p/3944078#M943282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T18:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: PO net value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po-net-value/m-p/3944079#M943283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dipti,&lt;/P&gt;&lt;P&gt;                    Use the BAPI "BAPI_PO_GETDETAIL" to get the net price of the PO.  Pass the  Po number in the import parameter. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this answers your question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 18:24:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po-net-value/m-p/3944079#M943283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T18:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: PO net value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po-net-value/m-p/3944080#M943284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Greetson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the BAPI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it doesnt give net value.  the output structure PO_HEADER doesnt have the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 18:36:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po-net-value/m-p/3944080#M943284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T18:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: PO net value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po-net-value/m-p/3944081#M943285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Depti,&lt;/P&gt;&lt;P&gt;                 Check the table parameters:&lt;/P&gt;&lt;P&gt;POCONDHEADER&lt;/P&gt;&lt;P&gt;POCOND&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POITEM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two options you have :&lt;/P&gt;&lt;P&gt;1) Retrieve the net value from the pricing Condition values table parameter or&lt;/P&gt;&lt;P&gt;2) use the PO Items table parameter and sum all the item net values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Greetson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 18:43:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po-net-value/m-p/3944081#M943285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T18:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: PO net value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po-net-value/m-p/3944082#M943286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Once you get the conditionss pricing, you also have to add to it the net price for each PO line Item. You can use EKPO-NETWR or EKPO-BRTWR for this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The conditions table KONV stores pricing condtion data for both line items as well as for header. So you have to know if your conditions are maintained at header level or at item level in the PO. You can ask this to your MM consultant. If it is maintained at header level then only select rows where konv-kposn is '000000' or space. If pricing conditions are maintained at item level then select rows where konv-kposn NE '000000' or space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this way you will get the net price of PO.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 07:41:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po-net-value/m-p/3944082#M943286</guid>
      <dc:creator>ritesh_dugad2</dc:creator>
      <dc:date>2008-06-03T07:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: PO net value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po-net-value/m-p/3944083#M943287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ritesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which field should I take from KONV ? KAWRT or KBETR ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-thnx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 13:01:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po-net-value/m-p/3944083#M943287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-03T13:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: PO net value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po-net-value/m-p/3944084#M943288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Faheem is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select KNUMV from EKKO by passing the Purchase Order No.&lt;/P&gt;&lt;P&gt;With the retrieved KNUMV, go to KONV and get the KWERT field, which should give you the Net Amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 13:46:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po-net-value/m-p/3944084#M943288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-03T13:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: PO net value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po-net-value/m-p/3944085#M943289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;if i add all the EKPO-NETWRs and KONV-KWERTs then the figure doesnt match the Net value&lt;/P&gt;&lt;P&gt;if i add only the EKPO-NETWRs then it does match&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are the condition values not considered in the EKPO-NETWR for the items ? &lt;/P&gt;&lt;P&gt;why do I have to visit the KONV table at all ? &lt;/P&gt;&lt;P&gt;if yes, how should I calculate ? &lt;/P&gt;&lt;P&gt;in the KONV table, &lt;/P&gt;&lt;P&gt;KWERT = KAWRT*KBETR.   (condition base value * conditon rate)&lt;/P&gt;&lt;P&gt;KAWRT = EKPO-NETWR    for condition types NAVS and SKTO whereas &lt;/P&gt;&lt;P&gt;KAWRT = some other value  for condition types  PB00 and WOTB&lt;/P&gt;&lt;P&gt;i dont know if these condition types are standard or custom&lt;/P&gt;&lt;P&gt;is it that both the tables EKPO and KONV shudnt be used together and any one of the two EKPO or KONV should be chosen to get the Net value (as given in the BAPI example above) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 17:32:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po-net-value/m-p/3944085#M943289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-03T17:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: PO net value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po-net-value/m-p/3944086#M943290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dipti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should take KONV-KBETR field for calculations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 04:31:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po-net-value/m-p/3944086#M943290</guid>
      <dc:creator>ritesh_dugad2</dc:creator>
      <dc:date>2008-06-04T04:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: PO net value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po-net-value/m-p/3944087#M943291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have only added EKPO-NETWRs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i still dont know KONV calculation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;closing the thrd.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2008 12:20:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po-net-value/m-p/3944087#M943291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-05T12:20:06Z</dc:date>
    </item>
  </channel>
</rss>

