<?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: Create a package whose objects can't be transported??? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-package-whose-objects-can-t-be-transported/m-p/963853#M68065</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your approach will work Bruce. I am assuming that you are going to &amp;lt;b&amp;gt;copy not reassign&amp;lt;/b&amp;gt; each of the obselete custom objects. Copy them to a new program that is assigned to this new development class and kept in a transport request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason for copying instead of reassigning is that once you are ready to delete the obsolete objects from your production system, you need to send a transport deleting them to production. If you just reassign, you will not be able to transport it and delete the objects in production.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Sep 2005 19:06:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-09-22T19:06:04Z</dc:date>
    <item>
      <title>Create a package whose objects can't be transported???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-package-whose-objects-can-t-be-transported/m-p/963849#M68061</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;We are planning on deleting a number of customer programs that have become obsolete.  Before we delete these programs we plan on copying them to a new package.  We do not want any of the objects that are created within this new package to be transported out of our development environment.  Is there a way to accomplish this systemically rather than depending upon discipline?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this a situation anyone has experienced and do they have a solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Bruce&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2005 17:07:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-package-whose-objects-can-t-be-transported/m-p/963849#M68061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-22T17:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Create a package whose objects can't be transported???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-package-whose-objects-can-t-be-transported/m-p/963850#M68062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When coping them, you can assign them to $TMP development class(package).  This will keep them local. You could also create a custom or "Z" devleopment class(package) which is not transportable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2005 17:13:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-package-whose-objects-can-t-be-transported/m-p/963850#M68062</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-09-22T17:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Create a package whose objects can't be transported???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-package-whose-objects-can-t-be-transported/m-p/963851#M68063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When creating a development class(package) for local objects, it must begin with $.   So if you want to create a custom DC,  start with $Z.  Don't enter anything for transport layer  and use LOCAL for the software component.&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;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2005 17:20:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-package-whose-objects-can-t-be-transported/m-p/963851#M68063</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-09-22T17:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Create a package whose objects can't be transported???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-package-whose-objects-can-t-be-transported/m-p/963852#M68064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answer.  I took a different approach.  These are the values of the parameters I set when creating the new package:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transport layer - I left this blank&lt;/P&gt;&lt;P&gt;Software component - Home&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I set the software component to home instead of local because I wanted a transport request to be created.  This will allow better auditing as well as prevent multiple users from editing the same object once the object has been assigned to a development request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I set the transport layer to space to prevent the development request from being transported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Bruce&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2005 18:57:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-package-whose-objects-can-t-be-transported/m-p/963852#M68064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-22T18:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Create a package whose objects can't be transported???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-package-whose-objects-can-t-be-transported/m-p/963853#M68065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your approach will work Bruce. I am assuming that you are going to &amp;lt;b&amp;gt;copy not reassign&amp;lt;/b&amp;gt; each of the obselete custom objects. Copy them to a new program that is assigned to this new development class and kept in a transport request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason for copying instead of reassigning is that once you are ready to delete the obsolete objects from your production system, you need to send a transport deleting them to production. If you just reassign, you will not be able to transport it and delete the objects in production.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2005 19:06:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-package-whose-objects-can-t-be-transported/m-p/963853#M68065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-22T19:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Create a package whose objects can't be transported???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-package-whose-objects-can-t-be-transported/m-p/963854#M68066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Srinivas Adavi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, we will be copying these programs to the new package, adding the suffix "_OBS" to the program name.  After we've copied the program, we will delete the original.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Bruce&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2005 19:22:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-package-whose-objects-can-t-be-transported/m-p/963854#M68066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-22T19:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Create a package whose objects can't be transported???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-package-whose-objects-can-t-be-transported/m-p/963855#M68067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;closing old post&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 18:23:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-package-whose-objects-can-t-be-transported/m-p/963855#M68067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T18:23:49Z</dc:date>
    </item>
  </channel>
</rss>

