Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

WHAT IS PACKAGE

Former Member
0 Likes
10,416

IN TERMS OF SAP HOW WE CAN CREAT A PACKAGE IN SAP

1 ACCEPTED SOLUTION
Read only

Former Member
3,594

Hi

goto SE80 t-code

enter what ever packege name u want starting with Z or Y

press enter

then it will ask to creat a new packege

then click on YES

after that enter some text

and save it

when ever ur creating any new programs

it will ask for packege at t hat time specify ur ackage there

so it will store all ur programs under this package

reward if usefull

9 REPLIES 9
Read only

Former Member
0 Likes
3,594

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.

Regards,

Nick

Read only

Former Member
0 Likes
3,594

Hi Deepthi check in forum

this question is asked lot of times or u can create through se80 transactions

Read only

Former Member
0 Likes
3,594

Hi,

see the following link which is useful to know abt package and how to create package.

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/57/38e0794eb711d182bf0000e829fbfe/content.htm">http://help.sap.com/saphelp_nw2004s/helpdata/en/57/38e0794eb711d182bf0000e829fbfe/content.htm</a>

Read only

Former Member
0 Likes
3,594

Purpose



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.
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.

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.
How to Call

Call the Package Builder using either transaction SE21 or transaction SPACKAGE.
Features

§ Create packages and sub-packages

§ Specify a package hierarchy

§ Define package interfaces for potential users

§ Add elements to package interfaces

§ Define use access for user packages

§ Restrict the use of interfaces to selected users

§ Create structure packages and define filter package interfaces.
Scenarios and Use of Packages

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.

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.

do refer
/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

creating a package




1.T-code=SE80.
2. give the option 'PACKAGE' in text field, give 'PACKAGE NAME' then enter.
3. The next screen will open in that screen you shoul give short text and Software Component-'HOME'. then enter.
4. Next screen will open here you should give create request then next page will open
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.

regards,
srinivas

*reward for useful answers*</b>

Read only

Former Member
0 Likes
3,594

Hi Deepthi,

Using transaction code: SE80, we can create the package giving the details like Shor text, Transport Layer etc.

Hope this helps.

Please reward if useful.

Thanks,

Srinivasa

Read only

Former Member
0 Likes
3,594

Hi deepti,

PACKAGE is nothing but a collection of various objects which is used to store .

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.

whenever u goto transaction SE80. select the type as package and in the box write the package name and enter....

for this select application as "HOME'

please reward incase usefull..

regards,

prashant

Read only

Former Member
0 Likes
3,594

hi,

we can create a package in SE80.

we can save our programs , data ,tables funmods, ..etc .

to create atable or a program in SAP sys will ask you for apackage name .

so that it can sav ethe data in your package..............

Read only

Former Member
0 Likes
3,594
"Creating a new development class

Transaction SE80 now has an “Edit Object” button. You can use it to create a new development class. The name must start with Y or Z.


'In Version 6.10 and later, the term “development class” has been replaced 
' with “package”.

reward points if it is usefull ....

Girish

Read only

Former Member
3,595

Hi

goto SE80 t-code

enter what ever packege name u want starting with Z or Y

press enter

then it will ask to creat a new packege

then click on YES

after that enter some text

and save it

when ever ur creating any new programs

it will ask for packege at t hat time specify ur ackage there

so it will store all ur programs under this package

reward if usefull