Skip to content

Commit 43dcf51

Browse files
authored
Merge pull request #212555 from ukchrist/patch-1
include feedback from reviewers
2 parents 571bcab + 47d3550 commit 43dcf51

12 files changed

+16
-10
lines changed

articles/data-factory/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,7 @@ items:
12611261
href: industry-sap-connectors.md
12621262
- name: SAP templates
12631263
href: industry-sap-templates.md
1264-
- name: SAP change data capture (CDC) solution (preview)
1264+
- name: SAP change data capture (CDC) capabilities (preview)
12651265
items:
12661266
- name: Overview and architecture
12671267
href: sap-change-data-capture-introduction-architecture.md

articles/data-factory/connector-sap-change-data-capture.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This SAP CDC connector is supported for the following capabilities:
2626

2727
| Supported capabilities|IR |
2828
|---------| --------|
29-
|[Mapping data flow](concepts-data-flow-overview.md) (source/-)|②|
29+
|[Mapping data flow](concepts-data-flow-overview.md) (source/-)|①, ②|
3030

3131
<small>*&#9312; Azure integration runtime &#9313; Self-hosted integration runtime*</small>
3232

@@ -40,7 +40,7 @@ The SAP CDC connector supports basic authentication or Secure Network Communicat
4040

4141
To use this SAP CDC connector, you need to:
4242

43-
- Set up a self-hosted integration runtime (version 3.17 or later). For more information, see [Create and configure a self-hosted integration runtime](create-self-hosted-integration-runtime.md).
43+
- Set up a self-hosted integration runtime. The most recent version can be found in [Microsoft Download Center](https://www.microsoft.com/en-us/download/details.aspx?id=39717). For more information, see [Create and configure a self-hosted integration runtime](create-self-hosted-integration-runtime.md).
4444

4545
- Download the 64-bit [SAP Connector for Microsoft .NET 3.0](https://support.sap.com/en/product/connectors/msnet.html) from SAP's website, and install it on the self-hosted integration runtime machine. During installation, make sure you select the **Install Assemblies to GAC** option in the **Optional setup steps** window.
4646

@@ -59,7 +59,7 @@ Follow the steps described in [Prepare the SAP CDC linked service](sap-change-da
5959

6060
## Dataset properties
6161

62-
To prepare an SAP CDC dataset, follow [Prepare the SAP CDC source dataset](sap-change-data-capture-prepare-linked-service-source-dataset.md#set-up-the-source-dataset)
62+
To prepare an SAP CDC dataset, follow [Prepare the SAP CDC source dataset](sap-change-data-capture-prepare-linked-service-source-dataset.md#set-up-the-source-dataset).
6363

6464
## Transform data with the SAP CDC connector
6565

@@ -87,4 +87,9 @@ To create a mapping data flow using the SAP CDC connector as a source, complete
8787

8888
:::image type="content" source="media/sap-change-data-capture-solution/sap-change-data-capture-mapping-data-flow-key-columns.png" alt-text="Screenshot of the key columns selection in source options of mapping data flow source.":::
8989

90-
1. For details on the tabs **Projection**, **Optimize** and **Inspect**, please follow [mapping data flow](concepts-data-flow-overview.md).
90+
1. For the tabs **Projection**, **Optimize** and **Inspect**, please follow [mapping data flow](concepts-data-flow-overview.md).
91+
92+
1. If **Run mode** is set to **Full on every run**, the tab **Optimize** offers additional selection and partitioning options. Each partition condition (the screenshot below shows an example with two conditions) will trigger a separate extraction process in the connected SAP system. Up to three of these extraction process are executed in parallel.
93+
94+
:::image type="content" source="media/sap-change-data-capture-solution/sap-change-data-capture-mapping-data-flow-optimize-partition.png" alt-text="Screenshot of the partitioning options in optimize of mapping data flow source.":::
95+

articles/data-factory/industry-sap-connectors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ The following table shows the SAP connectors and in which activity scenarios the
2525
| :----------------------------------------------------------- | :----------------------------------------------------------- | :----------------------------------------------------------- | :----------------------------------------------------------- | ------------------------------------------------------------ |
2626
|[SAP Business Warehouse Open Hub](connector-sap-business-warehouse-open-hub.md) | ✓/− | || SAP Business Warehouse version 7.01 or higher. SAP BW/4HANA isn't supported by this connector. |
2727
|[SAP Business Warehouse via MDX](connector-sap-business-warehouse.md)| ✓/− | || SAP Business Warehouse version 7.x. |
28+
| [SAP CDC (Preview)](connector-sap-change-data-capture.md) | | ✓/- | | Can connect to all SAP releases supporting SAP Operational Data Provisioning (ODP). This includes most SAP ECC and SAP BW releases, as well as SAP S/4HANA, SAP BW/4HANA and SAP Landscape Transformation Replication Server (SLT). For details, follow [Overview and architecture of the SAP CDC capabilities (preview)](sap-change-data-capture-introduction-architecture.md) |
2829
| [SAP Cloud for Customer (C4C)](connector-sap-cloud-for-customer.md) | ✓/✓ | || SAP Cloud for Customer including the SAP Cloud for Sales, SAP Cloud for Service, and SAP Cloud for Social Engagement solutions. |
2930
| [SAP ECC](connector-sap-ecc.md) | ✓/− | || SAP ECC on SAP NetWeaver version 7.0 and later. |
3031
| [SAP HANA](connector-sap-hana.md) | ✓/✓ | || Any version of SAP HANA database |
12 KB
Loading
-27.1 KB
Loading
56.3 KB
Loading
12.1 KB
Loading
-1.49 KB
Loading
Loading

articles/data-factory/sap-change-data-capture-prepare-linked-service-source-dataset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To set up an SAP CDC (preview) linked service:
4545

4646
1. In Azure Data Factory Studio, go to the Author hub of your data factory. In **Factory Resources**, under **Datasets** > **Dataset Actions**, select **New dataset**.
4747

48-
:::image type="content" source="media/sap-change-data-capture-solution/sap-cdc-new-pipeline.png" alt-text="Screenshot that shows creating a new pipeline in the Data Factory Studio Author hub.":::
48+
:::image type="content" source="media/sap-change-data-capture-solution/sap-cdc-new-dataset.png" alt-text="Screenshot that shows creating a new pipeline in the Data Factory Studio Author hub.":::
4949

5050
1. In **New dataset**, search for **SAP**. Select **SAP CDC (Preview)**, and then select **Continue**.
5151

0 commit comments

Comments
 (0)