1
1
---
2
2
# required metadata
3
3
title : Connect to SAP systems - Azure Logic Apps | Microsoft Docs
4
- description : Learn how to access SAP systems with automated workflows in Azure Logic Apps
4
+ description : How to access SAP systems with automated workflows in Azure Logic Apps
5
5
author : ecfan
6
6
manager : cfowler
7
7
ms.author : estfan
8
- ms.date : 05/29 /2018
8
+ ms.date : 05/31 /2018
9
9
ms.topic : article
10
10
ms.service : logic-apps
11
11
services : logic-apps
@@ -26,8 +26,8 @@ resources in your SAP systems.
26
26
This example uses a logic app that you can trigger with an HTTP request.
27
27
The logic app sends an Intermediate Document (IDoc) to an SAP server,
28
28
and returns a response to the requestor that called the logic app.
29
- The current SAP connectors have actions, but not triggers, so this example uses the
30
- [ HTTP request trigger] ( ../connectors/connectors-native-reqres.md )
29
+ The current SAP connectors have actions, but not triggers, so this
30
+ example uses the [ HTTP request trigger] ( ../connectors/connectors-native-reqres.md )
31
31
as the first step in the logic app's workflow. For SAP
32
32
connector-specific technical information, see these reference articles:
33
33
@@ -39,8 +39,10 @@ If you don't have an Azure subscription yet,
39
39
40
40
## Prerequisites
41
41
42
- * The logic app where you want to access your SAP system
43
- and a trigger that starts your logic app's workflow.
42
+ To follow along with this article, you need these items:
43
+
44
+ * The logic app from where you want to access your SAP
45
+ system and a trigger that starts your logic app's workflow.
44
46
The SAP connectors currently provide only actions.
45
47
If you're new to logic apps, review
46
48
[ What is Azure Logic Apps] ( ../logic-apps/logic-apps-overview.md ) and
@@ -267,7 +269,7 @@ available SAP actions, such as BAPI and RFC.
267
269
268
270
For technical details about the connector
269
271
as described by the connectors' Swagger files,
270
- see these reference pages :
272
+ see these reference articles :
271
273
272
274
* [ SAP Application Server] ( /connectors/sapapplicationserver/ )
273
275
* [ SAP Message Server] ( /connectors/sapmessageserver/ )
0 commit comments