<?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: chain on table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/chain-on-table-control/m-p/3349314#M803338</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find the number of records of the ITAB u r using.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data: lines type i.
describe table itab lines lines.
if lines = 0.
message " This table does not contain any records.
endif.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Feb 2008 13:08:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-04T13:08:53Z</dc:date>
    <item>
      <title>chain on table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/chain-on-table-control/m-p/3349313#M803337</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 got a table contol. I need to have a message class for validating at least a record in the table control. How can i do it? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2008 13:05:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/chain-on-table-control/m-p/3349313#M803337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-04T13:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: chain on table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/chain-on-table-control/m-p/3349314#M803338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find the number of records of the ITAB u r using.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data: lines type i.
describe table itab lines lines.
if lines = 0.
message " This table does not contain any records.
endif.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2008 13:08:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/chain-on-table-control/m-p/3349314#M803338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-04T13:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: chain on table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/chain-on-table-control/m-p/3349315#M803339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;okie. how about the using of the chain in the table control. I want certain field in the table control to become enable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2008 13:11:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/chain-on-table-control/m-p/3349315#M803339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-04T13:11:50Z</dc:date>
    </item>
  </channel>
</rss>

