<?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 Trigger Negative Pricing! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-negative-pricing/m-p/4332958#M1032331</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had been trying this since some time but could not make it work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My main goal is to show negative value for a condition on a document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the condition type, I had positive and negative in the sign field. And also I had assigned an item category with returns check box checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still it is not showing a negative sign. What could be the possible reason? Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Aug 2008 00:08:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-28T00:08:39Z</dc:date>
    <item>
      <title>Trigger Negative Pricing!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-negative-pricing/m-p/4332958#M1032331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had been trying this since some time but could not make it work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My main goal is to show negative value for a condition on a document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the condition type, I had positive and negative in the sign field. And also I had assigned an item category with returns check box checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still it is not showing a negative sign. What could be the possible reason? Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2008 00:08:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-negative-pricing/m-p/4332958#M1032331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-28T00:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger Negative Pricing!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-negative-pricing/m-p/4332959#M1032332</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;which document u are talking abt ?, what exactly u are doing ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2008 03:53:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-negative-pricing/m-p/4332959#M1032332</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-28T03:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger Negative Pricing!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-negative-pricing/m-p/4332960#M1032333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a claim document which can have +ve and -ve quantities. We load them in to SAP from a flat file. There is no way we can separate them out. So we want to use the same claim type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is a -ve quantity we flip the item category og that item to an returns item category and that should change the prices to -ve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2008 12:43:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-negative-pricing/m-p/4332960#M1032333</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-28T12:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger Negative Pricing!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-negative-pricing/m-p/4332961#M1032334</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;If a negative sign does not appear, then it has wrong data type.&lt;/P&gt;&lt;P&gt;If you reference it from a DDIC data element, you have to check the domain of the data element, is it accepting signs or not. Use SE11 transaction for it.&lt;/P&gt;&lt;P&gt;For example WERT domain is accepting signs, but a DEC03 domain does not accept signs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2008 12:59:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-negative-pricing/m-p/4332961#M1032334</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-28T12:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger Negative Pricing!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-negative-pricing/m-p/4332962#M1032335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did checked the domains of kbetr and kwert in pricing conditions. They have the domains WERTV6 and WERTV7 which accept signs. Any other ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can somebody tell me what I am doing wrong here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What is the importance of condition category in pricing?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Lavanya Boora on Aug 28, 2008 4:39 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2008 13:31:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-negative-pricing/m-p/4332962#M1032335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-28T13:31:47Z</dc:date>
    </item>
  </channel>
</rss>

