Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docs for rfc group exit #168

Merged
merged 5 commits into from
Oct 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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