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-generate-schemas-for-artifacts.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,24 @@
1
1
---
2
2
title: Generate Schemas for SAP Artifacts via Workflows
3
-
description: Create a workflow to generate schemas for SAP artifacts by using Azure Logic Apps.
4
-
ms.service: azure-logic-apps
3
+
description: Create workflows that generate schemas for SAP artifacts by using Azure Logic Apps.
5
4
services: logic-apps
5
+
ms.service: azure-logic-apps
6
6
ms.suite: integration
7
7
author: daviburg
8
8
ms.author: daviburg
9
-
ms.reviewer: estfan, azla
9
+
ms.reviewers: estfan, azla
10
10
ms.topic: how-to
11
-
ms.date: 04/15/2025
11
+
ms.update-cycle: 365-days
12
+
ms.date: 03/11/2026
12
13
ms.custom: sfi-image-nochange
13
-
14
-
#customer intent: As a developer, I want to create a workflow that can generate schemas for SAP artifacts by using Azure Logic Apps.
14
+
#customer intent: As an integration developer who works with SAP and Azure Logic Apps, I want to create a workflow that generates schemas for SAP artifacts.
15
15
---
16
16
17
-
# Generate schemas for SAP artifacts by using workflows in Azure Logic Apps
17
+
# Create workflows to generate schemas for SAP artifacts by using Azure Logic Apps
This how-to guide shows how to create an example logic app workflow that generates schemas for SAP artifacts. The workflow starts with a **Request** trigger that can receive HTTP POST requests from your SAP server. The workflow then generates schemas for the specified IDoc and BAPI by using the SAP action named **Generate schemas** that sends a request to your SAP server. To send this request, you can use either the generic SAP managed connector action named **Send message to SAP**, or you can use the specific SAP managed or built-in action named **[BAPI] Call method in SAP**. This SAP action returns an [XML schema](#sample-xml-schemas) without the contents or data in the XML document itself. The workflow then uploads the schemas returned by the response to an integration account by using an Azure Resource Manager connector operation.
21
+
This guide shows how to create an example logic app workflow that generates schemas for SAP artifacts. The workflow starts with a **Request** trigger that can receive HTTP POST requests from your SAP server. The workflow then generates schemas for the specified IDoc and BAPI by using the SAP action named **Generate schemas** that sends a request to your SAP server. To send this request, you can use either the generic SAP managed connector action named **Send message to SAP**, or you can use the specific SAP managed or built-in action named **[BAPI] Call method in SAP**. This SAP action returns an [XML schema](#sample-xml-schemas) without the contents or data in the XML document itself. The workflow then uploads the schemas returned by the response to an integration account by using an Azure Resource Manager connector operation.
22
22
23
23
Schemas contain the following parts:
24
24
@@ -31,6 +31,8 @@ Both Standard and Consumption logic app workflows offer the SAP *managed* connec
31
31
32
32
## Prerequisites
33
33
34
+
- An Azure account and subscription. [Get a free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
35
+
34
36
- Before you start, make sure to [review and meet the SAP connector requirements](sap.md#prerequisites) for your specific scenario.
35
37
36
38
- If you want to upload your generated schemas to a repository, such as an [integration account](../enterprise-integration/create-integration-account.md), make sure that the repository exists.
@@ -57,7 +59,7 @@ Based on whether you have a Consumption or Standard workflow, follow the corresp
57
59
58
60
1. In the [Azure portal](https://portal.azure.com), open your Consumption logic app resource and blank workflow in the designer.
59
61
60
-
1. In the designer, follow [these general steps to find and add the Request built-in trigger named **When a HTTP request is received**](../create-workflow-with-trigger-or-action.md?tabs=consumption#add-trigger).
62
+
1. In the designer, follow [these general steps to find and add the Request built-in trigger named **When an HTTP request is received**](../create-workflow-with-trigger-or-action.md?tabs=consumption#add-trigger).
61
63
62
64
:::image type="content" source="./media/sap-generate-schemas-for-artifacts/add-request-trigger-consumption.png" alt-text="Screenshot shows the Request trigger for a Consumption workflow." lightbox="./media/sap-generate-schemas-for-artifacts/add-request-trigger-consumption.png":::
63
65
@@ -71,7 +73,7 @@ Based on whether you have a Consumption or Standard workflow, follow the corresp
71
73
72
74
1. In the [Azure portal](https://portal.azure.com), open your Standard logic app resource and blank workflow in the designer.
73
75
74
-
1. In the designer, follow [these general steps to find and add the Request built-in trigger named **When a HTTP request is received**](../create-workflow-with-trigger-or-action.md?tabs=standard#add-trigger).
76
+
1. In the designer, follow [these general steps to find and add the Request built-in trigger named **When an HTTP request is received**](../create-workflow-with-trigger-or-action.md?tabs=standard#add-trigger).
75
77
76
78
:::image type="content" source="./media/sap-generate-schemas-for-artifacts/add-request-trigger-standard.png" border="false" alt-text="Screenshot shows the Request trigger for a Standard workflow." lightbox="./media/sap-generate-schemas-for-artifacts/add-request-trigger-standard.png":::
0 commit comments