SAP ABAP Package Attributes

Here we discuss the meaning of different SAP ABAP Package attributes. Use F1 help to know more about each field of SAP ABAP Package attribute.

Application Component – It defines the location of the package within the application hierarchy. Select the appropriate application component based on the development object that will be saved in the package.

Software Component – For custom development, enter HOME

Transport Layer – Based on the transport layer selected, the objects of the package are transported to subsequent system.

Direct Superpackages – Nested packages is possible; the current packages is created as a direct subpackage of the superpakcage in package hierarchy.

Package Type – Choose between the three package types: Development Package ( can contain repository objects and other package ), main package ( can only contain other packages ), structure package ( can only contain main package )

Package Encapsulated checkbox – Encapsulates the package; only development elements exposed by package interface is visible from outside package.