<?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: Copying objects from one client to another in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-objects-from-one-client-to-another/m-p/4621965#M1088756</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have to import the request into the QA system (like any other transport request)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Oct 2008 10:56:21 GMT</pubDate>
    <dc:creator>JozsefSzikszai</dc:creator>
    <dc:date>2008-10-27T10:56:21Z</dc:date>
    <item>
      <title>Copying objects from one client to another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-objects-from-one-client-to-another/m-p/4621957#M1088748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to copy many objects from the DEV client to the QA client. A typical program contains many elements - Screens, Status, Title, Transaction and so on. Currently the way I copy is by manually creating the individual elements in the new client. Is there a better way to do this, like copying over all elements in one go from one client to the other?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 10:23:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-objects-from-one-client-to-another/m-p/4621957#M1088748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-27T10:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Copying objects from one client to another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-objects-from-one-client-to-another/m-p/4621958#M1088749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to do it with transport requests. In the request pick up R3TR PROG name_of_the program ==&amp;gt; this will take the program with all screens, titlebars, GUI statueses. However you have to add the following objects to the request manually: include programs, transaction codes, any Z... dictionary objects.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 10:28:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-objects-from-one-client-to-another/m-p/4621958#M1088749</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-10-27T10:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Copying objects from one client to another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-objects-from-one-client-to-another/m-p/4621959#M1088750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;- Call transaction SE10 and create a "Transport of Copies" request, give the QA system as the target,&lt;/P&gt;&lt;P&gt;- Include the report(s) in it (put the whole object will all sub-object by inserting the R3TR PROG object) (or, via SE10, insert objects from your every nitial DEV transport requests)&lt;/P&gt;&lt;P&gt;- Transport the request to the desired target&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 10:29:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-objects-from-one-client-to-another/m-p/4621959#M1088750</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2008-10-27T10:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Copying objects from one client to another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-objects-from-one-client-to-another/m-p/4621960#M1088751</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;You can copy all the Program elements in a Single CTS and transport the same to QA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If some of the Program elements are already saved into a different CTS/Transport Request, then you can choose the option of Change Object directory and move all of them into a single CTS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use SE80 to view all program elements in a One go.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 10:29:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-objects-from-one-client-to-another/m-p/4621960#M1088751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-27T10:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Copying objects from one client to another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-objects-from-one-client-to-another/m-p/4621961#M1088752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Repository objects like Programs, function Modules etc are same across all the clients.If you create that in one client of a server, you can see the same code in another client of the same server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the servers are different, you need to make transport request for the objects and transport them to target server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 10:29:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-objects-from-one-client-to-another/m-p/4621961#M1088752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-27T10:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Copying objects from one client to another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-objects-from-one-client-to-another/m-p/4621962#M1088753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;R3TR PROG is for the program. What is it for the tcode?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 10:45:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-objects-from-one-client-to-another/m-p/4621962#M1088753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-27T10:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Copying objects from one client to another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-objects-from-one-client-to-another/m-p/4621963#M1088754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;R3TR TRAN ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 10:47:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-objects-from-one-client-to-another/m-p/4621963#M1088754</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-10-27T10:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Copying objects from one client to another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-objects-from-one-client-to-another/m-p/4621964#M1088755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok I went ahead and released it in DEV. How do I see it in QA?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 10:53:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-objects-from-one-client-to-another/m-p/4621964#M1088755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-27T10:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Copying objects from one client to another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-objects-from-one-client-to-another/m-p/4621965#M1088756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have to import the request into the QA system (like any other transport request)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 10:56:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-objects-from-one-client-to-another/m-p/4621965#M1088756</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-10-27T10:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Copying objects from one client to another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-objects-from-one-client-to-another/m-p/4621966#M1088757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you show me how to import object&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 10:58:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-objects-from-one-client-to-another/m-p/4621966#M1088757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-27T10:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Copying objects from one client to another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-objects-from-one-client-to-another/m-p/4621967#M1088758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;start transaction STMS, but if you have no idea how to use it, than ask someone from Basis Team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 11:00:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-objects-from-one-client-to-another/m-p/4621967#M1088758</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-10-27T11:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Copying objects from one client to another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-objects-from-one-client-to-another/m-p/4621968#M1088759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look also at [Change and Transport System - Overview (BC-CST)|http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCTS/BCCTS.pdf]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 14:07:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-objects-from-one-client-to-another/m-p/4621968#M1088759</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2008-10-27T14:07:37Z</dc:date>
    </item>
  </channel>
</rss>

