<?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: Regarding arching tables data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-arching-tables-data/m-p/3292276#M787782</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello sukumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; and also can u tell me is there any other way to do so??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jan 2008 06:50:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-07T06:50:57Z</dc:date>
    <item>
      <title>Regarding arching tables data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-arching-tables-data/m-p/3292273#M787779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I need one small help, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I have some &lt;STRONG&gt;ZXXXXX&lt;/STRONG&gt; table, In that table i have some 80000 records with dates. Now i want to keep only last 2 days data ( say that means only 100 records will be t here ) now i want to arching the remaning records from the table &lt;STRONG&gt;ZXXXXX&lt;/STRONG&gt; to &lt;STRONG&gt;ZXXXXX_XXX&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   So can please help me on this ASAP..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 06:39:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-arching-tables-data/m-p/3292273#M787779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T06:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding arching tables data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-arching-tables-data/m-p/3292274#M787780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you want to archeive from any program or directly. If through program, use select query with the given dates and archive rest into one internal table. Then u append all values from internal table to your Z table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suku&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 06:41:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-arching-tables-data/m-p/3292274#M787780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T06:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding arching tables data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-arching-tables-data/m-p/3292275#M787781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes i want to do through a program only.. can u give me some tips on this ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 06:47:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-arching-tables-data/m-p/3292275#M787781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T06:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding arching tables data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-arching-tables-data/m-p/3292276#M787782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello sukumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; and also can u tell me is there any other way to do so??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 06:50:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-arching-tables-data/m-p/3292276#M787782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T06:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding arching tables data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-arching-tables-data/m-p/3292277#M787783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i dont know the other way to do, but in code u can.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First select the last 2 days record from the Z table 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from ztable1 where date ne date1 and date2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then move all the balance records to one internal table and move the entire records to your archive table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab1 into wa1.&lt;/P&gt;&lt;P&gt;modify zarchive from wa1.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suku&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 06:55:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-arching-tables-data/m-p/3292277#M787783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T06:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding arching tables data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-arching-tables-data/m-p/3292278#M787784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I understand your requirement.&lt;/P&gt;&lt;P&gt;do onething.while copying from one table to another table&lt;/P&gt;&lt;P&gt;you have to give a conditon on date range i.e you want two last days data so you have to give the condition as from 5/01/08 and leave the upper limit blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be done with se16 transaction code.&lt;/P&gt;&lt;P&gt;don't go for se11..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;swami&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 06:56:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-arching-tables-data/m-p/3292278#M787784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T06:56:00Z</dc:date>
    </item>
  </channel>
</rss>

