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/connectors/sap-create-example-scenario-workflows.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,7 @@ The SAP built-in trigger is a non-polling, Azure Functions-based trigger, not a
145
145
146
146
The following example shows a basically configured SAP built-in trigger in a Standard workflow:
147
147
148
-

148
+
:::image type="content" source="media/sap-create-example-scenario-workflows/trigger-sap-built-in-standard.png" alt-text="Screenshot shows Standard workflow and basically configured SAP built-in connector trigger.":::
149
149
150
150
1. Save your workflow so you can start receiving messages from your SAP server. On the designer toolbar, select **Save**.
151
151
@@ -900,11 +900,15 @@ If you experience a problem with your workflow sending duplicate IDocs to SAP, y
900
900
901
901
**Consumption workflow with shared SAP action**
902
902
903
-

903
+
The example now looks like the following sample:
904
+
905
+
:::image type="content" source="media/sap-create-example-scenario-workflows/sap-confirm-with-var-consumption.png" alt-text="Screenshot shows Consumption workflow with action named Confirm transaction ID using a variable.":::
904
906
905
907
**Standard workflow with in-app SAP action**
906
908
907
-

909
+
The example now looks like the following sample:
910
+
911
+
:::image type="content" source="media/sap-create-example-scenario-workflows/sap-confirm-with-var-standard.png" alt-text="Screenshot shows Standard workflow with action named Confirm transaction ID using a variable.":::
908
912
909
913
1. Optionally, validate the deduplication in your test environment.
910
914
@@ -1021,6 +1025,7 @@ For the SAP managed connector, this error message means unexpected failures happ
1021
1025
1. Under the `SapAdapterSection` node, add a `Broker` element with the following attributes, if none exists: `WebhookRetryDefaultDelay="00:00:00.10" WebhookRetryMaximumCount="2"`
1022
1026
1023
1027
> [!IMPORTANT]
1028
+
>
1024
1029
> Change the attributes for the `Broker` element, even if the element already exists.
1025
1030
1026
1031
The `SapAdapterSection` element looks like the following version, if no other element or attribute is declared in the SAP adapter configuration:
@@ -1034,12 +1039,13 @@ For the SAP managed connector, this error message means unexpected failures happ
1034
1039
The retry count setting looks like `WebhookRetryMaximumCount="2"`. The retry interval setting looks like `WebhookRetryDefaultDelay="00:00:00.10"` where the timespan format is `HH:mm:ss.ff`.
1035
1040
1036
1041
> [!NOTE]
1042
+
>
1037
1043
> For more information about the configuration file, review [Configuration file schema for .NET Framework](/dotnet/framework/configure-apps/file-schema/).
1038
1044
1039
1045
1. Save your changes.
1040
1046
1041
1047
1. If you're using the on-premises data gateway, restart your gateway.
1042
1048
1043
-
## Next steps
1049
+
## Related content
1044
1050
1045
1051
- [Generate schemas for artifacts in SAP](sap-generate-schemas-for-artifacts.md)
0 commit comments