<?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: Problem while entering negative values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-entering-negative-values/m-p/4787415#M1121323</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;go to the domain of the field that you are using and find the SIGN checkbox is checked or not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to use the negative values the domain SIGN check box should be checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Nov 2008 04:53:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-27T04:53:52Z</dc:date>
    <item>
      <title>Problem while entering negative values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-entering-negative-values/m-p/4787414#M1121322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Morning!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the scenario, user wants to create a module pool for his in comming invoices. In that he wants to enter negative values in the input field provided for the 'amount', I created a Module pool program and took the amount (dmbtr) with data type curr. When I try to enter the negative value in the input field I am getting a message 'Negative values not allowed' it is not accepting through the screen, but I can enter the negative value from T code SE11 -&amp;gt; utilities-&amp;gt;table control-&amp;gt;create entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one tell me how I can rectify this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SMP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2008 04:51:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-entering-negative-values/m-p/4787414#M1121322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-27T04:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while entering negative values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-entering-negative-values/m-p/4787415#M1121323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;go to the domain of the field that you are using and find the SIGN checkbox is checked or not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to use the negative values the domain SIGN check box should be checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2008 04:53:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-entering-negative-values/m-p/4787415#M1121323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-27T04:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while entering negative values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-entering-negative-values/m-p/4787416#M1121324</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;you have to check yuor field catlog for that ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
add this in field cat property.
&amp;lt;field_cat&amp;gt;-datatype = 'CURR'.
&amp;lt;field_cat&amp;gt;-REF_TABLE = &amp;lt;table_name&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vivek&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: vivek jain on Nov 27, 2008 6:04 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2008 04:56:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-entering-negative-values/m-p/4787416#M1121324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-27T04:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while entering negative values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-entering-negative-values/m-p/4787417#M1121325</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 think dmbtr field type is problem here,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to change this field type, take any type which will allow both positive and negative values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kusuma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2008 04:57:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-entering-negative-values/m-p/4787417#M1121325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-27T04:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while entering negative values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-entering-negative-values/m-p/4787418#M1121326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks problem is solved. Thanks once again for your prompt reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2008 05:04:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-entering-negative-values/m-p/4787418#M1121326</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-27T05:04:14Z</dc:date>
    </item>
  </channel>
</rss>

