<?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 value on table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/negative-value-on-table-control/m-p/1867502#M365538</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I forgot to mention... but I have to display the negative value in the table control field!!! So I think I have to insert an extra column only for the minus sign... or is there a better idea???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Feb 2007 09:28:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-05T09:28:41Z</dc:date>
    <item>
      <title>Negative value on table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/negative-value-on-table-control/m-p/1867499#M365535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello @ll,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I try to put out a negative value in a table control field I get a short dump because the output field is too short. But it's long enough. I assume that the problem is the minus right beside the value. The output field is as a currency field defined and if I delete the minus in debugging mode than it works without short dump. Is there any possibility to put out a negative value in a currency field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any helpful responses&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2007 09:19:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/negative-value-on-table-control/m-p/1867499#M365535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-05T09:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Negative value on table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/negative-value-on-table-control/m-p/1867500#M365536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BEFORE SHOWING THE DATA IN TABL CNTRL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT ITAB.&lt;/P&gt;&lt;P&gt;IF ITAB-AMT LT 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ITAB-AMT = ITAB-AMT * (-1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;MODIFY ITAB.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR YOU CAN USE ABS FN ALSO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REGARDS&lt;/P&gt;&lt;P&gt;SHIBA DUTTA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2007 09:24:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/negative-value-on-table-control/m-p/1867500#M365536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-05T09:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Negative value on table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/negative-value-on-table-control/m-p/1867501#M365537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;all i know to this subject is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at a ALV-Grid i had no problems displaying negative values in a currency field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2007 09:25:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/negative-value-on-table-control/m-p/1867501#M365537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-05T09:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Negative value on table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/negative-value-on-table-control/m-p/1867502#M365538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I forgot to mention... but I have to display the negative value in the table control field!!! So I think I have to insert an extra column only for the minus sign... or is there a better idea???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2007 09:28:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/negative-value-on-table-control/m-p/1867502#M365538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-05T09:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Negative value on table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/negative-value-on-table-control/m-p/1867503#M365539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;declare another itab and change the currecy field to fields of type char.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;move the data from original itab to this itab and in the process&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conver &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;newitab-currenyfield = originalitab-currency * -1 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate '-' newitab-currenyfield into newitab-currenyfield .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now use this new modifed itab in table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2007 09:31:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/negative-value-on-table-control/m-p/1867503#M365539</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2007-02-05T09:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Negative value on table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/negative-value-on-table-control/m-p/1867504#M365540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YOU CAN DO ONE THING IF YOU ARE NOT DOING ANY CALCULATION OR SOMTHING JUST TAKE THE CURRENCY FIELD TO A CHACTER TYPE FIELD AND SHOW THAT CHARACTER TYPE FIELD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REGARDS&lt;/P&gt;&lt;P&gt;SHIBA DUTTA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2007 09:41:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/negative-value-on-table-control/m-p/1867504#M365540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-05T09:41:54Z</dc:date>
    </item>
  </channel>
</rss>

