<?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: Append and Insert in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-and-insert/m-p/3416197#M820487</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Append:Can be used with Standard internal table. &lt;/P&gt;&lt;P&gt;Insert:Can be used with standard,hashed and sorted internal table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append always adds entry at the end of internal table. &lt;/P&gt;&lt;P&gt;insert for standard tables adds at end or index specified. &lt;/P&gt;&lt;P&gt;for sorted and hashed it will add entry as per the key given. &lt;/P&gt;&lt;P&gt;please reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 Feb 2008 10:35:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-23T10:35:35Z</dc:date>
    <item>
      <title>Append and Insert</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-and-insert/m-p/3416194#M820484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not clear with the difference between append and insert. Hence append is one which add a particular tuple into last of an internal table but while using insert also it gives the same while using at programmiing. So, please clear this concept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Feb 2008 09:24:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-and-insert/m-p/3416194#M820484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-23T09:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Append and Insert</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-and-insert/m-p/3416195#M820485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both Append and Insert are used for the Internal Tables ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But Append only apeends a REcord at Last in the ITab.. But Insert using Insetrt statement can be done at any point.........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use Append and Insert for Standard Tables But u cannot use Append for Sorted or Generic Tables.. because it will apeend at end only..then the sorted order will be violated then u will get the shortdump..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so for sorted or generic type of tables u have to use Insert rather than Append...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Babu...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: venkoji babu on Feb 23, 2008 10:29 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Feb 2008 09:28:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-and-insert/m-p/3416195#M820485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-23T09:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Append and Insert</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-and-insert/m-p/3416196#M820486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;with 'append'.appended record will save it on the end of the internal table.&lt;/P&gt;&lt;P&gt;with 'insert' record will be placed where ever u want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Feb 2008 10:15:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-and-insert/m-p/3416196#M820486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-23T10:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Append and Insert</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-and-insert/m-p/3416197#M820487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Append:Can be used with Standard internal table. &lt;/P&gt;&lt;P&gt;Insert:Can be used with standard,hashed and sorted internal table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append always adds entry at the end of internal table. &lt;/P&gt;&lt;P&gt;insert for standard tables adds at end or index specified. &lt;/P&gt;&lt;P&gt;for sorted and hashed it will add entry as per the key given. &lt;/P&gt;&lt;P&gt;please reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Feb 2008 10:35:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-and-insert/m-p/3416197#M820487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-23T10:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Append and Insert</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-and-insert/m-p/3416198#M820488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;-   To add lines to internal table either by singly or groups &lt;/P&gt;&lt;P&gt;    INSERT &amp;lt;WA&amp;gt; INTO TABLE &amp;lt;ITAB&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; -  To add several lines to an internal table &lt;/P&gt;&lt;P&gt;   INSERT LINES OF &amp;lt;ITAB&amp;gt; [FROM &amp;lt;N1&amp;gt;] [TO &amp;lt;N2&amp;gt; ] INTO TABLE &amp;lt;ITAB2&amp;gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;ITAB1&amp;gt; AND &amp;lt;ITAB2&amp;gt; ARE TABLES WITH A COMPATIBLE LINE TYPES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-  APPEND &amp;lt;WA&amp;gt; TO &amp;lt;ITAB&amp;gt;	: &lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;APPEND lines of &amp;lt;itab1&amp;gt; to &amp;lt;itab2&amp;gt;.&lt;/P&gt;&lt;P&gt;Append only appends a record at Last in the itab and  Insert using Insert statement can be done at any point&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx&lt;/P&gt;&lt;P&gt;Jagadeesh.G.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Jagadeshwar Gollapelly on Feb 23, 2008 11:48 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Feb 2008 10:47:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-and-insert/m-p/3416198#M820488</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-23T10:47:55Z</dc:date>
    </item>
  </channel>
</rss>

