<?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: Pricing Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-problem/m-p/1666805#M295124</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;Pls check in SPRO in the SD module pricing . You will find  pricing routines which will be responsible for the change in the price value. You can find details in VOFM Transaction&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Nov 2006 06:56:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-23T06:56:37Z</dc:date>
    <item>
      <title>Pricing Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-problem/m-p/1666802#M295121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In pricing conditions we have a condition NETP which is net price rounding. The Item after discount price should get a value amount substracted by discount amount and the value got in NETP. But the NETP value is not getting substracted from the Item after discount amount. Where I need to check for the code. The NETP is giveing value to KOMP-KZWI4.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 06:28:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-problem/m-p/1666802#M295121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T06:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Pricing Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-problem/m-p/1666803#M295122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check for Pricing Routines in VOFM Transaction Code ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Mohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 06:52:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-problem/m-p/1666803#M295122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T06:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Pricing Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-problem/m-p/1666804#M295123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All SD Standard pricing calculations happen using the function module "Pricing". You can check in there. If, there is any routine attached specifically to the condition type you need to check in those routines. Normally these routines are included in the customizing of the pricing procedures. You may ask your functional consultants to provide the routine name as that would be easier to search(there may be different routines for different condition types.)&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 06:54:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-problem/m-p/1666804#M295123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T06:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Pricing Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-problem/m-p/1666805#M295124</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;Pls check in SPRO in the SD module pricing . You will find  pricing routines which will be responsible for the change in the price value. You can find details in VOFM Transaction&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 06:56:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-problem/m-p/1666805#M295124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T06:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Pricing Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-problem/m-p/1666806#M295125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Eswar Jajula&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I doubt on the approach that you have taken for calculating the Net Price.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If my understanding is correct, this is the requirement:&lt;/P&gt;&lt;P&gt;1. Condition Type NETP is attached to the pricing Procedure.&lt;/P&gt;&lt;P&gt;2. Condition Type NETP should reflect with the net amount after all calculations for each item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would say, to acheve it would be very difficult task as we have to consider the condition class, calculation type, condition values and many other things for other condition types in the Pricing Procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you approach should be as below:&lt;/P&gt;&lt;P&gt;1. Assign the Condition Type NETP as last step in the pricing procedure.&lt;/P&gt;&lt;P&gt;2. Create a routine for calculating from the values of other condition types in the procedure. - Make sure you are considering the condition class, calculation type...&lt;/P&gt;&lt;P&gt;3. Assign the requirement routine to the condition type in the pricing procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wish you all the best with this requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 08:16:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-problem/m-p/1666806#M295125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T08:16:37Z</dc:date>
    </item>
  </channel>
</rss>

