You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/logic-apps/logic-apps-using-sap-connector.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ This how-to guide shows how to access your SAP server from a workflow in Azure L
48
48
49
49
* To use the **When a message is received from SAP** trigger, complete the following tasks:
50
50
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**.
52
52
53
53
The following permission setting is required:
54
54
@@ -526,7 +526,7 @@ Next, create an action to send your IDoc message to SAP when your [Request trigg
526
526
527
527

528
528
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).
530
530
531
531
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).
532
532
@@ -1067,7 +1067,7 @@ To send IDocs from SAP to your logic app workflow, you need the following minimu
1067
1067
1068
1068
1. On the **Technical Settings** tab, for **Activation Type**, select **Registered Server Program**.
1069
1069
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.
1071
1071
1072
1072
> [!IMPORTANT]
1073
1073
> 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
1191
1191
1192
1192
1. Select **Standard Outbound Processing**.
1193
1193
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.
1195
1195
1196
1196
1. To check for processing errors, use the **sm58** transaction code (T-Code) with the **/n** prefix.
1197
1197
@@ -1884,13 +1884,13 @@ The SAP connection parameters for a logic app workflow don't have a language pro
1884
1884
1885
1885
### Confirm transaction explicitly
1886
1886
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.
1888
1888
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.
1890
1890
1891
1891
Here's an example that shows this pattern:
1892
1892
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.
1894
1894
1895
1895
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.
0 commit comments