<?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: dynamically adding rows in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-adding-rows/m-p/3569184#M859024</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;use &lt;STRONG&gt;INSERT&lt;/STRONG&gt; syntax specify the index...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;insert wa INTO itab  index 2.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;jose.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Mar 2008 10:30:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-21T10:30:11Z</dc:date>
    <item>
      <title>dynamically adding rows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-adding-rows/m-p/3569183#M859023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai ,&lt;/P&gt;&lt;P&gt;         how can i dynamically add new rows in the middle of an internal table without affecting the values of  other rows in the table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2008 07:10:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-adding-rows/m-p/3569183#M859023</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-21T07:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically adding rows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-adding-rows/m-p/3569184#M859024</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;use &lt;STRONG&gt;INSERT&lt;/STRONG&gt; syntax specify the index...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;insert wa INTO itab  index 2.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;jose.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2008 10:30:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-adding-rows/m-p/3569184#M859024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-21T10:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically adding rows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-adding-rows/m-p/3569185#M859025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Scorpio,&lt;/P&gt;&lt;P&gt;U can use &lt;STRONG&gt;INSERT&lt;/STRONG&gt; STATEMENT for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSERT wa_tab TO itab INDEX l_tabix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u dont specify INDEX then u will get dump, Because ABAP Run time dont know where to insert the record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So get the exact position of where to insert the record and specify that in INDEX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u are not able to get the exact position there is one alternate solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First append the records. After appending all the records &lt;STRONG&gt;SORT&lt;/STRONG&gt; the internal table based on your requirement. This will also serves ur requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2008 11:26:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-adding-rows/m-p/3569185#M859025</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-03-21T11:26:49Z</dc:date>
    </item>
  </channel>
</rss>

