Skip to content

Commit

Permalink
Add docs for rfc group exit (#168)
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Bernard <[email protected]>
Co-authored-by: Lars Hvam <[email protected]>
  • Loading branch information
3 people authored Oct 23, 2023
1 parent 5c88919 commit e72ba1f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/user-guide/reference/exits.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ Force allowing serialization of SAP objects.

If the hostnames are not properly configured, this exit can be used to modify the settings. This is especially useful when running abapGitServer on the local system.

### CHANGE_MAX_PARALLEL_PROCESSES

Adjust the determined maximum number of parallel processes used in parallel serialization. Also see [CHANGE_RFC_SERVER_GROUP](#change_rfc_server_group).

### CHANGE_PROXY_AUTHENTICATION

Determine based on the repository URL if authentication is required when accessing the proxy.
Expand All @@ -65,6 +69,10 @@ Determine the proxy port from the repository URL.

Determine the proxy URL from the repository URL.

### CHANGE_RFC_SERVER_GROUP

Adjust the RFC Server Group used for parallel serialization (default `parallel_generators`). The group may be cleared to use parallelization without a server group. Then [CHANGE_MAX_PARALLEL_PROCESSES](#change_max_parallel_processes) needs to be implemented as well. Also see [System Resources](/user-guide/setup/settings-personal.md#developer-version).

### CHANGE_SUPPORTED_DATA_OBJECTS

Add or remove supported data objects. You can add single tables, for example, `TABU, RSADMIN`, or a set of tables, for example `TABU, T009*`.
Expand Down

0 comments on commit e72ba1f

Please sign in to comment.