<?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: How to create package in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-package/m-p/2582914#M590761</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' 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;P&gt;&lt;/P&gt;&lt;P&gt;for step by step refer,&lt;/P&gt;&lt;P&gt;/people/thomas.weiss/blog/2007/04/17/abap-trial-version-for-newbies-part-7-creating-a-program-and-a-package--an-introduction-to-the-sap-change-and-transport-system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto SE80&lt;DEL&gt;-&amp;gt;choose DEVELOPMENT CALSS option&lt;/DEL&gt;--&lt;DEL&gt;&amp;gt;provide name for PACKAGE&lt;/DEL&gt;--&lt;DEL&gt;-&amp;gt;press DISPLAY&lt;/DEL&gt;--&lt;DEL&gt;-&amp;gt;dispaly if exisist or it display dialog screen with CREAATE option and CANCEL&lt;/DEL&gt;--&lt;DEL&gt;&amp;gt;choose CREATE option&lt;/DEL&gt;--&lt;DEL&gt;&amp;gt;it will display dailog screen with required information like SHORT TEXT, APPLICATION COMPONENT, SOFTWARE COMPONENT&lt;/DEL&gt;--&lt;DEL&gt;-&amp;gt;save&lt;/DEL&gt;---activate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto SE11--&lt;DEL&gt;&amp;gt;choose TABLE object&lt;/DEL&gt;&lt;DEL&gt;&amp;gt;provide V_TDEC(predefined table required for package creation&lt;/DEL&gt;&lt;DEL&gt;&amp;gt; choose DISPLAY&lt;/DEL&gt;&lt;DEL&gt;&amp;gt; goto UTILITY&lt;/DEL&gt;&lt;DEL&gt;&amp;gt;select CREATE option or CONTENTS&lt;/DEL&gt;&lt;DEL&gt;&amp;gt;here system dispalys dialog box with all required fields( package name,short text, SOFTWARE COMPONENT )&lt;/DEL&gt;--&amp;gt;save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOW TO MOVE LOCAL PACKAGE DATA TO YOUR PACKAGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.IN the same screen you should give program option, then open your local program ,&lt;/P&gt;&lt;P&gt;2.'WRITE CLICK YOUR PROGRAM NAME', then give 'COPY' option&lt;/P&gt;&lt;P&gt;3.Next window will open here you should give 'TARGET PROGRAM NAME'.&lt;/P&gt;&lt;P&gt;4. THEN you should give you 'PACKAGE NAME'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now you can store local package program's to your package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;srinivas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;*&lt;STRONG&gt;reward for useful answers&lt;/STRONG&gt;*&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Aug 2007 14:20:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-01T14:20:42Z</dc:date>
    <item>
      <title>How to create package</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-package/m-p/2582912#M590759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts .&lt;/P&gt;&lt;P&gt;   How to create package . do we need to transport package after creating?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2007 18:30:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-package/m-p/2582912#M590759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-31T18:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to create package</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-package/m-p/2582913#M590760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.T-code=SE80.&lt;/P&gt;&lt;P&gt;2. give the option 'PACKAGE' in text field, give 'PACKAGE NAME' then enter.&lt;/P&gt;&lt;P&gt;3. The next screen will open in that screen you shoul give short text and Software Component-'HOME'. then enter.&lt;/P&gt;&lt;P&gt;4. Next screen will open here you should give create request then next page will open&lt;/P&gt;&lt;P&gt;5.In the next page give short description this is your package identification,then click 'SAVE ' button now one unique number will open then give 'YES' button, now your package is created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF USEFULL REWARD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 14:13:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-package/m-p/2582913#M590760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T14:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to create package</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-package/m-p/2582914#M590761</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' 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;P&gt;&lt;/P&gt;&lt;P&gt;for step by step refer,&lt;/P&gt;&lt;P&gt;/people/thomas.weiss/blog/2007/04/17/abap-trial-version-for-newbies-part-7-creating-a-program-and-a-package--an-introduction-to-the-sap-change-and-transport-system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto SE80&lt;DEL&gt;-&amp;gt;choose DEVELOPMENT CALSS option&lt;/DEL&gt;--&lt;DEL&gt;&amp;gt;provide name for PACKAGE&lt;/DEL&gt;--&lt;DEL&gt;-&amp;gt;press DISPLAY&lt;/DEL&gt;--&lt;DEL&gt;-&amp;gt;dispaly if exisist or it display dialog screen with CREAATE option and CANCEL&lt;/DEL&gt;--&lt;DEL&gt;&amp;gt;choose CREATE option&lt;/DEL&gt;--&lt;DEL&gt;&amp;gt;it will display dailog screen with required information like SHORT TEXT, APPLICATION COMPONENT, SOFTWARE COMPONENT&lt;/DEL&gt;--&lt;DEL&gt;-&amp;gt;save&lt;/DEL&gt;---activate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto SE11--&lt;DEL&gt;&amp;gt;choose TABLE object&lt;/DEL&gt;&lt;DEL&gt;&amp;gt;provide V_TDEC(predefined table required for package creation&lt;/DEL&gt;&lt;DEL&gt;&amp;gt; choose DISPLAY&lt;/DEL&gt;&lt;DEL&gt;&amp;gt; goto UTILITY&lt;/DEL&gt;&lt;DEL&gt;&amp;gt;select CREATE option or CONTENTS&lt;/DEL&gt;&lt;DEL&gt;&amp;gt;here system dispalys dialog box with all required fields( package name,short text, SOFTWARE COMPONENT )&lt;/DEL&gt;--&amp;gt;save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOW TO MOVE LOCAL PACKAGE DATA TO YOUR PACKAGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.IN the same screen you should give program option, then open your local program ,&lt;/P&gt;&lt;P&gt;2.'WRITE CLICK YOUR PROGRAM NAME', then give 'COPY' option&lt;/P&gt;&lt;P&gt;3.Next window will open here you should give 'TARGET PROGRAM NAME'.&lt;/P&gt;&lt;P&gt;4. THEN you should give you 'PACKAGE NAME'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now you can store local package program's to your package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;srinivas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;*&lt;STRONG&gt;reward for useful answers&lt;/STRONG&gt;*&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 14:20:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-package/m-p/2582914#M590761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T14:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to create package</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-package/m-p/2582915#M590762</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;1.T-code=SE80.&lt;/P&gt;&lt;P&gt;2. give the option 'PACKAGE' in text field, give 'PACKAGE NAME' then enter.&lt;/P&gt;&lt;P&gt;3. The next screen will open in that screen you shoul give short text and Software Component-'HOME'. then enter.&lt;/P&gt;&lt;P&gt;4. Next screen will open here you should give create request then next page will open&lt;/P&gt;&lt;P&gt;5.In the next page give short description this is your package identification,then click 'SAVE ' button now one unique number will open then give 'YES' button, now your package is created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Suresh Aluri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 14:29:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-package/m-p/2582915#M590762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T14:29:38Z</dc:date>
    </item>
  </channel>
</rss>

