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

packages

Former Member
0 Likes
444

HI,

what is package, why we need to indictae it when we are moving any workbecnch tp's

2 REPLIES 2
Read only

Former Member
0 Likes
425

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.

Check this link for more info :

http://help.sap.com/saphelp_nw70/helpdata/en/ea/c05d8cf01011d3964000a0c94260a5/frameset.htm

Read only

Former Member
0 Likes
425

Hi,

Package is a collection of objects.

We assign every object that we create in a package while we save, since we can have each individual developments in there package name assigned. Instead if all the developments are stored in one point then that might be highly difficult to identify individual developments.

And even this package helps a lot for the Basis guys where suppose if they want to transport any object that is developed then easily they can identify all the details in the concern packages.

So Package is like a storewell for a developer to store his developments in a systematic way.

Cheers!!

VEnk@