<?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 counting table control rows in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/counting-table-control-rows/m-p/3306392#M791820</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gurus,&lt;/P&gt;&lt;P&gt;   i hv to count the rows of the table control and basing the no. of row i hv to put the loop (do x times).so plz send me the code to count the rows.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;santosh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jan 2008 04:16:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-30T04:16:12Z</dc:date>
    <item>
      <title>counting table control rows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/counting-table-control-rows/m-p/3306392#M791820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gurus,&lt;/P&gt;&lt;P&gt;   i hv to count the rows of the table control and basing the no. of row i hv to put the loop (do x times).so plz send me the code to count the rows.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;santosh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 04:16:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/counting-table-control-rows/m-p/3306392#M791820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T04:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: counting table control rows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/counting-table-control-rows/m-p/3306393#M791821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in your table control structure there is a field called LINES that tell about total rows in table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;keep rockin&lt;/P&gt;&lt;P&gt;vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 04:17:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/counting-table-control-rows/m-p/3306393#M791821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T04:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: counting table control rows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/counting-table-control-rows/m-p/3306394#M791822</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;write this somewhere in PAI of the screen&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Describe &amp;lt;itab&amp;gt; lines &amp;lt;Variable&amp;gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab is the table that u passed to table control.&lt;/P&gt;&lt;P&gt;variable has the no of lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Will.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 04:19:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/counting-table-control-rows/m-p/3306394#M791822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T04:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: counting table control rows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/counting-table-control-rows/m-p/3306395#M791823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are passing any internal table to the table control and displaying it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put DESCRIBE command on that internal table and you can check the no of rows in the table control.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 04:20:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/counting-table-control-rows/m-p/3306395#M791823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T04:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: counting table control rows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/counting-table-control-rows/m-p/3306396#M791824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;  i want to giv the valus to the table control at the run time and after that i want to count the rows i'm not getting any value from the internal table.i hv to count the rows first and then i have to populate the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: santosh nayak on Jan 30, 2008 5:34 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 04:28:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/counting-table-control-rows/m-p/3306396#M791824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T04:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: counting table control rows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/counting-table-control-rows/m-p/3306397#M791825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not possible first you will have to populate the internal table from any SAP or Z table then calculate the Number of rows and pass the internal table to the table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without populating the data how can you count the no of rows in the internal table. Do you not think it is illogical to count the no of rows in any internal table without populating it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 04:38:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/counting-table-control-rows/m-p/3306397#M791825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T04:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: counting table control rows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/counting-table-control-rows/m-p/3306398#M791826</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;On any user action(say enter) on the screen PAI of that screen ll be triggered......so u can include a module say 'count' in the PAI of ur screen and write the code(describe........) inside it.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Will.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 04:44:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/counting-table-control-rows/m-p/3306398#M791826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T04:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: counting table control rows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/counting-table-control-rows/m-p/3306399#M791827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Usually for table controls,we have limit the lines of table control in the PBO itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie, Descirbe table &amp;lt;itab&amp;gt; lines &amp;lt;tblctrl&amp;gt;-lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case , if you require no of lines of tblctrl,&lt;/P&gt;&lt;P&gt;take the number of lines of tblctrl in the PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie,&lt;/P&gt;&lt;P&gt;line =  &amp;lt;tblctrl&amp;gt;-lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tblctrl  = Table control name,&lt;/P&gt;&lt;P&gt;itab =  internal table used for populating data in table control&lt;/P&gt;&lt;P&gt;line = variable of type i.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 05:11:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/counting-table-control-rows/m-p/3306399#M791827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T05:11:17Z</dc:date>
    </item>
  </channel>
</rss>

