<?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 packages in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/packages/m-p/1972233#M398820</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   What is standard package , user defined package and temporary package&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Can u tell me difference between them&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srikanth.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Feb 2007 09:24:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-23T09:24:42Z</dc:date>
    <item>
      <title>packages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/packages/m-p/1972233#M398820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   What is standard package , user defined package and temporary package&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Can u tell me difference between them&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srikanth.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 09:24:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/packages/m-p/1972233#M398820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-23T09:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: packages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/packages/m-p/1972234#M398821</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;There are Packages/Dev Classes in SAP to group the related objects together.&lt;/P&gt;&lt;P&gt;Temparary package is always = '&amp;amp;TMP'. This means you can't transport the objects to other clients.(not transportable).&lt;/P&gt;&lt;P&gt;If you wants to transport the objects to other clients You need to assign a package/Dev class compulsory for which you create your own package for your Z objects and assign to the object to create a request.&lt;/P&gt;&lt;P&gt;There will be already predefined SAP std packages for the Std Objects in SAP which were created. See the attributes of any Std Report you will find it.&lt;/P&gt;&lt;P&gt;All the packages are maintained in TDEVC table.&lt;/P&gt;&lt;P&gt;Hope you understood.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Anji Reddy Vangala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 09:30:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/packages/m-p/1972234#M398821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-23T09:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: packages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/packages/m-p/1972235#M398822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The following naming conventions for packages determine the packages'&lt;/P&gt;&lt;P&gt;functions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o   Package begins with A-S or U-X:&lt;/P&gt;&lt;P&gt;    These packages are for SAP standard objects. Customer objects cannot&lt;/P&gt;&lt;P&gt;    be created in them. Changes to objects of these packages are&lt;/P&gt;&lt;P&gt;    recorded by the Transport Organizer (Request management) and can be&lt;/P&gt;&lt;P&gt;    transported (see field transport layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o   Package begins with Y or Z:&lt;/P&gt;&lt;P&gt;    Customer objects can be created in these packages. Changes to&lt;/P&gt;&lt;P&gt;    objects in these packages are recorded by the Transport Organizer&lt;/P&gt;&lt;P&gt;    (Request management). The objects can be transported to other SAP&lt;/P&gt;&lt;P&gt;    Systems (see the field transport layer ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o   Package begins with T (private test package):&lt;/P&gt;&lt;P&gt;    When you create a package of this type, you can specify whether you&lt;/P&gt;&lt;P&gt;    want changes to be recorded. If so, objects that are edited are&lt;/P&gt;&lt;P&gt;   recorded in local requests by the Transport Organizer. This package&lt;/P&gt;&lt;P&gt;does not belong to a transport layer. Objects can only be&lt;/P&gt;&lt;P&gt;transported to other SAP Systems if a transport request is created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Package begins with $ (local package):&lt;/P&gt;&lt;P&gt;Changes to objects are not recorded by the Transport Organizer. The&lt;/P&gt;&lt;P&gt;package does not belong to a transport layer. The objects cannot be&lt;/P&gt;&lt;P&gt;transported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Package begins with a namespace prefix:&lt;/P&gt;&lt;P&gt;If you have reserved a namespace, then you can create packages (and&lt;/P&gt;&lt;P&gt;other objects) whose names begin with the namespace prefix.&lt;/P&gt;&lt;P&gt;(Example of a namespace prefix /COMPANY/, example of a corresponding&lt;/P&gt;&lt;P&gt;package /COMPANY/DEVCLASS)&lt;/P&gt;&lt;P&gt;Changes to these packages are recorded by the Transport Organizer,&lt;/P&gt;&lt;P&gt;and can be transported.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 09:33:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/packages/m-p/1972235#M398822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-23T09:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: packages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/packages/m-p/1972236#M398823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Standard Package - eg: SDWA ( SAP standard package for Dialogue program)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; User defined          - We can create pacakage for transporting the object        &lt;/P&gt;&lt;P&gt;                                from Dev to Quality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                               Tcode - se80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Temp Package       -  $TMP ( we can't transport)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 10:03:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/packages/m-p/1972236#M398823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-23T10:03:15Z</dc:date>
    </item>
  </channel>
</rss>

