<?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 a Row in Table Control when clicking a Button in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-row-in-table-control-when-clicking-a-button/m-p/2218114#M475820</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;for the button click wtite the code in pai&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append intial line to internal table which displays data in table control&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also in pbo of that screen write the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;describe table it_list lines z_tc_list-lines .&lt;/P&gt;&lt;P&gt;it_list is internal table &lt;/P&gt;&lt;P&gt;z_tc_list-lines  is table control&lt;/P&gt;&lt;P&gt;reagrds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;navjot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpfull&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;feel free to revert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        navjot sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Apr 2007 07:17:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-23T07:17:05Z</dc:date>
    <item>
      <title>Adding a Row in Table Control when clicking a Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-row-in-table-control-when-clicking-a-button/m-p/2218113#M475819</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;    I have a scenario where initially I am loading the data from the table into the table control on the screen. I have a button for adding new records into the table control. Initially the table control in diabled for editing . My requirement is that when I press the "ADD" button a new row should be available for editing and after entering the data into that row I should save the data into the table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Waiting for reply.. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2007 07:14:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-row-in-table-control-when-clicking-a-button/m-p/2218113#M475819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-23T07:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Row in Table Control when clicking a Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-row-in-table-control-when-clicking-a-button/m-p/2218114#M475820</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;for the button click wtite the code in pai&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append intial line to internal table which displays data in table control&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also in pbo of that screen write the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;describe table it_list lines z_tc_list-lines .&lt;/P&gt;&lt;P&gt;it_list is internal table &lt;/P&gt;&lt;P&gt;z_tc_list-lines  is table control&lt;/P&gt;&lt;P&gt;reagrds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;navjot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpfull&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;feel free to revert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        navjot sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2007 07:17:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-row-in-table-control-when-clicking-a-button/m-p/2218114#M475820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-23T07:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Row in Table Control when clicking a Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-row-in-table-control-when-clicking-a-button/m-p/2218115#M475821</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;  welcome to sdn..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  check the demo program &amp;lt;b&amp;gt;demo_dynpro_tabcont_loop_at.&amp;lt;/b&amp;gt; for your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;veeresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2007 07:18:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-row-in-table-control-when-clicking-a-button/m-p/2218115#M475821</guid>
      <dc:creator>former_member673464</dc:creator>
      <dc:date>2007-04-23T07:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Row in Table Control when clicking a Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-row-in-table-control-when-clicking-a-button/m-p/2218116#M475822</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;You would have to add an initial line to the internal table. It would appear as a row for editing, where you could add data and save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dinesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2007 07:18:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-row-in-table-control-when-clicking-a-button/m-p/2218116#M475822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-23T07:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Row in Table Control when clicking a Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-row-in-table-control-when-clicking-a-button/m-p/2218117#M475823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dinesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I am trying that only but still I am not getting it ... Can u elaborate on your suggestion .. Thank You&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2007 10:10:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-row-in-table-control-when-clicking-a-button/m-p/2218117#M475823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-23T10:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Row in Table Control when clicking a Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-row-in-table-control-when-clicking-a-button/m-p/2218118#M475824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi premal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;boss in pai write the following code&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 'add'.&lt;/P&gt;&lt;P&gt;appent intial line to itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will add a blank line to ur internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after this the screen will again be called at table control will again be filled from ur internal table so a blank line will appear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;navjot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2007 10:14:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-row-in-table-control-when-clicking-a-button/m-p/2218118#M475824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-23T10:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Row in Table Control when clicking a Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-row-in-table-control-when-clicking-a-button/m-p/2218119#M475825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this in line with my last post&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after writing the aboce code also write this in the pbo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;describe table it_list lines z_tc_list-lines .&lt;/P&gt;&lt;P&gt;it_list is internal table &lt;/P&gt;&lt;P&gt;z_tc_list-lines is table control&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;navjot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2007 10:21:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-row-in-table-control-when-clicking-a-button/m-p/2218119#M475825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-23T10:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Row in Table Control when clicking a Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-row-in-table-control-when-clicking-a-button/m-p/2218120#M475826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You all ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Problem is solved... Thanks for your gr8 help ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2007 10:38:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-row-in-table-control-when-clicking-a-button/m-p/2218120#M475826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-23T10:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Row in Table Control when clicking a Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-row-in-table-control-when-clicking-a-button/m-p/2218121#M475827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awarded Points to all friends for help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2007 10:38:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-row-in-table-control-when-clicking-a-button/m-p/2218121#M475827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-23T10:38:47Z</dc:date>
    </item>
  </channel>
</rss>

