Skip to content

Commit a0bcd56

Browse files
authored
Added some notes for enhanced method resolution for background exit #7059 (#250)
1 parent c902e44 commit a0bcd56

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: src/user-guide/repo-settings/background-mode.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,6 @@ If credentials are required for accessing the repository, you will have to maint
4646

4747
### Custom background modes
4848

49-
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.
49+
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`.
50+
All implementations of the interface as well as the local include will be determined automatically.
51+
Both ways of adding a plugin can exist in parallel, but due to the restrictions of dynamic method calls global classes are available within the developer version only. Same is true for include based implementations, which are executed by the standalone version only.

0 commit comments

Comments
 (0)