<?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: Copy data over different client... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-data-over-different-client/m-p/1259435#M147149</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can write a quick abap:&lt;/P&gt;&lt;P&gt;SELECT * FROM SCUSTOM CLIENT SPECIFIED INTO WA_SCUSTOM &lt;/P&gt;&lt;P&gt;         WHERE MANDT = '003'. &lt;/P&gt;&lt;P&gt;  insert scustom from wa_scustom.&lt;/P&gt;&lt;P&gt;ENDSELECT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Mar 2006 02:31:38 GMT</pubDate>
    <dc:creator>former_member186741</dc:creator>
    <dc:date>2006-03-22T02:31:38Z</dc:date>
    <item>
      <title>Copy data over different client...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-data-over-different-client/m-p/1259433#M147147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any way to copy data from one client to another ?&lt;/P&gt;&lt;P&gt;what i want to do is copy hundreds of materials' data &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2006 02:10:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-data-over-different-client/m-p/1259433#M147147</guid>
      <dc:creator>kowong</dc:creator>
      <dc:date>2006-03-22T02:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Copy data over different client...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-data-over-different-client/m-p/1259434#M147148</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;If they are tied to a Transport Request, you can use the Transaction SCC1 to copy the data to a different Client. Another option could be to explore the possibility of distribution by ALE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2006 02:15:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-data-over-different-client/m-p/1259434#M147148</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-03-22T02:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Copy data over different client...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-data-over-different-client/m-p/1259435#M147149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can write a quick abap:&lt;/P&gt;&lt;P&gt;SELECT * FROM SCUSTOM CLIENT SPECIFIED INTO WA_SCUSTOM &lt;/P&gt;&lt;P&gt;         WHERE MANDT = '003'. &lt;/P&gt;&lt;P&gt;  insert scustom from wa_scustom.&lt;/P&gt;&lt;P&gt;ENDSELECT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2006 02:31:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-data-over-different-client/m-p/1259435#M147149</guid>
      <dc:creator>former_member186741</dc:creator>
      <dc:date>2006-03-22T02:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Copy data over different client...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-data-over-different-client/m-p/1259436#M147150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kokwei,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use these programs to copy data between clients.&lt;/P&gt;&lt;P&gt;RSCLCCOP - Copy Object Lists Between Clients (SCC1 offline)&lt;/P&gt;&lt;P&gt;RSCLXCOP - Copy Client-Specific Tables from a Client&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To transport the entries of a table ( not the table definition ) goto tcode SE01.&lt;/P&gt;&lt;P&gt;Click on create button, select transport of copies .&lt;/P&gt;&lt;P&gt;Give a description and target system . This will create a transport request for you . Now display this transport in SE01 . Click on Object list . Here add new entries. In the table control form you have the option to enter R3TR TABU &amp;lt;YOUR_TABLENAME&amp;gt;. Then there will be a key button on this new added row. Click on that and put "*" .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See &lt;A href="http://www.sap-basis-abap.com/sapbs046.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/sapbs046.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2006 03:33:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-data-over-different-client/m-p/1259436#M147150</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-22T03:33:13Z</dc:date>
    </item>
  </channel>
</rss>

