Skip to content

Commit

Permalink
Acrolinx recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
EllenWehrle committed Sep 26, 2022
1 parent bc2f3aa commit 3aa8ac5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions articles/sap-integration/env-variables-connection-refs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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). |
Expand All @@ -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

Expand Down

0 comments on commit 3aa8ac5

Please sign in to comment.