<?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 controls (c every one) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls-c-every-one/m-p/3760356#M904690</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 it is table field, use domain in that field. and give restriction on that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can give restrict the value using data element-domain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 May 2008 12:58:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-02T12:58:35Z</dc:date>
    <item>
      <title>table controls (c every one)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls-c-every-one/m-p/3760355#M904689</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;Iam having field in table control to display the output... Can i restrict that field as to give non zero values only?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write:/ itab-field no-zero.&lt;/P&gt;&lt;P&gt;....in reports.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Naveen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 09:19:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls-c-every-one/m-p/3760355#M904689</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2008-05-02T09:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: table controls (c every one)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls-c-every-one/m-p/3760356#M904690</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 it is table field, use domain in that field. and give restriction on that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can give restrict the value using data element-domain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 12:58:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls-c-every-one/m-p/3760356#M904690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T12:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: table controls (c every one)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls-c-every-one/m-p/3760357#M904691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First select non zero values and then use F4_internal table ( check the name) to give F4 help to that field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise use module on input to populate that field ( module will get executed only if initial values are not provided to that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;D.Mallick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 May 2008 10:21:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls-c-every-one/m-p/3760357#M904691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-04T10:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: table controls (c every one)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls-c-every-one/m-p/3760358#M904692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the question is "can I show zero as blank in a table control" then one easy option is to have the display column as a character field, and then fill it conditionally from your real column of data e.g. something like&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
if not gs_data-amt_field is initial.
  write gs_data-amt_field to gs_data-char15 left-justified. "apply whatever masks you want &amp;amp; display char15 field
endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 00:52:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls-c-every-one/m-p/3760358#M904692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T00:52:39Z</dc:date>
    </item>
  </channel>
</rss>

