Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 974 Bytes

how_to_pull.md

File metadata and controls

19 lines (13 loc) · 974 Bytes

How to pull our repositories

Needed tools

You will need abapGit to install our software on your system.

Package structure

Since we are developing in our own namespace, all object names start with /USI/. The latest version of abapGit handles namespaces automatically, so that no manual steps are required anymore.

However the package name used when creating an online repository must start with /USI/. Otherwise, abapGit will show an error message right after creating the repository.

Since all of our developments are encapsulated, it is recommended to use package type Main Package and to activate encapsulation. This ensures that package checks will work properly if they are active in your system.

Package_Builder_Create_Package