<?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 Function module for pricing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-pricing/m-p/7276306#M1530857</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to fetch the price of one material from the order.&lt;/P&gt;&lt;P&gt;One way is I will pass the material name in the table like A033 --&amp;gt; take the condition number --&amp;gt; and pass it to KONP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my question is there any function module through which we can fetch the price.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Sep 2010 10:54:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-20T10:54:07Z</dc:date>
    <item>
      <title>Function module for pricing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-pricing/m-p/7276306#M1530857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to fetch the price of one material from the order.&lt;/P&gt;&lt;P&gt;One way is I will pass the material name in the table like A033 --&amp;gt; take the condition number --&amp;gt; and pass it to KONP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my question is there any function module through which we can fetch the price.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Sep 2010 10:54:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-pricing/m-p/7276306#M1530857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-20T10:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for pricing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-pricing/m-p/7276307#M1530858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check BAPI_MATERIAL_MRP_LIST&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Sep 2010 11:10:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-pricing/m-p/7276307#M1530858</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2010-09-20T11:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for pricing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-pricing/m-p/7276308#M1530859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe i misunderstand you, sorry then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUT, when you got the order dont you have the price then?&lt;/P&gt;&lt;P&gt;You might want to have a look at the conditions-tab of the item view of your order.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Sep 2010 11:14:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-pricing/m-p/7276308#M1530859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-20T11:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for pricing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-pricing/m-p/7276309#M1530860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go directly for KONP, using condition number from item (or from order header, if appropriate).  Check ** CONDITION **, * KONP * names in SE37, since that's what most of us would start with I think...I thought FM  &lt;STRONG&gt;WV_KONP_GET&lt;/STRONG&gt;  was particularly interesting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Sep 2010 12:06:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-pricing/m-p/7276309#M1530860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-20T12:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for pricing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-pricing/m-p/7276310#M1530861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for your help Gurus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 03:53:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-pricing/m-p/7276310#M1530861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-21T03:53:57Z</dc:date>
    </item>
  </channel>
</rss>

