Skip to content

Commit 7f20710

Browse files
author
ecfan
committed
UX updates
1 parent f2448e1 commit 7f20710

10 files changed

+10
-4
lines changed
3.62 KB
Loading
258 Bytes
Loading
282 Bytes
Loading
209 Bytes
Loading
-142 Bytes
Loading
214 Bytes
Loading
293 Bytes
Loading
102 Bytes
Loading
-4.39 KB
Loading

articles/logic-apps/connectors/sap-create-example-scenario-workflows.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ The SAP built-in trigger is a non-polling, Azure Functions-based trigger, not a
145145

146146
The following example shows a basically configured SAP built-in trigger in a Standard workflow:
147147

148-
![Screenshot shows basically configured SAP built-in connector trigger in Standard workflow.](./media/sap-create-example-scenario-workflows/trigger-sap-built-in-standard.png)
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.":::
149149

150150
1. Save your workflow so you can start receiving messages from your SAP server. On the designer toolbar, select **Save**.
151151

@@ -900,11 +900,15 @@ If you experience a problem with your workflow sending duplicate IDocs to SAP, y
900900

901901
**Consumption workflow with shared SAP action**
902902

903-
![Screenshot shows Consumption workflow with action named Confirm transaction ID using a variable.](./media/sap-create-example-scenario-workflows/sap-confirm-with-var-consumption.png)
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.":::
904906

905907
**Standard workflow with in-app SAP action**
906908

907-
![Screenshot shows Standard workflow with action named Confirm transaction ID using a variable.](./media/sap-create-example-scenario-workflows/sap-confirm-with-var-standard.png)
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.":::
908912

909913
1. Optionally, validate the deduplication in your test environment.
910914

@@ -1021,6 +1025,7 @@ For the SAP managed connector, this error message means unexpected failures happ
10211025
1. Under the `SapAdapterSection` node, add a `Broker` element with the following attributes, if none exists: `WebhookRetryDefaultDelay="00:00:00.10" WebhookRetryMaximumCount="2"`
10221026

10231027
> [!IMPORTANT]
1028+
>
10241029
> Change the attributes for the `Broker` element, even if the element already exists.
10251030

10261031
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
10341039
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`.
10351040

10361041
> [!NOTE]
1042+
>
10371043
> For more information about the configuration file, review [Configuration file schema for .NET Framework](/dotnet/framework/configure-apps/file-schema/).
10381044

10391045
1. Save your changes.
10401046

10411047
1. If you're using the on-premises data gateway, restart your gateway.
10421048

1043-
## Next steps
1049+
## Related content
10441050

10451051
- [Generate schemas for artifacts in SAP](sap-generate-schemas-for-artifacts.md)

0 commit comments

Comments
 (0)