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/sap/workloads/extract-sap-data.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,6 @@ ms.author: ritikeshvali
11
11
12
12
# Extract SAP data to Microsoft Fabric
13
13
14
-
## Overview
15
-
16
14
In this article, you gain a comprehensive understanding of the different data sources and tools available for SAP data extraction, and how to select the most appropriate option based on your analytical goals. The content covers the structure and purpose of each data layer within SAP systems. It also highlights the integration capabilities towards Microsoft Fabric, and the considerations for reliability, performance, and business alignment.
17
15
18
16
[Microsoft Fabric](https://learn.microsoft.com/fabric/fundamentals/microsoft-fabric-overview) is a fully integrated, SaaS-based data platform that unifies data engineering, real-time analytics, data science, business intelligence, and governance into a single experience. Built on OneLake, Fabric centralizes data storage and enables seamless collaboration across roles—from data engineers to business users. At its core is OneLake, a unified data lake that centralizes storage and enables seamless data access across services. Fabric also integrates AI capabilities through Copilot and Azure AI Studio, empowering users to derive insights faster and more intuitively. Designed for simplicity, scalability, and collaboration, Microsoft Fabric helps organizations streamline their analytics workflows, reduce complexity, and accelerate their AI transformation journey
@@ -42,7 +40,7 @@ InfoObjects and InfoProviders are part of the SAP Business Warehouse (BW) semant
42
40
43
41
Queries are the main interface for consuming data stored in SAP BW. They define business-ready metrics such as key revenue, cost, or quantity measures by applying calculations, filters, and aggregations on top of InfoProviders. Queries are also tightly integrated with SAP's authorization model and optimized for performance.
44
42
45
-
## Choosing the right data source
43
+
## Choose the right data source
46
44
47
45
Selecting the right data source depends on the ultimate objective and how much of existing transformation you want to reuse. As explained in the previous section SAP systems offer several layers of data access, each suited to different stages in the data journey, from raw transactions to fully modeled business metrics. Transactional data is stored in a highly normalized form, meaning information is divided across many smaller, related tables to reduce redundancy and improve efficiency. These tables reflect the raw output of business processes, exactly as it's generated in the system. Such design promotes data integrity but makes reporting and analytics more complex.
48
46
@@ -191,17 +189,17 @@ Learn more about [partner solutions supporting Open Mirroring](https://learn.mic
191
189
192
190
Partner solutions usually support two integration patterns:
193
191
194
-
**Open Mirroring**
192
+
#### Open Mirroring
195
193
196
194
Partner solutions leverage a set of native Microsoft Fabric APIs to synchronize source datasets with mirrored databases in Fabric. This approach ensures that the target tables remain a consistent and up-to-date copy of the source, as the mirroring engine automatically process and merges changes.
197
195
198
196
[Learn more about Open Mirroring in Microsoft Fabric](https://learn.microsoft.com/fabric/database/mirrored-database/open-mirroring).
199
197
200
-
**Lakehouse**
198
+
#### Lakehouse
201
199
202
200
Direct lakehouse integration allows partners to ingest data into Fabric in both full and incremental modes. While this method offers flexibility and control, it usually requires another processing to handle deduplication and consolidation of records before the data is ready for downstream analytics.
203
201
204
-
## Other resources
202
+
## Resources
205
203
206
204
[**SAP Knowledge Center – data integration**](https://microsofteur-my.sharepoint.com/personal/bajarkow_microsoft_com/Documents/SAP%20knowledge%20center%20overview)
0 commit comments