Skip to content

Commit 8bc62b2

Browse files
Merge pull request #233192 from daviburg/patch-17
Fix confusion between sender and receiver destinations
2 parents 19e834f + 879bca8 commit 8bc62b2

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

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

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: divyaswarnkar
77
ms.author: divswa
88
ms.reviewer: estfan, daviburg, azla
99
ms.topic: how-to
10-
ms.date: 02/28/2023
10+
ms.date: 04/03/2023
1111
tags: connectors
1212
---
1313

@@ -1041,9 +1041,9 @@ To send IDocs from SAP to your logic app workflow, you need the following minimu
10411041
> [!IMPORTANT]
10421042
> Use these steps only when you test your SAP configuration with your logic app workflow. Production environments require additional configuration.
10431043

1044-
1. [Configure an RFC destination in SAP.](#create-rfc-destination)
1044+
1. [Create an RFC destination.](#create-rfc-destination)
10451045

1046-
1. [Create an ABAP connection to your RFC destination.](#create-abap-connection)
1046+
1. [Create an ABAP connection.](#create-abap-connection)
10471047

10481048
1. [Create a receiver port.](#create-receiver-port)
10491049

@@ -1057,6 +1057,8 @@ To send IDocs from SAP to your logic app workflow, you need the following minimu
10571057

10581058
#### Create RFC destination
10591059

1060+
This destination will identify your logic app workflow for the receiver port.
1061+
10601062
1. To open the **Configuration of RFC Connections** settings, in your SAP interface, use the **sm59** transaction code (T-Code) with the **/n** prefix.
10611063

10621064
1. Select **TCP/IP Connections** > **Create**.
@@ -1101,11 +1103,15 @@ To send IDocs from SAP to your logic app workflow, you need the following minimu
11011103

11021104
#### Create ABAP connection
11031105

1106+
This destination will identify your SAP system for the sender port.
1107+
11041108
1. To open the **Configuration of RFC Connections** settings, in your SAP interface, use the **sm59*** transaction code (T-Code) with the **/n** prefix.
11051109

11061110
1. Select **ABAP Connections** > **Create**.
11071111

1108-
1. For **RFC Destination**, enter the identifier for [your test SAP system](#create-rfc-destination).
1112+
1. For **RFC Destination**, enter the identifier for your test SAP system.
1113+
1114+
1. By leaving the target host empty in the Technical Settings, you are creating a local connection to the SAP system itself.
11091115

11101116
1. Save your changes.
11111117

@@ -2182,4 +2188,4 @@ For more information about the SAP connector, review the [connector reference](/
21822188
* [Connect to on-premises systems](logic-apps-gateway-connection.md) from Azure Logic Apps
21832189
* Learn how to validate, transform, and use other message operations with the [Enterprise Integration Pack](logic-apps-enterprise-integration-overview.md)
21842190
* [Managed connectors for Azure Logic Apps](../connectors/managed.md)
2185-
* [Built-in connectors for Azure Logic Apps](../connectors/built-in.md)
2191+
* [Built-in connectors for Azure Logic Apps](../connectors/built-in.md)

0 commit comments

Comments
 (0)