<?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: sy-tabix for internal table in smartform in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-tabix-for-internal-table-in-smartform/m-p/1066780#M93509</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adarsh,&lt;/P&gt;&lt;P&gt;Have a local variable declared in the smart form.&lt;/P&gt;&lt;P&gt;After the loop, create a program code node, and just keep incrememnting this. This will just simulate your sy-tabix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember to reset it once your looping is done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls reward points &amp;amp; close the thread if your Q is answered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Prabhu&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Dec 2005 06:45:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-09T06:45:52Z</dc:date>
    <item>
      <title>sy-tabix for internal table in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-tabix-for-internal-table-in-smartform/m-p/1066779#M93508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to capture the sy-tabix value for the entries in an internal table which has been looped into the loop of table node of a smartform?? I need to print something immedaitely after the end of the table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For every record the value of sy-tabix is showing 1 !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Advance Thanks&lt;/P&gt;&lt;P&gt;Aadarsh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2005 06:40:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sy-tabix-for-internal-table-in-smartform/m-p/1066779#M93508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-09T06:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: sy-tabix for internal table in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-tabix-for-internal-table-in-smartform/m-p/1066780#M93509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adarsh,&lt;/P&gt;&lt;P&gt;Have a local variable declared in the smart form.&lt;/P&gt;&lt;P&gt;After the loop, create a program code node, and just keep incrememnting this. This will just simulate your sy-tabix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember to reset it once your looping is done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls reward points &amp;amp; close the thread if your Q is answered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Prabhu&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2005 06:45:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sy-tabix-for-internal-table-in-smartform/m-p/1066780#M93509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-09T06:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: sy-tabix for internal table in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-tabix-for-internal-table-in-smartform/m-p/1066781#M93510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aadarsh,&lt;/P&gt;&lt;P&gt;Give ur sy-tabix at the end of the loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;//table node populations.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give a seperate loop for this.&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;sy-tabix.&lt;/P&gt;&lt;P&gt;endloop&lt;/P&gt;&lt;P&gt;get the total no and print it after the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u r using do loop then give sy-index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope tihs helps u,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagarajan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Nagarajan Kumarappan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2005 06:46:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sy-tabix-for-internal-table-in-smartform/m-p/1066781#M93510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-09T06:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: sy-tabix for internal table in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-tabix-for-internal-table-in-smartform/m-p/1066782#M93511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how  &amp;lt;b&amp;gt;do loop&amp;lt;/b&amp;gt; works inside samrt form...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as prashant said you need to declare a variable and you need to increment it, it will give correct value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2005 06:54:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sy-tabix-for-internal-table-in-smartform/m-p/1066782#M93511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-09T06:54:01Z</dc:date>
    </item>
  </channel>
</rss>

