<?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 Control Output Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-output-problem/m-p/1390043#M189597</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in screen painter -&amp;gt; see the attibutes of that field and change the format option and check with various selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;decalre that field tyoe as it is declared in the database table..&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>Thu, 29 Jun 2006 10:37:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-29T10:37:59Z</dc:date>
    <item>
      <title>Table Control Output Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-output-problem/m-p/1390040#M189594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the scenario is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have got a table control with three columns like "Est mat cost var $", "Act mat cost var $", &lt;/P&gt;&lt;P&gt;"Est labr cost var $".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these columns are declared with 2 decimal places. by default the values for these columns in the respective table is 0.00. when the user enters values like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"1.00"     "0.00"    "No-values" for the respective columns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then on the ouptut the values are shown as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"1.00"               "0.00"               "0.00"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the requirement is whatever the values the user gives in the input field of the table control, the same values should be shown on the output also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e., "1.00" "0.00" "No-Values"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what are the steps to be taken such that the problem can be resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly consider this as high priority.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eagerly waiting for the replies soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 10:23:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-output-problem/m-p/1390040#M189594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T10:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Output Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-output-problem/m-p/1390041#M189595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;if those 3 fields are of type P , F or I , even if you dont enter any value , it takes the initial value. i.e 0.&lt;/P&gt;&lt;P&gt;So make those fields as of type char. So what ever u enter it will be reflected.&lt;/P&gt;&lt;P&gt;Hope this solves your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madan..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 10:27:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-output-problem/m-p/1390041#M189595</guid>
      <dc:creator>madan_ullasa</dc:creator>
      <dc:date>2006-06-29T10:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Output Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-output-problem/m-p/1390042#M189596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ajay,&lt;/P&gt;&lt;P&gt;Declare the field 'Est labr cost var $'as char type or else use no_zero if possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Kiran B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 10:30:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-output-problem/m-p/1390042#M189596</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T10:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Output Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-output-problem/m-p/1390043#M189597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in screen painter -&amp;gt; see the attibutes of that field and change the format option and check with various selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;decalre that field tyoe as it is declared in the database table..&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>Thu, 29 Jun 2006 10:37:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-output-problem/m-p/1390043#M189597</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T10:37:59Z</dc:date>
    </item>
  </channel>
</rss>

