<?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: appending table - in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/appending-table/m-p/4581747#M1080847</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sushanth singh &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;appending keywords used to insert a new records along with the already existing records..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whereas into table keyword is overwrite the existing records&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Selva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Oct 2008 08:53:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-07T08:53:18Z</dc:date>
    <item>
      <title>appending table -</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/appending-table/m-p/4581741#M1080841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FORM sub_get_kna1_1 .&lt;/P&gt;&lt;P&gt;  IF t_vbak IS NOT INITIAL.&lt;/P&gt;&lt;P&gt;    SELECT kunnr "Ship to party&lt;/P&gt;&lt;P&gt;           name1  " Customer name&lt;/P&gt;&lt;P&gt;           ort01   "City&lt;/P&gt;&lt;P&gt;           pstlz  "Postal Code&lt;/P&gt;&lt;P&gt;           regio  "Region&lt;/P&gt;&lt;P&gt;           FROM kna1&lt;/P&gt;&lt;P&gt;           APPENDING TABLE t_kna1&lt;/P&gt;&lt;P&gt;           FOR ALL ENTRIES IN t_vbak&lt;/P&gt;&lt;P&gt;           WHERE kunnr = t_vbak-kunnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) in the above code what do the key words appending table stand for ?  t_kna1 is an internal table which already has some data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 08:48:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/appending-table/m-p/4581741#M1080841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T08:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: appending table -</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/appending-table/m-p/4581742#M1080842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; In this statement the new entries fetched through this SELECT statement will be appended to the t_kna1 table in addition to existing entries. &lt;/P&gt;&lt;P&gt;If the 'appending table ' is not given the previous entries will be deleted and the new entries alone will be there in t_kna1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note -  The structure should be same to avoid dumping &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Kothand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 08:50:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/appending-table/m-p/4581742#M1080842</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T08:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: appending table -</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/appending-table/m-p/4581743#M1080843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well the selected information is beeing appended to table t_kna1 as a new record.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 08:51:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/appending-table/m-p/4581743#M1080843</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T08:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: appending table -</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/appending-table/m-p/4581744#M1080844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;few more records are appended to table T_KNA1 when the conditions in the select query are satisfied.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 08:51:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/appending-table/m-p/4581744#M1080844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T08:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: appending table -</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/appending-table/m-p/4581745#M1080845</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 the appending statement means, it will append to exisitng t_kna1 data, it will not over write&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Madhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 08:51:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/appending-table/m-p/4581745#M1080845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T08:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: appending table -</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/appending-table/m-p/4581746#M1080846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your question itself has the answer..!&lt;/P&gt;&lt;P&gt;t_kna1 is table which already has data and they are appending the additional data with this select query.&lt;/P&gt;&lt;P&gt;means: t_kna1 will have previous data + current select query data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use F1 option in APPENDING TABLE. u'l get better understanding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;padma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 08:52:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/appending-table/m-p/4581746#M1080846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T08:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: appending table -</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/appending-table/m-p/4581747#M1080847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sushanth singh &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;appending keywords used to insert a new records along with the already existing records..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whereas into table keyword is overwrite the existing records&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Selva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 08:53:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/appending-table/m-p/4581747#M1080847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T08:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: appending table -</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/appending-table/m-p/4581748#M1080848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushanth,&lt;/P&gt;&lt;P&gt;Appending means that the entries will be appended to the existing entries in the itab t_kna1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 08:53:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/appending-table/m-p/4581748#M1080848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T08:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: appending table -</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/appending-table/m-p/4581749#M1080849</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;Good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appending table statement use to append the data in the after the last line of the internal table, if the internal table having 5 lines of data than it will start appending the new records from the 6th line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the below line for futher clarification on APPEND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/EN/fc/eb36c8358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/EN/fc/eb36c8358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 08:54:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/appending-table/m-p/4581749#M1080849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T08:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: appending table -</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/appending-table/m-p/4581750#M1080850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 09:15:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/appending-table/m-p/4581750#M1080850</guid>
      <dc:creator>prince_isaac</dc:creator>
      <dc:date>2008-10-07T09:15:07Z</dc:date>
    </item>
  </channel>
</rss>

