<?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 $TMP local objects to another system in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-tmp-local-objects-to-another-system/m-p/8556419#M1658698</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have suggested to our ABAP team to place these in a transport so they can be moved and tracked.  Thanks for your input.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Feb 2012 12:11:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-02-23T12:11:33Z</dc:date>
    <item>
      <title>Copying $TMP local objects to another system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-tmp-local-objects-to-another-system/m-p/8556415#M1658694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did a dump of table TADIR in our production system on DEVCLASS $TMP and got a list of many local objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We want to bring these back into our dev environment so they can be corrected and have our landscapes be consistent.  I know local objects are not transportable, so is there a way to do this besides either a DB copy (homogenous system copy) or creating the objects manually in DEV?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 18:43:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-tmp-local-objects-to-another-system/m-p/8556415#M1658694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-22T18:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Copying $TMP local objects to another system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-tmp-local-objects-to-another-system/m-p/8556416#M1658695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Yo u can do this in many ways. &lt;/P&gt;&lt;P&gt;1. Go into every object and reassign the object to a z package and include them into a Transport request in production and import the same in your development system. &lt;/P&gt;&lt;P&gt;2. Decide the Package that you are going to use. Now go to transaction SE03 and under Object Directory there is an option Change object Direct Entries and you can enter the package there.&lt;/P&gt;&lt;P&gt;3. Another way is go to SE16 and enter TADIR and enter all your objects. Next you can change the package there directly in change mode. Then you can go to SE03 and include all these objects manually into a transport request in SE03.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: In case there is any Table maintenance generator you need to take of that as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Vijay V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 18:52:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-tmp-local-objects-to-another-system/m-p/8556416#M1658695</guid>
      <dc:creator>vijaymanikandan</dc:creator>
      <dc:date>2012-02-22T18:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Copying $TMP local objects to another system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-tmp-local-objects-to-another-system/m-p/8556417#M1658696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure this is stuff you want to move to development? I don't have system access right now to double-check, but I remember a lot of these $TMP objects are generated dynamically, e.g. based on ad-hoc queries, report painter, SE16, validations/substitutions, etc.&lt;/P&gt;&lt;P&gt;If your production system was always closed for changes to repository objects (like it should be), then there should be nothing to be transported back to development.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 20:59:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-tmp-local-objects-to-another-system/m-p/8556417#M1658696</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2012-02-22T20:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Copying $TMP local objects to another system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-tmp-local-objects-to-another-system/m-p/8556418#M1658697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Excellent point!  Unfortunately, our PRD system was allowed to be wide open for changes in the past, so even though most of these $TMP objects are probably junk, some need to be evaluated and possible fixed in DEV to avoid any inconsistencies. (We are doing this as a precautionary measure before an upgrade project).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 12:10:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-tmp-local-objects-to-another-system/m-p/8556418#M1658697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-23T12:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Copying $TMP local objects to another system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-tmp-local-objects-to-another-system/m-p/8556419#M1658698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have suggested to our ABAP team to place these in a transport so they can be moved and tracked.  Thanks for your input.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 12:11:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-tmp-local-objects-to-another-system/m-p/8556419#M1658698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-23T12:11:33Z</dc:date>
    </item>
  </channel>
</rss>

