<?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: Adding rows to table control or step loop in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-rows-to-table-control-or-step-loop/m-p/1977732#M400383</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Narendran,&lt;/P&gt;&lt;P&gt;I would try the tip today and then award points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yours,&lt;/P&gt;&lt;P&gt;Black&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Mar 2007 09:06:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-05T09:06:39Z</dc:date>
    <item>
      <title>Adding rows to table control or step loop</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-rows-to-table-control-or-step-loop/m-p/1977730#M400381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;I have creazted a table control as data input to ITAB. The user should be able to add more rows if nesseccary to the table during data input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I write the code to enable the user to do this. I would appresiate code as example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Black&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2007 18:39:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-rows-to-table-control-or-step-loop/m-p/1977730#M400381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-02T18:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Adding rows to table control or step loop</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-rows-to-table-control-or-step-loop/m-p/1977731#M400382</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;Create a button for insert in the application toolbar..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the button is pressed..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE SY-UCOMM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN 'INSERT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Add new rows.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      tc-lines = tc-lines + 20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;TC will be the table control name..&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2007 18:44:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-rows-to-table-control-or-step-loop/m-p/1977731#M400382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-02T18:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Adding rows to table control or step loop</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-rows-to-table-control-or-step-loop/m-p/1977732#M400383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Narendran,&lt;/P&gt;&lt;P&gt;I would try the tip today and then award points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yours,&lt;/P&gt;&lt;P&gt;Black&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2007 09:06:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-rows-to-table-control-or-step-loop/m-p/1977732#M400383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-05T09:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Adding rows to table control or step loop</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-rows-to-table-control-or-step-loop/m-p/1977733#M400384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo Narendran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried your tip. It works. So have awarded points too.&lt;/P&gt;&lt;P&gt;I would appreciate if you have a written prog. with screen shots that you can post to my mail:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mide34@hotmail.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would be great becos some og the examples I have are somehow too complecated for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Black.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2007 18:16:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-rows-to-table-control-or-step-loop/m-p/1977733#M400384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-05T18:16:04Z</dc:date>
    </item>
  </channel>
</rss>

