From 3aa8ac5d8da7ff514fe50855c3aefab3135fa4a7 Mon Sep 17 00:00:00 2001 From: Ellen Wehrle <97743630+EllenWehrle@users.noreply.github.com> Date: Mon, 26 Sep 2022 14:44:57 -0400 Subject: [PATCH] Acrolinx recommendations --- .../sap-integration/env-variables-connection-refs.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/articles/sap-integration/env-variables-connection-refs.md b/articles/sap-integration/env-variables-connection-refs.md index 7ec64641b..4a5ef7f89 100644 --- a/articles/sap-integration/env-variables-connection-refs.md +++ b/articles/sap-integration/env-variables-connection-refs.md @@ -28,7 +28,7 @@ SAP has multiple connection parameters, and manually entering the parameters int 1. Sign in to [Power Apps](https://make.powerapps.com) to [create an environment variable in a solution](/power-apps/maker/data-platform/environmentvariables#create-an-environment-variable-in-a-solution). 1. Select **Solutions** in the left navigation panel. 1. Open the **SAP Integration** solution. -1. On the command bar, select **New** > **More** > **Environment variable** +1. On the command bar, select **New** > **More** > **Environment variable**. 1. Complete the fields in the Environment variable panel. - **Display name**. Enter a name for the environment variable. - **Name**. This is automatically generated, but you can change it. @@ -45,14 +45,14 @@ SAP has multiple connection parameters, and manually entering the parameters int | AppServerService | The service name or port number of the specific SAP Application Server to connect to (Optional for connection type (Logon) 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, 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). | -| SncCertificate | 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. Only for solutions supporting 'multiple identities', you may need to specify the identity to be used for this destination/server (optional). | +| 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. Allowed values: Authentication, Integrity, Privacy, Default, Maximum | +| SncQop | Quality of Service to be used for SNC communication of this destination/server. The allowed values: 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). | @@ -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 re-saved_ 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