How to create package in sap abap ?

vinu's picture

This is all about how to create package in ABAP .The concept of package is implemented in ABAP Workbench using tool called Package Builder tool . Packages are designed to allow developers to do 3 main things.They help to modularize, encapsulate, and decouple units in the R/3 System. This Package Builder is used to migrate existing development classes to packages .Doing so creates 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 different products can have different release cycles.”

How to call the Package Builder : It can be called using either transaction SE21 or transaction SPACKAGE. You can
*Create packages and sub-packages
*Specify hierarchy in a package
*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.

So we discussed about how to create package in sap abap.You can also check out this Complete SAP Course With All Modules