Skip to content

Commit 7f1fa3d

Browse files
authored
Update background-mode.md
Added new include ZABAPGIT_BACKGROUND_USER_EXIT to API note.
1 parent c902e44 commit 7f1fa3d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/user-guide/repo-settings/background-mode.md

+3
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,6 @@ If credentials are required for accessing the repository, you will have to maint
4747
### Custom background modes
4848

4949
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.
50+
While using the standalone version of abapGit implement the include `ZABAPGIT_BACKGROUND_USER_EXIT`.
51+
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.
52+

0 commit comments

Comments
 (0)