From 83eb701f3e074e1920741cc33b349ca0f769ccec Mon Sep 17 00:00:00 2001 From: Ellen Wehrle <97743630+EllenWehrle@users.noreply.github.com> Date: Tue, 27 Sep 2022 12:26:10 -0400 Subject: [PATCH] small edits for style consistency --- articles/.DS_Store | Bin 8196 -> 8196 bytes .../env-variables-connection-refs.md | 24 +++++++++--------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/articles/.DS_Store b/articles/.DS_Store index 15e12bbe63bc7fd4bc22eadfaba2286174f67dd4..46472ee38bf320b0b3627482ce060b9b72080dac 100644 GIT binary patch delta 19 acmZp1XmQxEUVzP9N5RC*Z1YwDe|`W!;05;p delta 19 acmZp1XmQxEUVzQWKu5vEbn{jLe|`W!i3RHb diff --git a/articles/sap-integration/env-variables-connection-refs.md b/articles/sap-integration/env-variables-connection-refs.md index 4a5ef7f89..cc99b194d 100644 --- a/articles/sap-integration/env-variables-connection-refs.md +++ b/articles/sap-integration/env-variables-connection-refs.md @@ -41,21 +41,21 @@ SAP has multiple connection parameters, and manually entering the parameters int | Property | Description | |----------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| AppServerHost | The hostname of the SAP Application Server. | -| AppServerService | The service name or port number of the specific SAP Application Server to connect to (Optional for connection type (Logon) A - Application Server). | +| AppServerHost | The hostname of the SAP application Server. | +| AppServerService | The service name or port number of the specific SAP application server to connect to (Optional if connection type (Logon) is A - Application Server). | | Client | The SAP client ID to connect to the SAP system. The SAP backends' client (or 'Mandant') into which to log in. It is a number ranging from 000 to 999. | -| LogonGroup | The Logon Group for the SAP System, from which the Message Server shall select an Application Server (Only available if connection type (Logon) is B - Message Server (Group)). | -| LogonType | The type of logon to the SAP System, either Application Server Logon (Type A) or Group Logon (Type B aka Message Server). Allowed values: ApplicationServer and Group. | -| MessageServerHost | The hostname of the SAP System's Message Server (central instance) aka R3 System Name (Mandatory if connection type (Logon) is B - Message Server (Group)). | -| MessageServerService | The Service Name (as defined in etc/services) or the Port Number under which the Message Server is listening for load-balancing requests (Mandatory if connection type (Logon) is B - Message Server (Group) and System ID is not present). | +| LogonGroup | The logon group for the SAP system, from which the message server selects an application server (Only available if connection type (Logon) is B - Message Server (Group)). | +| LogonType | The type of logon to the SAP system. The allowed values are either Application Server Logon (Type A) or Group Logon (Type B, AKA Message Server).| +| MessageServerHost | The hostname of the SAP system's message server (central instance) aka R3 system name (Mandatory if connection type (Logon) is B - Message Server (Group)). | +| MessageServerService | The service name (as defined in etc/services) or the port number under which the message server is listening for load-balancing requests (Mandatory if connection type (Logon) is B - Message Server (Group) and system ID is not present). | | SncCertificate | The X.509 certificate in Base64 encoded form, without the begin or end certificate tags. | | SncMyName | The installed SNC solution usually knows its own SNC name. For solutions supporting multiple identities, you may need to specify the identity to be used for this destination/server (optional). | -| SncLibraryPath | Name or path of the SNC library to be used. With the OnPremises Data Gateway, the path can be an absolute or relative to the NCo library. | -| SncPartnerName | The backends' SNC name (Required when Logon Type is Application Server). | -| SncQop | Quality of Service to be used for SNC communication of this destination/server. The allowed values: Authentication, Integrity, Privacy, Default, and Maximum. | +| SncLibraryPath | The name or path of the SNC library to be used. With the on-premises data gateway, the path can be an absolute or relative to the NCo library. | +| SncPartnerName | The backends' SNC name (Required when type of logon is Application Server). | +| SncQop | The quality of service to be used for SNC communication of this destination/server. The allowed values are Authentication, Integrity, Privacy, Default, and Maximum. | | SncSso | The SNC SSO specifies whether to use SNC identity or credentials provided on RFC level. | -| SystemId | The SAP system's three-letter system ID (Mandatory if connection type (Logon) is B - Message Server (Group) and Message Server Service is not present). | -| SystemNumber | The SAP System's System Number. It is a number ranging from 00 to 99 (Mandatory if connection type (Logon) is A - Application Server). | +| SystemId | The SAP system's three-letter system ID (Mandatory if connection type (Logon) is B - Message Server (Group) and message server service is not present). | +| SystemNumber | The SAP system's system number. It's a number ranging from 00 to 99 (Mandatory if connection type (Logon) is A - Application Server). | | UseSnc | || @@ -67,7 +67,7 @@ Environment variables can be used in solution cloud flows since they are availab ### Known issue -If an environment variable is updated after it has been used in a flow, the updated values will not be used the next time the flow runs. The _flow must be edited or resaved_ for the updated values in the environment variable to take effect. +If an environment variable is updated after it has been used in a flow, the updated values will not be used the next time the flow runs. **The flow must be edited or resaved** for the updated values in the environment variable to take effect. ### See also