<?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 Table Control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2773871#M646430</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;          I have create one table control. In that I would like to put data into table control and save it into Ztable. I am able to do that but my problem is when I run the program I need automatically generated counter on the table control.And if i insert one record into table control then when I insert next record to the next line the counter must be increment automatically. How to do this? Plz help me.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards.&lt;/P&gt;&lt;P&gt;Pradip Pawar.&lt;/P&gt;&lt;P&gt;ABAP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Sep 2007 12:23:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-05T12:23:17Z</dc:date>
    <item>
      <title>Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2773871#M646430</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;          I have create one table control. In that I would like to put data into table control and save it into Ztable. I am able to do that but my problem is when I run the program I need automatically generated counter on the table control.And if i insert one record into table control then when I insert next record to the next line the counter must be increment automatically. How to do this? Plz help me.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards.&lt;/P&gt;&lt;P&gt;Pradip Pawar.&lt;/P&gt;&lt;P&gt;ABAP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2007 12:23:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2773871#M646430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-05T12:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2773872#M646431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Pradip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have understood like : we have a table control and know how to insert lines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we are clicking the "insert" an event in PAI is getting triggered and based on which we are enabling the next line&lt;/P&gt;&lt;P&gt;in this case we have the line number into which we are making the fields as input&lt;/P&gt;&lt;P&gt;we can utilize this as a basis for counter...when an insert is clicked...increment the counter and remember to reduce it on delete button click&lt;/P&gt;&lt;P&gt;We can then pass this to PBO..since we have the line number which was just enabled...field for counter can be passed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;i&amp;gt;Pls reward and revert if the solution is feasible and suited for the requirement&amp;lt;/i&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Byju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2007 04:42:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2773872#M646431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-06T04:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2773873#M646432</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;I suggest when you are Looping Itab in PBO. At that time transfer counter value in Internal Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when you are adding a Line. It's getting added in to that internal table. It will be automatically added in the ITAB and so it will be displayed after you click any button including Insert or Delete Button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Darshan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;Please reward points to helpful answer. It Motivates us to Help Others.&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2007 14:13:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2773873#M646432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-06T14:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2773874#M646433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks All For your Valuable contribution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Pradip Pawar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Sep 2007 13:05:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2773874#M646433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-08T13:05:03Z</dc:date>
    </item>
  </channel>
</rss>

