From 7f1fa3dfc7fd85a3144f766d5d50db21a6999f51 Mon Sep 17 00:00:00 2001 From: gardian12 Date: Tue, 22 Oct 2024 22:03:12 +0200 Subject: [PATCH] Update background-mode.md Added new include ZABAPGIT_BACKGROUND_USER_EXIT to API note. --- src/user-guide/repo-settings/background-mode.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/user-guide/repo-settings/background-mode.md b/src/user-guide/repo-settings/background-mode.md index d4a5041c2..e31a46430 100755 --- a/src/user-guide/repo-settings/background-mode.md +++ b/src/user-guide/repo-settings/background-mode.md @@ -47,3 +47,6 @@ If credentials are required for accessing the repository, you will have to maint ### Custom background modes Implement interface `ZIF_ABAPGIT_BACKGROUND` in a global class, and it will automatically show up in the abapGit background settings, making it possible to configure and run for a repository. +While using the standalone version of abapGit implement the include `ZABAPGIT_BACKGROUND_USER_EXIT`. +Both ways of adding a plugin can exist in parallel, but due to the restrictions of dynamic method calls global classes are available by the developer version only. Same is true for include based implementations. These are execute by the standalone version only. +