Skip to content

Commit 415f333

Browse files
authored
Clarify why use the SAP built-in connector
1 parent 2ffeeed commit 415f333

File tree

1 file changed

+4
-4
lines changed
  • articles/logic-apps/connectors

1 file changed

+4
-4
lines changed

articles/logic-apps/connectors/sap.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: daviburg
77
ms.author: daviburg
88
ms.reviewer: estfan, azla
99
ms.topic: how-to
10-
ms.date: 04/14/2025
10+
ms.date: 04/25/2025
1111

1212
#customer intent: As a developer, I want to know the prerequisites and details about using SAP with Azure Logic Apps, so I can connect to an SAP server from my Consumption or Standard workflow.
1313
---
@@ -82,11 +82,11 @@ The SAP built-in connector significantly differs from the SAP managed connector
8282

8383
This capability addresses a problem with the SAP managed connector where the outcome from the autocommit behavior is silent and observable only through logs.
8484

85-
* A longer time-out compared to the managed connector.
85+
* A longer time-out compared to the SAP managed connector.
8686

87-
The SAP built-in connector runs with the Azure Logic Apps runtime, not the shared or global connector infrastructure in Azure. This behavior means that you can change the default time-out value on the Standard logic app resource by using the **host.json** settings named [**Runtime.FlowRunRetryableActionJobCallback.ActionJobExecutionTimeout**](/azure/logic-apps/edit-app-settings-host-settings?tabs=azure-portal#run-actions) and [**functionTimeout**](/azure/logic-apps/edit-app-settings-host-settings?tabs=azure-portal#run-actions).
87+
The SAP built-in connector runs on the Azure Logic Apps runtime, not the shared or global connector infrastructure in Azure. This behavior means that you can change the default time-out value on the Standard logic app resource by using the **host.json** settings named [**Runtime.FlowRunRetryableActionJobCallback.ActionJobExecutionTimeout**](/azure/logic-apps/edit-app-settings-host-settings?tabs=azure-portal#run-actions) and [**functionTimeout**](/azure/logic-apps/edit-app-settings-host-settings?tabs=azure-portal#run-actions).
8888

89-
This capability means that you can use the SAP built-in connector instead. Long-running requests work without following the long-running webhook-based request action pattern in the SAP managed connector, which has a two-minute time-out.
89+
This capability means that you can use the SAP built-in connector as-is for long-running synchronous requests. Otherwise, these requests have to use the long-running webhook-based request action pattern in the SAP managed connector, which has a much shorter two-minute time-out for synchronous requests.
9090

9191
* By default, the SAP built-in connector operations are *stateless*. However, you can [enable stateful mode (affinity) for these operations](../../connectors/enable-stateful-affinity-built-in-connectors.md).
9292

0 commit comments

Comments
 (0)