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
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: divyaswarnkar
7
7
ms.author: divswa
8
8
ms.reviewer: estfan, daviburg, azla
9
9
ms.topic: how-to
10
-
ms.date: 02/28/2023
10
+
ms.date: 04/03/2023
11
11
tags: connectors
12
12
---
13
13
@@ -1041,9 +1041,9 @@ To send IDocs from SAP to your logic app workflow, you need the following minimu
1041
1041
> [!IMPORTANT]
1042
1042
> Use these steps only when you test your SAP configuration with your logic app workflow. Production environments require additional configuration.
1043
1043
1044
-
1. [Configure an RFC destination in SAP.](#create-rfc-destination)
1044
+
1. [Create an RFC destination.](#create-rfc-destination)
1045
1045
1046
-
1. [Create an ABAP connection to your RFC destination.](#create-abap-connection)
1046
+
1. [Create an ABAP connection.](#create-abap-connection)
1047
1047
1048
1048
1. [Create a receiver port.](#create-receiver-port)
1049
1049
@@ -1057,6 +1057,8 @@ To send IDocs from SAP to your logic app workflow, you need the following minimu
1057
1057
1058
1058
#### Create RFC destination
1059
1059
1060
+
This destination will identify your logic app workflow for the receiver port.
1061
+
1060
1062
1. To open the **Configuration of RFC Connections** settings, in your SAP interface, use the **sm59** transaction code (T-Code) with the **/n** prefix.
1061
1063
1062
1064
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
1101
1103
1102
1104
#### Create ABAP connection
1103
1105
1106
+
This destination will identify your SAP system for the sender port.
1107
+
1104
1108
1. To open the **Configuration of RFC Connections** settings, in your SAP interface, use the **sm59*** transaction code (T-Code) with the **/n** prefix.
1105
1109
1106
1110
1. Select **ABAP Connections** > **Create**.
1107
1111
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.
1109
1115
1110
1116
1. Save your changes.
1111
1117
@@ -2182,4 +2188,4 @@ For more information about the SAP connector, review the [connector reference](/
2182
2188
* [Connect to on-premises systems](logic-apps-gateway-connection.md) from Azure Logic Apps
2183
2189
* Learn how to validate, transform, and use other message operations with the [Enterprise Integration Pack](logic-apps-enterprise-integration-overview.md)
2184
2190
* [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