Skip to content

Commit 88269f6

Browse files
authoredOct 22, 2024··
Update background-mode.md
Added corrections
1 parent 7f1fa3d commit 88269f6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
 

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

+3-4
Original file line numberDiff line numberDiff line change
@@ -46,7 +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.
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-
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)