Skip to content

Commit 0b8d7cc

Browse files
committed
Fix wording issues per Acrolinx report
1 parent 32dbd4c commit 0b8d7cc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/logic-apps/logic-apps-using-sap-connector.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This how-to guide shows how to access your SAP server from a workflow in Azure L
4848

4949
* To use the **When a message is received from SAP** trigger, complete the following tasks:
5050

51-
* Set up your SAP gateway security permissions or Access Control List (ACL). In the **Gateway Monitor** (T-Code SMGW) dialog box, which show the **secinfo** and **reginfo** files, open the **Goto** menu, and select **Expert Functions** > **External Security** > **Maintenance of ACL Files**.
51+
* Set up your SAP gateway security permissions or Access Control List (ACL). In the **Gateway Monitor** (T-Code SMGW) dialog box, which shows the **secinfo** and **reginfo** files, open the **Goto** menu, and select **Expert Functions** > **External Security** > **Maintenance of ACL Files**.
5252

5353
The following permission setting is required:
5454

@@ -526,7 +526,7 @@ Next, create an action to send your IDoc message to SAP when your [Request trigg
526526
527527
![Screenshot that shows how to create SAP Message server connection.](./media/logic-apps-using-sap-connector/create-SAP-message-server-connection.png)
528528
529-
In SAP, the Logon Group is maintained by opening the **CCMS: Maintain Logon Groups** (T-Code SMLG) dialog box. For more information, review [SAP Note 26317 - Set up for LOGON group for automatic load balancing](https://service.sap.com/sap/support/notes/26317).
529+
In the SAP server, the Logon Group is maintained by opening the **CCMS: Maintain Logon Groups** (T-Code SMLG) dialog box. For more information, review [SAP Note 26317 - Set up for LOGON group for automatic load balancing](https://service.sap.com/sap/support/notes/26317).
530530
531531
By default, strong typing is used to check for invalid values by performing XML validation against the schema. This behavior can help you detect issues earlier. The **Safe Typing** option is available for backward compatibility and only checks the string length. Learn more about the [Safe Typing option](#safe-typing).
532532
@@ -1067,7 +1067,7 @@ To send IDocs from SAP to your logic app workflow, you need the following minimu
10671067

10681068
1. On the **Technical Settings** tab, for **Activation Type**, select **Registered Server Program**.
10691069

1070-
1. For your **Program ID**, enter a value. In SAP, your logic app workflow's trigger is registered by using this identifier.
1070+
1. For your **Program ID**, enter a value. In the SAP server, your logic app workflow's trigger is registered by using this identifier.
10711071

10721072
> [!IMPORTANT]
10731073
> The SAP **Program ID** is case-sensitive. Make sure you consistently use the same case format for your **Program ID**
@@ -1191,7 +1191,7 @@ For production environments, you must create two partner profiles. The first pro
11911191

11921192
1. Select **Standard Outbound Processing**.
11931193

1194-
1. To start outbound IDoc processing, select **Continue**. When processing finishes, the **IDoc sent to SAP system or external program** message appears.
1194+
1. To start outbound IDoc processing, select **Continue**. When the tool finishes processing, the **IDoc sent to SAP system or external program** message appears.
11951195

11961196
1. To check for processing errors, use the **sm58** transaction code (T-Code) with the **/n** prefix.
11971197

@@ -1884,13 +1884,13 @@ The SAP connection parameters for a logic app workflow don't have a language pro
18841884

18851885
### Confirm transaction explicitly
18861886

1887-
When you send transactions to SAP from Logic Apps, this exchange happens in two steps as described in the SAP document, [Transactional RFC Server Programs](https://help.sap.com/doc/saphelp_nwpi71/7.1/22/042ad7488911d189490000e829fbbd/content.htm?no_cache=true). By default, the **Send to SAP** action handles both the steps for the function transfer and for the transaction confirmation in a single call. The SAP connector gives you the option to decouple these steps. You can send an IDoc and rather than automatically confirm the transaction, you can use the explicit **\[IDOC] Confirm transaction ID** action.
1887+
When you send transactions to SAP from Azure Logic Apps, this exchange happens in two steps as described in the SAP document, [Transactional RFC Server Programs](https://help.sap.com/doc/saphelp_nwpi71/7.1/22/042ad7488911d189490000e829fbbd/content.htm?no_cache=true). By default, the **Send to SAP** action handles both the steps for the function transfer and for the transaction confirmation in a single call. The SAP connector gives you the option to decouple these steps. You can send an IDoc and rather than automatically confirm the transaction, you can use the explicit **\[IDOC] Confirm transaction ID** action.
18881888

1889-
This capability to decouple the transaction ID confirmation is useful when you don't want to duplicate transactions in SAP, for example, in scenarios where failures might happen due to causes such as network issues. By confirming the transaction ID separately, the transaction is only completed one time in your SAP system.
1889+
This capability to decouple the transaction ID confirmation is useful when you don't want to duplicate transactions in SAP, for example, in scenarios where failures might happen due to causes such as network issues. When the **Send to SAP** action separately confirms the transaction ID, the SAP system completes the transaction only once.
18901890
18911891
Here's an example that shows this pattern:
18921892

1893-
1. Create a blank logic app and add the Request trigger.
1893+
1. Create a blank logic app workflow, and add the Request trigger.
18941894

18951895
1. From the SAP connector, add the **\[IDOC] Send document to SAP** action. Provide the details for the IDoc that you send to your SAP system.
18961896

0 commit comments

Comments
 (0)