Why to maintain Packages?
- It enables you to group together the artifacts you create and maintain for your application.
- A proper hierarchy of packages helps you to set package privileges for a specific user or role.
Basic actions as a part of Package Maintenance:
- Define Package Hierarchy.
- Package belonging to an application development delivery unit (DU) should be organized in a clear hierarchical structure under single root package representing the vendor.
- How to create it?
- Open SAP HANA DEVELOPMENT perspective.
- Choose System tab.
- Select Package under which you want to create new package.
NEWàPACKAGE. - In the Create Package Dialog:
- Enter the Name of Package (Mandatory).
- Enter Package Description (Optional).
- Specify the delivery unit that the package is assigned to (Optional).
- Specify a language for the package content.
- Assign responsibility of the package to a specific user or role.
- Maintain translation details.
- Type of Packages:
- Structural:
Can contain only sub-packages. - Non-Structural.
Can contain sub-packages and objects. - Default package delivered by SAP.
- sap
it’s a transportable package reserved by for content delivered by SAP.
Partners or customer must not use the sap package. - system-local
Non-transportable, structural package (and sub package).
Content in this package is local and non-transportable. - system-local.generated.
Non-transportable, structural package for generated content. - System-local.private.<user_name>
Non transportable, structural package reserved for object that belongs to individual users.
No comments:
Post a Comment