<?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: price fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/price-fields/m-p/3003661#M709708</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look into KONV table it may help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if it is useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Satish Panakala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Nov 2007 12:41:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-13T12:41:53Z</dc:date>
    <item>
      <title>price fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/price-fields/m-p/3003660#M709707</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;I have created a report program .In the output I have some price fields(netpr,kmein,kpein) taken from vbap table.Now I have a new requirement where In the output, the price fields need to come from the Price List (condition) record based on the SO Type.Now from which table can I get the price fields and how can I retrive them based on the SO type?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hema&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2007 09:55:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/price-fields/m-p/3003660#M709707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-13T09:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: price fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/price-fields/m-p/3003661#M709708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look into KONV table it may help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if it is useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Satish Panakala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2007 12:41:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/price-fields/m-p/3003661#M709708</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-13T12:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: price fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/price-fields/m-p/3003662#M709709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;look VBRK-PLTYP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope it is help full u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mukesh goyal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 10:39:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/price-fields/m-p/3003662#M709709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T10:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: price fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/price-fields/m-p/3003663#M709710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hema,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In our company we use pricing based on material and Customer / Material combination. I am not familiar with pricing based on Order type, however I have found a table where pricing can be maintained based on Overhead Type/Order Type combination. Take a look at table A036. In this table you are looking to retrieve the appropriate condition record number (KNUMH). Once you get this field you can look at table KONP and retrieve field KBETR, KMEIN and KPEIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One word of caution. For the purpose of reporting you should not look at the pricing table but should retrieve the price from the order tables (VBAP in your case). The reason for this is that the price that the Sales Order gets is the price that existed in the pricing table at the time of creation of the order. Once the order is created, if you change the price in the pricing tables, the new prices will not be reflected in the Sales Order (Prices are not re-calculated). If for example the price is changed every January 1st and the order was created on December 31st of the previous year the prices in the Sales Order will reflect last year's prices and your report will display this year's prices. This will not give you the correct picture. Talk to your functional consultant and inform him/her of this fact.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 13:46:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/price-fields/m-p/3003663#M709710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T13:46:59Z</dc:date>
    </item>
  </channel>
</rss>

