mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00

* Offline repo: "Import via RFC" feature Adds option to **offline** repositories for importing a repo via an RFC connection from another SAP system. It's a shortcut for doing "Export ZIP" in one system, and "Import ZIP" in the other. Closes #4784 Pre-requisite: abapGit develop version (with this change) is installed on remote SAP system. Note: The general recommendation is to use **online** repositories and a git server for comparing and synchronizing systems. * Lint * Create guide-import-rfc.md * Langu * Langu * Write-protect only * Compare * Compare * Compare * Compare * Git * Update docs/guide-import-rfc.md Co-authored-by: Lars Hvam <larshp@hotmail.com> Co-authored-by: Lars Hvam <larshp@hotmail.com>
745 B
745 B
title | category | order |
---|---|---|
Compare RFC | offline projects | 25 |
For write-protected offline repositories, you can compare a package with all objects supported by abapGit via an RFC connection to another SAP system.
Pre-requisites:
- abapGit Developer Version is installed on remote SAP system
- Offline repository is write-protected
- Same package names on both systems
- Authorizations to run RFC function Z_ABAPGIT_SERIALIZE_PACKAGE and abapGit serialization process on remote system
Note:
The general recommendation is to use online repositories and a Git server for comparing and synchronizing systems. We do not recommend to create RFC destinations between different tier systems or creating RFC users with wide authorizations.