<?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 Adding an extra line in the table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-an-extra-line-in-the-table-control/m-p/2016119#M412007</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; How can we add an extra record in the table control after the user hits ADD button?We tried doing it by incrementing the lines field in the table control,but it is executing the PBO part again after hitting the ADD button.Any SAP standard program will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rakesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Mar 2007 04:06:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-20T04:06:52Z</dc:date>
    <item>
      <title>Adding an extra line in the table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-an-extra-line-in-the-table-control/m-p/2016119#M412007</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; How can we add an extra record in the table control after the user hits ADD button?We tried doing it by incrementing the lines field in the table control,but it is executing the PBO part again after hitting the ADD button.Any SAP standard program will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rakesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 04:06:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-an-extra-line-in-the-table-control/m-p/2016119#M412007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T04:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Adding an extra line in the table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-an-extra-line-in-the-table-control/m-p/2016120#M412008</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 think you can do that by inerting new line to Internal table that used in your Table Control. Here the sample:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

 TC_DATA = Your Table Control
 IT_DATA = Your Internal Table used for Table Control.

In your MODULE USER_COMMAND INPUT, add this code:
IF OK_CODE = 'ADD'.
  CLEAR: IT_DATA.
  APPEND IT_DATA.
ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 04:32:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-an-extra-line-in-the-table-control/m-p/2016120#M412008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T04:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Adding an extra line in the table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-an-extra-line-in-the-table-control/m-p/2016121#M412009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;check this program&lt;/P&gt;&lt;P&gt;BCALV_TEST_GRID_EDITABLE&lt;/P&gt;&lt;P&gt;when u execute the program, there is an alv which displays a set of records.&lt;/P&gt;&lt;P&gt;where we have a option to add new row to the alv.check it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Reward all helpful replies&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 06:49:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-an-extra-line-in-the-table-control/m-p/2016121#M412009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T06:49:47Z</dc:date>
    </item>
  </channel>
</rss>

