<?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: Table cotrol decimals not displaying in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-cotrol-decimals-not-displaying/m-p/6675984#M1448789</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;Is this the standard message? Can you debug and see where you are getting this message? I believe this message is coming for some other field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;solution is refer your table control field to a domain that allows negative values. You can check it in table DD01L by passing the data type as QUAN and signflag = X.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg: Domain ABC_QUANT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check below sample code where in one parameter allows negative values and other wont.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PARAMETERS: po_quan TYPE ABC_QUANT,
            po_quan1 TYPE vbap-zmeng.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vinod Vemuru on Mar 17, 2010 8:16 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Mar 2010 14:41:20 GMT</pubDate>
    <dc:creator>vinod_vemuru2</dc:creator>
    <dc:date>2010-03-17T14:41:20Z</dc:date>
    <item>
      <title>Table cotrol decimals not displaying</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-cotrol-decimals-not-displaying/m-p/6675983#M1448788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have designed the screen 1000 with table control and displaying the quantity values.&lt;/P&gt;&lt;P&gt;1. Intially as the quantity values are not allowing the -ve values at the table control level, I have defined the fields at table control as characters and can displayed even the -ve values also.&lt;/P&gt;&lt;P&gt;2. But now, there is another problem now is, the character fields are having decimals also (.00). Initially I can able to display the screen with decimals also. But while some user action on the screen, it is saying that decimal values are not allowed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly advice. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ramesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 14:34:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-cotrol-decimals-not-displaying/m-p/6675983#M1448788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-17T14:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: Table cotrol decimals not displaying</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-cotrol-decimals-not-displaying/m-p/6675984#M1448789</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;Is this the standard message? Can you debug and see where you are getting this message? I believe this message is coming for some other field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;solution is refer your table control field to a domain that allows negative values. You can check it in table DD01L by passing the data type as QUAN and signflag = X.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg: Domain ABC_QUANT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check below sample code where in one parameter allows negative values and other wont.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PARAMETERS: po_quan TYPE ABC_QUANT,
            po_quan1 TYPE vbap-zmeng.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vinod Vemuru on Mar 17, 2010 8:16 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 14:41:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-cotrol-decimals-not-displaying/m-p/6675984#M1448789</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2010-03-17T14:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Table cotrol decimals not displaying</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-cotrol-decimals-not-displaying/m-p/6675985#M1448790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still I am getting the conversion error for -ve values even though, I have assigned the domain as ABC_QUANT. &lt;/P&gt;&lt;P&gt;May I know where I am doing mistake. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ramesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 16:31:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-cotrol-decimals-not-displaying/m-p/6675985#M1448790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-17T16:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Table cotrol decimals not displaying</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-cotrol-decimals-not-displaying/m-p/6675986#M1448791</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;What is the error you are getting? why don't you debug and see where you are getting the error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 17:59:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-cotrol-decimals-not-displaying/m-p/6675986#M1448791</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2010-03-17T17:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Table cotrol decimals not displaying</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-cotrol-decimals-not-displaying/m-p/6675987#M1448792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solved it. In the screen attributes of the tablecontrol field, we have an option called 'With sign'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ramesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 18:23:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-cotrol-decimals-not-displaying/m-p/6675987#M1448792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-17T18:23:56Z</dc:date>
    </item>
  </channel>
</rss>

