<?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 -ve sign problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ve-sign-problem/m-p/2639165#M607476</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt; I have a  negative sign problem with a field on &amp;lt;b&amp;gt; modulpool screen.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;field name : xyz&lt;/P&gt;&lt;P&gt;domain : zxyz - with type DEC 13  decimal places 2. &amp;lt;b&amp;gt;Sign check box ticked&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;during runtime if this field is populated with a -ve value , the program throws a dump saying there is a conversion error.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me to know what can be the reason for this&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jul 2007 08:27:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-27T08:27:07Z</dc:date>
    <item>
      <title>-ve sign problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ve-sign-problem/m-p/2639165#M607476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt; I have a  negative sign problem with a field on &amp;lt;b&amp;gt; modulpool screen.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;field name : xyz&lt;/P&gt;&lt;P&gt;domain : zxyz - with type DEC 13  decimal places 2. &amp;lt;b&amp;gt;Sign check box ticked&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;during runtime if this field is populated with a -ve value , the program throws a dump saying there is a conversion error.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me to know what can be the reason for this&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 08:27:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ve-sign-problem/m-p/2639165#M607476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T08:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: -ve sign problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ve-sign-problem/m-p/2639166#M607477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rashmi..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   To avoid Short dump for negative values in Module pool.&lt;/P&gt;&lt;P&gt;You have to &amp;lt;b&amp;gt;set the Property "With Sign(Checkbox) " in the Screen Painter&amp;lt;/b&amp;gt; in the Attributes of your field (Input/Output field). Then only you can display negative values in a field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will surely work..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if Helpful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 08:33:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ve-sign-problem/m-p/2639166#M607477</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-07-27T08:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: -ve sign problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ve-sign-problem/m-p/2639167#M607478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Flag for sign in numerical fields&lt;/P&gt;&lt;P&gt;If fields referring to this domain can contain negative values, this flag must he set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the field contents are output on the screen, the first position of the output is reserved for a sign. If the flag is not set but the field contains negative values, problems might occur during screen output. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;You can only make entries in this field for data types DEC, FLTP, QUAN and CURR.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure that the flag is checked and also make sure that you enter a value which is compatible to DEC 13 and decimal places 2.&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;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 08:34:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ve-sign-problem/m-p/2639167#M607478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T08:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: -ve sign problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ve-sign-problem/m-p/2639168#M607479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Rashmi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set the With Sign Checkbox in screen painter&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ravish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;plz dont forget to reward points if useful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 08:35:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ve-sign-problem/m-p/2639168#M607479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T08:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: -ve sign problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ve-sign-problem/m-p/2639169#M607480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;goto screen painter.. double click on that field.. and in attribute, in TEXT attribute put 'V' at the last position...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example property Text = '_________V' excluding quotes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 08:39:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ve-sign-problem/m-p/2639169#M607480</guid>
      <dc:creator>Pawan_Kesari</dc:creator>
      <dc:date>2007-07-27T08:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: -ve sign problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ve-sign-problem/m-p/2639170#M607481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rashmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have faced similar problem. You check onething. go to screen's element list. go to text i/o templates tab. in that wat ever field you want to accept negative values put in text or i/o field like this. &amp;lt;b&amp;gt;__________V&amp;lt;/b&amp;gt; also check in domain. it shub be with sign checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it will resolve ur prob. ne query ping me back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;azad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 08:42:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ve-sign-problem/m-p/2639170#M607481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T08:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: -ve sign problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ve-sign-problem/m-p/2639171#M607482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this domain &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the domain MENGV8 or MENGV*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may help to solve your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to do one thing , go to the screen in screen painter, click on the element list tab, now click on the text and i/o templetes tab, now find your field in the list, now in the "Text O/I Field" column you need to add a V to the _____________ so that it looks like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;______________V&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "V" is like a place for a '-' sign.&lt;/P&gt;&lt;P&gt;Also make sure that you field in the screen painter is defined as DEC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sairam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 08:45:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ve-sign-problem/m-p/2639171#M607482</guid>
      <dc:creator>former_member196280</dc:creator>
      <dc:date>2007-07-27T08:45:57Z</dc:date>
    </item>
  </channel>
</rss>

