<?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 Difference between development class and package? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-development-class-and-package/m-p/4133853#M988568</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;whats the difference between development class and package?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rakesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jun 2008 07:23:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-30T07:23:02Z</dc:date>
    <item>
      <title>Difference between development class and package?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-development-class-and-package/m-p/4133853#M988568</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;whats the difference between development class and package?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rakesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 07:23:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-development-class-and-package/m-p/4133853#M988568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T07:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between development class and package?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-development-class-and-package/m-p/4133854#M988569</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 is no difference between developement class and package &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.6 c onwards developement class is known as package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Ankur Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 07:24:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-development-class-and-package/m-p/4133854#M988569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T07:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between development class and package?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-development-class-and-package/m-p/4133855#M988570</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;Package&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Related objects in the ABAP Workbench are grouped together in a package. The assignment of an object to a package is entered in the object directory (TADIR). The package determines the transport layer that defines the transport attributes of an object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The packages are entered in the table TDEVC. They can be maintained in the following transactions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction SE80 -&amp;gt; Enter package -&amp;gt; Double-click the package&lt;/P&gt;&lt;P&gt;Transaction SM30 - Table/view name V_TDEVC&lt;/P&gt;&lt;P&gt;The packages are themselves objects of the ABAP Workbench. They belong to their own packages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In contrast to its predecessor, the development class, a package has the following additional characteristics:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Packages can be nested.&lt;/P&gt;&lt;P&gt;Packages can contain their 'visible development objects' (visible outside of the package) in package interfaces.&lt;/P&gt;&lt;P&gt;Packages can have use access defined for other package interfaces.&lt;/P&gt;&lt;P&gt;Use&lt;/P&gt;&lt;P&gt;When an ABAP Workbench object is created, the system prompts you to assign it to a package. The package should describe the area that the object belongs to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The representation of the object tree in the ABAP Workbench (transaction SE80) uses the package as a navigation aid. If there are more than 100 objects of a certain type (that is, ABAP programs), the object tree can no longer be clearly represented and it becomes increasingly difficult to use the ABAP Workbench. In this case, we recommend creating new packages with the same transport layer and distributing the objects to the new packages on the basis of the areas they belong to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following naming conventions for packages determine the packages' functions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Package begins with A-S or U-X:&lt;/P&gt;&lt;P&gt;These packages are for SAP standard objects. Customer objects cannot be created in them. Changes to objects of these packages are recorded by the Transport Organizer (Request management) and can be transported (see field transport layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Package begins with Y or Z:&lt;/P&gt;&lt;P&gt;Customer objects can be created in these packages. Changes to objects in these packages are recorded by the Transport Organizer (Request management). The objects can be transported to other SAP Systems (see the field transport layer ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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 want changes to be recorded. If so, objects that are edited are recorded in local requests by the Transport Organizer. This package does not belong to a transport layer. Objects can only be transported to other SAP Systems if a transport request is created.&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 package does not belong to a transport layer. The objects cannot be transported.&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 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 package /COMPANY/DEVCLASS)&lt;/P&gt;&lt;P&gt;Changes to these packages are recorded by the Transport Organizer, and can be transported.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 07:24:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-development-class-and-package/m-p/4133855#M988570</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-06-30T07:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between development class and package?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-development-class-and-package/m-p/4133856#M988571</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;Development class classifies the objects belonging to the same development project.&lt;/P&gt;&lt;P&gt;When a user creates a object in R/3 system, the object needs to be stored in particular development class. The development class are object themselves. In R/3 system you store objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In local object i.e., object is stored in $tmp class and cannot be transported from one system to another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User can assign his own development class and can be transported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Package is for the group of objects in the same module or similar purpose. development class and package is having same meaning.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 07:30:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-development-class-and-package/m-p/4133856#M988571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T07:30:39Z</dc:date>
    </item>
  </channel>
</rss>

