<?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 WHAT IS PACKAGE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-package/m-p/2691380#M622631</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IN TERMS OF SAP HOW WE CAN CREAT A PACKAGE IN SAP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Aug 2007 10:42:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-14T10:42:40Z</dc:date>
    <item>
      <title>WHAT IS PACKAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-package/m-p/2691380#M622631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IN TERMS OF SAP HOW WE CAN CREAT A PACKAGE IN SAP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2007 10:42:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-package/m-p/2691380#M622631</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-14T10:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT IS PACKAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-package/m-p/2691381#M622632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In transaction SE80 enter a package name that you wish to create, click display and you'll get the message 'Package does not exist, do you want to create it'.  Then click yes and fill in the detailed attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2007 10:48:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-package/m-p/2691381#M622632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-14T10:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT IS PACKAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-package/m-p/2691382#M622633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepthi check in forum&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this question is asked lot of times or u can create through se80 transactions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2007 10:53:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-package/m-p/2691382#M622633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-14T10:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT IS PACKAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-package/m-p/2691383#M622634</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;see the following link which is useful to know abt package and how to create package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/57/38e0794eb711d182bf0000e829fbfe/content.htm"&amp;gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/57/38e0794eb711d182bf0000e829fbfe/content.htm&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2007 11:06:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-package/m-p/2691383#M622634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-14T11:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT IS PACKAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-package/m-p/2691384#M622635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;Purpose&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;The Package Builder tool allows us to implement the concept of the package in the ABAP Workbench for the first time ever. Packages are designed to help developers modularize, encapsulate, and decouple units in the SAP System. They are a further development of the concept of the development class used today and contain additional semantics.&lt;BR /&gt;In particular, the Package Builder is used to migrate existing development classes to packages, making it a new tool for developing and maintaining development classes.&lt;BR /&gt;&lt;BR /&gt;The first projects to use the package concept come from the mySAP Workplace area. The emphasis is on technically decoupling resources from the Core R/3 System, so that different products can follow different release cycles.&lt;BR /&gt;How to Call&lt;BR /&gt;&lt;BR /&gt;Call the Package Builder using either transaction SE21 or transaction SPACKAGE.&lt;BR /&gt;Features&lt;BR /&gt;&lt;BR /&gt;§ Create packages and sub-packages&lt;BR /&gt;&lt;BR /&gt;§ Specify a package hierarchy&lt;BR /&gt;&lt;BR /&gt;§ Define package interfaces for potential users&lt;BR /&gt;&lt;BR /&gt;§ Add elements to package interfaces&lt;BR /&gt;&lt;BR /&gt;§ Define use access for user packages&lt;BR /&gt;&lt;BR /&gt;§ Restrict the use of interfaces to selected users&lt;BR /&gt;&lt;BR /&gt;§ Create structure packages and define filter package interfaces.&lt;BR /&gt;Scenarios and Use of Packages&lt;BR /&gt;&lt;BR /&gt;Packages can be either provider (server) or user (client) packages. Provider packages offer development elements (function modules, BAPIs, classes, ABAP programs, types, and so on) to other packages using one or more interfaces. A provider can also be a user, availing itself of the services of other packages.&lt;BR /&gt;&lt;BR /&gt;In the documentation that follows, we have assigned a variety of scenarios to each of these two roles (provider and user). Each scenario explains how you use the Package Builder and which functions are relevant. &lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;do refer&lt;BR /&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;BR /&gt;&lt;BR /&gt;creating a package&lt;/P&gt;&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1.T-code=SE80.&lt;BR /&gt;2. give the option 'PACKAGE' in text field, give 'PACKAGE NAME' then enter.&lt;BR /&gt;3. The next screen will open in that screen you shoul give short text and Software Component-'HOME'. then enter.&lt;BR /&gt;4. Next screen will open here you should give create request then next page will open&lt;BR /&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;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;srinivas&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;/B&gt;*&lt;STRONG&gt;reward for useful answers&lt;/STRONG&gt;*&amp;lt;/b&amp;gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2007 13:55:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-package/m-p/2691384#M622635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-14T13:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT IS PACKAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-package/m-p/2691385#M622636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using transaction code: SE80, we can create the package giving the details like Shor text, Transport Layer etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Please reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srinivasa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2007 18:53:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-package/m-p/2691385#M622636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-14T18:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT IS PACKAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-package/m-p/2691386#M622637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi deepti,&lt;/P&gt;&lt;P&gt;PACKAGE is nothing but a collection of various objects which is used to store .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can create package in SE80 transaction. You will have to create the object starting with Z or Y since these are available for customers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whenever u goto transaction SE80. select the type as package and in the box write the package name and enter....&lt;/P&gt;&lt;P&gt;for this select application as "HOME'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please reward incase usefull..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2007 08:43:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-package/m-p/2691386#M622637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-15T08:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT IS PACKAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-package/m-p/2691387#M622638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;we can create a package in SE80.&lt;/P&gt;&lt;P&gt;we can save our programs , data ,tables funmods, ..etc .&lt;/P&gt;&lt;P&gt;to create atable or a program in SAP sys will ask you for apackage name .&lt;/P&gt;&lt;P&gt;so that it can sav ethe data in your package..............&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2007 18:54:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-package/m-p/2691387#M622638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-15T18:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT IS PACKAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-package/m-p/2691388#M622639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;"Creating a new development class&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Transaction SE80 now has an &amp;#147;Edit Object&amp;#148; button. You can use it to create a new development class. The name must start with Y or Z. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
'In Version 6.10 and later, the term &amp;#147;development class&amp;#148; has been replaced 
' with &amp;#147;package&amp;#148;.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward  points if it is usefull ....&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2007 03:52:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-package/m-p/2691388#M622639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-16T03:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT IS PACKAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-package/m-p/2691389#M622640</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;goto SE80 t-code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enter what ever packege name u want starting with Z or Y &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;press enter &lt;/P&gt;&lt;P&gt;then it will ask to creat a new packege &lt;/P&gt;&lt;P&gt;then click on YES &lt;/P&gt;&lt;P&gt;after that enter some text &lt;/P&gt;&lt;P&gt;and save it &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when ever ur creating any new programs &lt;/P&gt;&lt;P&gt;it will ask for packege at t hat time specify ur ackage there &lt;/P&gt;&lt;P&gt;so it will store all ur programs under this package &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if usefull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2007 06:39:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-package/m-p/2691389#M622640</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-16T06:39:23Z</dc:date>
    </item>
  </channel>
</rss>

