Skip to content

Commit

Permalink
Update background-mode.md (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp authored Sep 6, 2023
1 parent 2012f37 commit c428b75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/user-guide/repo-settings/background-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@ If credentials are required for accessing the repository, you will have to maint
* To periodically run the background logic, you can define a job with transaction `SM36`.
* Create a step for the program `ZABAPGIT` (or `ZABAPGIT_STANDALONE`, depending on which version of abapGit you are using). This will execute *all* defined background activities.
* You can check the log of the job with transaction `SM37`

### 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.

0 comments on commit c428b75

Please sign in to comment.