Skip to content

Latest commit

 

History

History
51 lines (26 loc) · 2.45 KB

File metadata and controls

51 lines (26 loc) · 2.45 KB

Import Content from abapGit Repository into the ABAP Environment

Learn how to import content from your abapGit repository into your ABAP environment, and transfer it across multiple instances.

Restriction:

Please note that abapGit is an open-source project owned by the community. Therefore, we do not provide support for abapGit. We only support the abapGit integration in the ABAP environment.

Procedure

  1. Log on to ABAP Development Tools in Eclipse.

  2. In the Project Explorer, select your cloud project system, and navigate to Window > Show View > Other.. to open the abapGit repositories view.

  3. Search for ABAP, choose abapGit Repositories, and select Open.

  4. In the abapGit repositories view, select the clone button (green + icon).

  5. Enter your abapGit repository URL, and select Next.

  6. Select a Branch and Package, where you want your abapGit repository to be cloned, and confirm with Next.

    Note:

    If there are no packages, you have to create a structure package and add a development package.

  7. Select the default transport request, and choose Finish.

    The imported objects are displayed in your package. See Released ABAP Object Types.

    Note:

    The number of imported objects can differ from the number of exported objects because only released ABAP object types are considered during the import.