Skip to content

Commit

Permalink
Update background-mode.md
Browse files Browse the repository at this point in the history
Added corrections
  • Loading branch information
gardian12 authored Oct 22, 2024
1 parent 7f1fa3d commit 88269f6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/user-guide/repo-settings/background-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,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.

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`.
All implementations of the interface as well as the local include will be determined automatically.
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 comments on commit 88269f6

Please sign in to comment.