<?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: negative values in table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/negative-values-in-table-control/m-p/1259830#M147264</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roxani,&lt;/P&gt;&lt;P&gt;   You can use a data element or data type (CHAR) of length 18 directly.&lt;/P&gt;&lt;P&gt;In the PAI section, read the value entered on the table control into another variable of type CURR.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Apr 2006 09:22:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-03T09:22:05Z</dc:date>
    <item>
      <title>negative values in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/negative-values-in-table-control/m-p/1259825#M147259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts, I use a DEC field in a table control, but when the user enters a negative value there, it gives an error : 'negative values not allowed'. What should I do in my screen so that to overcome this problem?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Roxani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2006 09:03:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/negative-values-in-table-control/m-p/1259825#M147259</guid>
      <dc:creator>former_member537489</dc:creator>
      <dc:date>2006-04-03T09:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: negative values in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/negative-values-in-table-control/m-p/1259826#M147260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a string or char type variable in the table control and then move that value entered in the table control into a Dec type variable in the module pool program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2006 09:05:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/negative-values-in-table-control/m-p/1259826#M147260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-03T09:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: negative values in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/negative-values-in-table-control/m-p/1259827#M147261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the field that u had used in the table control , and what is the dataelement of the field that is used??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2006 09:09:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/negative-values-in-table-control/m-p/1259827#M147261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-03T09:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: negative values in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/negative-values-in-table-control/m-p/1259828#M147262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, should I use another format than DEC? I cannot see any format named VAR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2006 09:10:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/negative-values-in-table-control/m-p/1259828#M147262</guid>
      <dc:creator>former_member537489</dc:creator>
      <dc:date>2006-04-03T09:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: negative values in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/negative-values-in-table-control/m-p/1259829#M147263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sekhar,&lt;/P&gt;&lt;P&gt;this is the data element i'm using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data type        CURR       Currency&lt;/P&gt;&lt;P&gt;No. characters       13             &lt;/P&gt;&lt;P&gt;Decimal places        2                                                                                &lt;/P&gt;&lt;P&gt;Output length        18             &lt;/P&gt;&lt;P&gt;Convers. routine      &lt;/P&gt;&lt;P&gt;sign = yes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2006 09:12:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/negative-values-in-table-control/m-p/1259829#M147263</guid>
      <dc:creator>former_member537489</dc:creator>
      <dc:date>2006-04-03T09:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: negative values in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/negative-values-in-table-control/m-p/1259830#M147264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roxani,&lt;/P&gt;&lt;P&gt;   You can use a data element or data type (CHAR) of length 18 directly.&lt;/P&gt;&lt;P&gt;In the PAI section, read the value entered on the table control into another variable of type CURR.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2006 09:22:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/negative-values-in-table-control/m-p/1259830#M147264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-03T09:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: negative values in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/negative-values-in-table-control/m-p/1259831#M147265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roxani!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your dynpro just don't know where to put the sign. Define an edit mask in the attributes of the screen field '______V'(it's the field, where already the underline is in, delete the last underline and put V(orzeichen - german word for sign)).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2006 09:25:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/negative-values-in-table-control/m-p/1259831#M147265</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2006-04-03T09:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: negative values in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/negative-values-in-table-control/m-p/1259832#M147266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;wonderful, thank you Christian.&lt;/P&gt;&lt;P&gt;And Thank you all for your help.&lt;/P&gt;&lt;P&gt;Roxani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2006 09:32:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/negative-values-in-table-control/m-p/1259832#M147266</guid>
      <dc:creator>former_member537489</dc:creator>
      <dc:date>2006-04-03T09:32:17Z</dc:date>
    </item>
  </channel>
</rss>

