Skip to content

Commit b96d32e

Browse files
author
ecfan
committed
Refresh art and content
1 parent dc4c89f commit b96d32e

9 files changed

Lines changed: 12 additions & 10 deletions
-405 Bytes
Loading
-464 Bytes
Loading
-395 Bytes
Loading
-388 Bytes
Loading
-433 Bytes
Loading
-398 Bytes
Loading
-460 Bytes
Loading
-556 Bytes
Loading

articles/logic-apps/connectors/sap-generate-schemas-for-artifacts.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
---
22
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.
54
services: logic-apps
5+
ms.service: azure-logic-apps
66
ms.suite: integration
77
author: daviburg
88
ms.author: daviburg
9-
ms.reviewer: estfan, azla
9+
ms.reviewers: estfan, azla
1010
ms.topic: how-to
11-
ms.date: 04/15/2025
11+
ms.update-cycle: 365-days
12+
ms.date: 03/11/2026
1213
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.
1515
---
1616

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
1818

1919
[!INCLUDE [logic-apps-sku-consumption-standard](../../../includes/logic-apps-sku-consumption-standard.md)]
2020

21-
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.
2222

2323
Schemas contain the following parts:
2424

@@ -31,6 +31,8 @@ Both Standard and Consumption logic app workflows offer the SAP *managed* connec
3131

3232
## Prerequisites
3333

34+
- An Azure account and subscription. [Get a free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
35+
3436
- Before you start, make sure to [review and meet the SAP connector requirements](sap.md#prerequisites) for your specific scenario.
3537

3638
- 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
5759

5860
1. In the [Azure portal](https://portal.azure.com), open your Consumption logic app resource and blank workflow in the designer.
5961

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).
6163

6264
:::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":::
6365

@@ -71,7 +73,7 @@ Based on whether you have a Consumption or Standard workflow, follow the corresp
7173

7274
1. In the [Azure portal](https://portal.azure.com), open your Standard logic app resource and blank workflow in the designer.
7375

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).
7577

7678
:::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":::
7779

0 commit comments

Comments
 (0)