<?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: Insert row between two filled rows in table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-row-between-two-filled-rows-in-table-control/m-p/11904781#M1962630</link>
    <description>&lt;P&gt;Its simple, get the selected line, and insert empty row in internal table, declare one key field for both header and item rows so that is easy to insert row. Key field can be used to insert row if you are not able to insert empty row. Key field would be there in background, its our coding purpose, not required to display to user. Hope this solution works. You can also validate the user is trying to insert any other sub row(Second sub row) you can give error. Also you can sort the data with that key field declared in your internal table.&lt;/P&gt;&lt;P&gt;You can achieve with little bit coding.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Guru Prasad&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 14:10:44 GMT</pubDate>
    <dc:creator>former_member288834</dc:creator>
    <dc:date>2019-03-12T14:10:44Z</dc:date>
    <item>
      <title>Insert row between two filled rows in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-row-between-two-filled-rows-in-table-control/m-p/11904780#M1962629</link>
      <description>&lt;P&gt;Hello Abapers&lt;/P&gt;
  &lt;P&gt;I have a requirement in table control that the user can insert the row between two filled rows to make it a sub row of the first one. I have two buttons one is to insert row at the end and second is when a user select a line in table control and press the second button then the empty row should insert below that particular selected line. &lt;/P&gt;
  &lt;P&gt;your help will be appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 11:56:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-row-between-two-filled-rows-in-table-control/m-p/11904780#M1962629</guid>
      <dc:creator>former_member554223</dc:creator>
      <dc:date>2019-03-12T11:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Insert row between two filled rows in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-row-between-two-filled-rows-in-table-control/m-p/11904781#M1962630</link>
      <description>&lt;P&gt;Its simple, get the selected line, and insert empty row in internal table, declare one key field for both header and item rows so that is easy to insert row. Key field can be used to insert row if you are not able to insert empty row. Key field would be there in background, its our coding purpose, not required to display to user. Hope this solution works. You can also validate the user is trying to insert any other sub row(Second sub row) you can give error. Also you can sort the data with that key field declared in your internal table.&lt;/P&gt;&lt;P&gt;You can achieve with little bit coding.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Guru Prasad&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 14:10:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-row-between-two-filled-rows-in-table-control/m-p/11904781#M1962630</guid>
      <dc:creator>former_member288834</dc:creator>
      <dc:date>2019-03-12T14:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Insert row between two filled rows in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-row-between-two-filled-rows-in-table-control/m-p/11904782#M1962631</link>
      <description>&lt;P&gt;Thanks Guru for your quick response&lt;/P&gt;&lt;P&gt; do you have the sample code of it? It would be great help to me.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 10:51:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-row-between-two-filled-rows-in-table-control/m-p/11904782#M1962631</guid>
      <dc:creator>former_member554223</dc:creator>
      <dc:date>2019-03-14T10:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Insert row between two filled rows in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-row-between-two-filled-rows-in-table-control/m-p/11904783#M1962632</link>
      <description>&lt;A href="https://answers.sap.com/users/278989/aizysyed.html"&gt;Azeem Haider&lt;/A&gt; : use &lt;A href="https://help.sap.com/doc/abapdocu_753_index_htm/7.53/en-US/abapinsert_itab_position.htm#!ABAP_ALTERNATIVE_2@2@"&gt;INSERT ... INTO ... INDEX ...&lt;/A&gt; :&lt;PRE&gt;&lt;CODE&gt;INSERT line INTO table INDEX linenumber.&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 14 Mar 2019 16:48:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-row-between-two-filled-rows-in-table-control/m-p/11904783#M1962632</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-03-14T16:48:02Z</dc:date>
    </item>
  </channel>
</rss>

