{"id":16228,"date":"2025-10-15T10:55:39","date_gmt":"2025-10-15T08:55:39","guid":{"rendered":"https:\/\/ginesis-finance.com\/blog\/non-categorise\/sap-core-data-services-cds-real-time-reporting-without-bw\/"},"modified":"2025-10-30T15:02:56","modified_gmt":"2025-10-30T14:02:56","slug":"sap-core-data-services-cds-real-time-reporting-without-bw","status":"publish","type":"post","link":"https:\/\/ginesis-finance.com\/en\/blog\/process-optimization-and-overall-performance\/sap-core-data-services-cds-real-time-reporting-without-bw\/","title":{"rendered":"SAP Core Data Services (CDS): real-time reporting without BW"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"16228\" class=\"elementor elementor-16228 elementor-15629\" data-elementor-post-type=\"post\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d8155d4 e-con-full e-flex e-con e-parent\" data-id=\"d8155d4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-41e097e elementor-widget elementor-widget-text-editor\" data-id=\"41e097e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><b>Introduction: Why Talk About Core Data Services Again?<\/b><\/p><p>For finance departments seeking real-time dashboards, traditional BW extractors quickly reach their refresh-rate limits. <b>Core Data Services<\/b> (CDS) form the foundation of SAP S\/4HANA\u2019s <i>Virtual Data Model<\/i>; by bringing business logic closer to the <b>HANA<\/b> database, they eliminate replication and accelerate decision-making. Designed as an SQL extension, CDS creates semantic models directly within the ERP system to meet both <b>real-time analytical<\/b> and transactional needs simultaneously.<\/p><p>The result: simplified data flows, automated reporting, and reduced IT dependency for finance teams.<\/p><p>What if your KPIs were calculated where your data already resides \u2014 instead of in a spreadsheet?<\/p><h2>Understanding Core Data Services<\/h2><h3><b>Definition<\/b><\/h3><p><b>Core Data Services<\/b> are a declarative modeling framework. They extend SQL to <b>define data models<\/b> enriched with annotations (e.g., @Analytics.query:true) and link business logic, authorizations, and virtual views \u2014 all without duplicating data.<\/p><h3><b>Role in SAP S\/4HANA<\/b><\/h3><p>In SAP S\/4HANA, CDS serves as the backbone of the new ABAP Programming Model. Logic executes directly in the <b>HANA database<\/b> using <i>code push-down<\/i>. Each view is exposed as an <b>OData service<\/b> for SAP Fiori, and the same model supports both transactional applications and <i>embedded analytics<\/i>.<\/p><h2>Breaking Down CDS Structure<\/h2><h3><b>Data Organization<\/b><\/h3><p>Within the <i>Virtual Data Model<\/i> of <b>Core Data Services<\/b>, data follows a three-layer architecture that ensures clarity and reusability.<\/p><ol><li><b>Basic Views<\/b> \u2014 directly query physical tables; you get raw extraction without transformation, ideal for source tracing.<\/li><li><b>Composite Views<\/b> \u2014 combine several Basics using <i>associations<\/i> to build a complete business model while centralizing join logic.<\/li><li><b>Consumption Views<\/b> \u2014 built on top of Composites, they are exposed as <b>OData services<\/b> for SAP Fiori or SAP Analytics Cloud; the same object also feeds a <i>BW transient provider<\/i> for financial reporting.<\/li><\/ol><p>Each layer accepts <i>annotations<\/i> describing security, currency, or units, preventing duplication of UI-level rules. This clear separation between extraction, aggregation, and consumption makes the model modular: replace a Basic View without affecting upper layers, reducing maintenance and securing audit compliance.<\/p><p>Why multiply BW cubes and Excel macros when this hierarchy delivers ready-to-use, always-up-to-date indicators?<\/p><h3><b>Tables &amp; Dimensions<\/b><\/h3><p>In <b>Core Data Services<\/b>, each view structures your business tables before they are exposed in the <b>HANA database<\/b>:<\/p><ul><li><b>Basic Views<\/b>: point directly to a physical table and serve as the <i>master &amp; transaction<\/i> layer, where each <b>field<\/b> is exposed without transformation.<\/li><li><b>Composite Views<\/b>: aggregate several Basics via <i>associations<\/i> to create a coherent analytical model.<\/li><li><b>Consumption Views<\/b>: based on Composites, instantly exposed as <b>OData services<\/b> for SAP Fiori or SAP Analytics Cloud.<\/li><\/ul><p>CDS Views accept <i>annotations<\/i> enriching security, currency, and unit handling \u2014 without duplicating logic in the UI layer.<\/p><p><b>Checklist: Validate Your CDS Model<\/b><\/p><ul><li>Does each Basic View target only one table?<\/li><li>Do your <i>associations<\/i> cover all business keys?<\/li><li>Are your Consumption Views properly exposed as <b>OData services<\/b>?<\/li><\/ul><p>This hierarchy eliminates BW cubes and Excel macros \u2014 your indicators remain current with no redundant replication.<\/p><h2>Key Features<\/h2><h3><b>Automated Reporting &amp; KPIs<\/b><\/h3><p>Finance departments now demand daily reporting \u2014 without scripts or Excel templates. With <b>Core Data Services<\/b>, <i>analytical annotations<\/i> instantly transform a <i>Consumption View<\/i> into a ready-to-use <b>OData service<\/b>. The same view simultaneously powers SAP Fiori KPI tiles and SAP Analytics Cloud models \u2014 with no need for data conversion or copying.<\/p><p>Measures are computed directly in the <b>HANA database<\/b>; this in-memory execution eliminates aggregation delays and enables truly real-time financial reporting. <i>Annotations<\/i> also handle security, so each KPI inherits access rights without additional front-end coding.<\/p><p>This unifies transactional and analytical layers, removes ETL pipelines, and frees finance teams for higher-value analysis.<\/p><h3><b>Extraction &amp; Delivery<\/b><\/h3><p>In <b>Core Data Services<\/b>, every <i>Consumption View<\/i> automatically publishes an <b>OData service<\/b>; your teams can instantly use it in SAP Fiori or any REST client.<\/p><p>Security annotations enforce access control without UI-level code, and dedicated UI annotations automatically format measurement units and currencies.<\/p><p>How many manual workflows will you eliminate when your indicators update automatically without ETL?<\/p><p><b>Checklist: Operational Considerations<\/b><\/p><ul><li>Does the <b>OData service<\/b> scope cover finance only?<\/li><li>Are UI annotations properly configured for measurement units and currency codes?<\/li><li>Are authorization rules (e.g., CFO role) active within security annotations?<\/li><\/ul><h2>Tangible Benefits for CFOs<\/h2><h3><b>Cost &amp; Process Optimization<\/b><\/h3><p>Under pressure to close books without IT overload, finance leaders find <b>Core Data Services<\/b> to be an immediate lever.<\/p><p>CDS Views make financial data available in <b>real time<\/b>; analysis runs in-memory with no exports or delays. By centralizing all business logic in a single layer, teams drastically reduce <b>report maintenance<\/b>: no duplicated queries or macros to synchronize. Semantic models enforce a single definition of accounts and control aggregation keys, which <b>improves data quality<\/b> and eliminates discrepancies between balance sheet and P&amp;L.<\/p><p>The result: simplified closing, shorter validation cycles, and sustainably lower reporting costs.<\/p><h3><b>Real-Time Decisions &amp; Alerts<\/b><\/h3><p>Facing ever-faster decision cycles, CFOs rely on <b>Core Data Services<\/b>. In-memory processing instantly recalculates income statements or balance sheets, without BW exports. Exposed as <b>OData services<\/b>, CDS Views automatically refresh SAP Fiori KPI tiles and trigger alerts when thresholds are breached.<\/p><p>No more replication to BW: indicators come straight from the <b>HANA database<\/b>, reducing latency and infrastructure load.<\/p><p>The outcome: proactive dashboards where teams detect cash-flow tensions earlier and focus their energy on strategic financial analysis.<\/p><h2>Conclusion: Leverage Core Data Services Today<\/h2><p>Adopting CDS means gaining a unified model, reliable data, standard exposure to SAP Fiori tools via <b>OData<\/b>, and truly real-time financial reporting.<\/p><p>By structuring your Basic, Composite, and Consumption Views, you simplify data governance and gain a lasting competitive edge. Why wait to create your first view and measure, by the next close, the ROI of faster reporting cycles?<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Discover how Core Data Services transform access to SAP data: a virtual model, CDS views, OData exposures, and real-time analytics for faster financial decision-making.<\/p>\n","protected":false},"author":2,"featured_media":15632,"comment_status":"closed","ping_status":"open","sticky":false,"template":"elementor_theme","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[357],"tags":[],"class_list":["post-16228","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-process-optimization-and-overall-performance"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>SAP CDS: Core Data Services, the key data service for CFOs<\/title>\n<meta name=\"description\" content=\"Core Data Services: access your SAP data in real time, reduce your reporting costs, and make better financial decisions.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ginesis-finance.com\/en\/blog\/process-optimization-and-overall-performance\/sap-core-data-services-cds-real-time-reporting-without-bw\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SAP CDS: Core Data Services, the key data service for CFOs\" \/>\n<meta property=\"og:description\" content=\"Core Data Services: access your SAP data in real time, reduce your reporting costs, and make better financial decisions.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ginesis-finance.com\/en\/blog\/process-optimization-and-overall-performance\/sap-core-data-services-cds-real-time-reporting-without-bw\/\" \/>\n<meta property=\"og:site_name\" content=\"Ginesis Finance\" \/>\n<meta property=\"article:published_time\" content=\"2025-10-15T08:55:39+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-30T14:02:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ginesis-finance.com\/wp-content\/uploads\/2025\/10\/A7IV-article-\u2013-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Bastien\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Bastien\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/ginesis-finance.com\/en\/blog\/process-optimization-and-overall-performance\/sap-core-data-services-cds-real-time-reporting-without-bw\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/ginesis-finance.com\/en\/blog\/process-optimization-and-overall-performance\/sap-core-data-services-cds-real-time-reporting-without-bw\/\"},\"author\":{\"name\":\"Bastien\",\"@id\":\"https:\/\/ginesis-finance.com\/en\/#\/schema\/person\/2d22f0cc4d9a73cd8e5ecd716f49cbab\"},\"headline\":\"SAP Core Data Services (CDS): real-time reporting without BW\",\"datePublished\":\"2025-10-15T08:55:39+00:00\",\"dateModified\":\"2025-10-30T14:02:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/ginesis-finance.com\/en\/blog\/process-optimization-and-overall-performance\/sap-core-data-services-cds-real-time-reporting-without-bw\/\"},\"wordCount\":932,\"publisher\":{\"@id\":\"https:\/\/ginesis-finance.com\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/ginesis-finance.com\/en\/blog\/process-optimization-and-overall-performance\/sap-core-data-services-cds-real-time-reporting-without-bw\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/ginesis-finance.com\/wp-content\/uploads\/2025\/10\/A7IV-article-\u2013-1.jpg\",\"articleSection\":[\"Process optimization and overall performance\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ginesis-finance.com\/en\/blog\/process-optimization-and-overall-performance\/sap-core-data-services-cds-real-time-reporting-without-bw\/\",\"url\":\"https:\/\/ginesis-finance.com\/en\/blog\/process-optimization-and-overall-performance\/sap-core-data-services-cds-real-time-reporting-without-bw\/\",\"name\":\"SAP CDS: Core Data Services, the key data service for CFOs\",\"isPartOf\":{\"@id\":\"https:\/\/ginesis-finance.com\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/ginesis-finance.com\/en\/blog\/process-optimization-and-overall-performance\/sap-core-data-services-cds-real-time-reporting-without-bw\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/ginesis-finance.com\/en\/blog\/process-optimization-and-overall-performance\/sap-core-data-services-cds-real-time-reporting-without-bw\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/ginesis-finance.com\/wp-content\/uploads\/2025\/10\/A7IV-article-\u2013-1.jpg\",\"datePublished\":\"2025-10-15T08:55:39+00:00\",\"dateModified\":\"2025-10-30T14:02:56+00:00\",\"description\":\"Core Data Services: access your SAP data in real time, reduce your reporting costs, and make better financial decisions.\",\"breadcrumb\":{\"@id\":\"https:\/\/ginesis-finance.com\/en\/blog\/process-optimization-and-overall-performance\/sap-core-data-services-cds-real-time-reporting-without-bw\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ginesis-finance.com\/en\/blog\/process-optimization-and-overall-performance\/sap-core-data-services-cds-real-time-reporting-without-bw\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ginesis-finance.com\/en\/blog\/process-optimization-and-overall-performance\/sap-core-data-services-cds-real-time-reporting-without-bw\/#primaryimage\",\"url\":\"https:\/\/ginesis-finance.com\/wp-content\/uploads\/2025\/10\/A7IV-article-\u2013-1.jpg\",\"contentUrl\":\"https:\/\/ginesis-finance.com\/wp-content\/uploads\/2025\/10\/A7IV-article-\u2013-1.jpg\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ginesis-finance.com\/en\/blog\/process-optimization-and-overall-performance\/sap-core-data-services-cds-real-time-reporting-without-bw\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/ginesis-finance.com\/en\/home\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Non cat\u00e9goris\u00e9\",\"item\":\"https:\/\/ginesis-finance.com\/en\/blog\/category\/non-categorise\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"SAP Core Data Services (CDS): real-time reporting without BW\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ginesis-finance.com\/en\/#website\",\"url\":\"https:\/\/ginesis-finance.com\/en\/\",\"name\":\"Ginesis Finance\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/ginesis-finance.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/ginesis-finance.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/ginesis-finance.com\/en\/#organization\",\"name\":\"Ginesis Finance\",\"url\":\"https:\/\/ginesis-finance.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ginesis-finance.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/ginesis-finance.com\/wp-content\/uploads\/2025\/02\/logo-square-full.png\",\"contentUrl\":\"https:\/\/ginesis-finance.com\/wp-content\/uploads\/2025\/02\/logo-square-full.png\",\"width\":283,\"height\":283,\"caption\":\"Ginesis Finance\"},\"image\":{\"@id\":\"https:\/\/ginesis-finance.com\/en\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/ginesis-finance.com\/en\/#\/schema\/person\/2d22f0cc4d9a73cd8e5ecd716f49cbab\",\"name\":\"Bastien\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ginesis-finance.com\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/36dc41df54f259817b6d73d1afe4c087bfbf97b39e91895a7ebe4d7a3ac7eec5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/36dc41df54f259817b6d73d1afe4c087bfbf97b39e91895a7ebe4d7a3ac7eec5?s=96&d=mm&r=g\",\"caption\":\"Bastien\"},\"url\":\"https:\/\/ginesis-finance.com\/en\/blog\/author\/geneuilbastien\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"SAP CDS: Core Data Services, the key data service for CFOs","description":"Core Data Services: access your SAP data in real time, reduce your reporting costs, and make better financial decisions.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/ginesis-finance.com\/en\/blog\/process-optimization-and-overall-performance\/sap-core-data-services-cds-real-time-reporting-without-bw\/","og_locale":"en_US","og_type":"article","og_title":"SAP CDS: Core Data Services, the key data service for CFOs","og_description":"Core Data Services: access your SAP data in real time, reduce your reporting costs, and make better financial decisions.","og_url":"https:\/\/ginesis-finance.com\/en\/blog\/process-optimization-and-overall-performance\/sap-core-data-services-cds-real-time-reporting-without-bw\/","og_site_name":"Ginesis Finance","article_published_time":"2025-10-15T08:55:39+00:00","article_modified_time":"2025-10-30T14:02:56+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/ginesis-finance.com\/wp-content\/uploads\/2025\/10\/A7IV-article-\u2013-1.jpg","type":"image\/jpeg"}],"author":"Bastien","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Bastien","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/ginesis-finance.com\/en\/blog\/process-optimization-and-overall-performance\/sap-core-data-services-cds-real-time-reporting-without-bw\/#article","isPartOf":{"@id":"https:\/\/ginesis-finance.com\/en\/blog\/process-optimization-and-overall-performance\/sap-core-data-services-cds-real-time-reporting-without-bw\/"},"author":{"name":"Bastien","@id":"https:\/\/ginesis-finance.com\/en\/#\/schema\/person\/2d22f0cc4d9a73cd8e5ecd716f49cbab"},"headline":"SAP Core Data Services (CDS): real-time reporting without BW","datePublished":"2025-10-15T08:55:39+00:00","dateModified":"2025-10-30T14:02:56+00:00","mainEntityOfPage":{"@id":"https:\/\/ginesis-finance.com\/en\/blog\/process-optimization-and-overall-performance\/sap-core-data-services-cds-real-time-reporting-without-bw\/"},"wordCount":932,"publisher":{"@id":"https:\/\/ginesis-finance.com\/en\/#organization"},"image":{"@id":"https:\/\/ginesis-finance.com\/en\/blog\/process-optimization-and-overall-performance\/sap-core-data-services-cds-real-time-reporting-without-bw\/#primaryimage"},"thumbnailUrl":"https:\/\/ginesis-finance.com\/wp-content\/uploads\/2025\/10\/A7IV-article-\u2013-1.jpg","articleSection":["Process optimization and overall performance"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/ginesis-finance.com\/en\/blog\/process-optimization-and-overall-performance\/sap-core-data-services-cds-real-time-reporting-without-bw\/","url":"https:\/\/ginesis-finance.com\/en\/blog\/process-optimization-and-overall-performance\/sap-core-data-services-cds-real-time-reporting-without-bw\/","name":"SAP CDS: Core Data Services, the key data service for CFOs","isPartOf":{"@id":"https:\/\/ginesis-finance.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ginesis-finance.com\/en\/blog\/process-optimization-and-overall-performance\/sap-core-data-services-cds-real-time-reporting-without-bw\/#primaryimage"},"image":{"@id":"https:\/\/ginesis-finance.com\/en\/blog\/process-optimization-and-overall-performance\/sap-core-data-services-cds-real-time-reporting-without-bw\/#primaryimage"},"thumbnailUrl":"https:\/\/ginesis-finance.com\/wp-content\/uploads\/2025\/10\/A7IV-article-\u2013-1.jpg","datePublished":"2025-10-15T08:55:39+00:00","dateModified":"2025-10-30T14:02:56+00:00","description":"Core Data Services: access your SAP data in real time, reduce your reporting costs, and make better financial decisions.","breadcrumb":{"@id":"https:\/\/ginesis-finance.com\/en\/blog\/process-optimization-and-overall-performance\/sap-core-data-services-cds-real-time-reporting-without-bw\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ginesis-finance.com\/en\/blog\/process-optimization-and-overall-performance\/sap-core-data-services-cds-real-time-reporting-without-bw\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ginesis-finance.com\/en\/blog\/process-optimization-and-overall-performance\/sap-core-data-services-cds-real-time-reporting-without-bw\/#primaryimage","url":"https:\/\/ginesis-finance.com\/wp-content\/uploads\/2025\/10\/A7IV-article-\u2013-1.jpg","contentUrl":"https:\/\/ginesis-finance.com\/wp-content\/uploads\/2025\/10\/A7IV-article-\u2013-1.jpg","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/ginesis-finance.com\/en\/blog\/process-optimization-and-overall-performance\/sap-core-data-services-cds-real-time-reporting-without-bw\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ginesis-finance.com\/en\/home\/"},{"@type":"ListItem","position":2,"name":"Non cat\u00e9goris\u00e9","item":"https:\/\/ginesis-finance.com\/en\/blog\/category\/non-categorise\/"},{"@type":"ListItem","position":3,"name":"SAP Core Data Services (CDS): real-time reporting without BW"}]},{"@type":"WebSite","@id":"https:\/\/ginesis-finance.com\/en\/#website","url":"https:\/\/ginesis-finance.com\/en\/","name":"Ginesis Finance","description":"","publisher":{"@id":"https:\/\/ginesis-finance.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ginesis-finance.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/ginesis-finance.com\/en\/#organization","name":"Ginesis Finance","url":"https:\/\/ginesis-finance.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ginesis-finance.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/ginesis-finance.com\/wp-content\/uploads\/2025\/02\/logo-square-full.png","contentUrl":"https:\/\/ginesis-finance.com\/wp-content\/uploads\/2025\/02\/logo-square-full.png","width":283,"height":283,"caption":"Ginesis Finance"},"image":{"@id":"https:\/\/ginesis-finance.com\/en\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/ginesis-finance.com\/en\/#\/schema\/person\/2d22f0cc4d9a73cd8e5ecd716f49cbab","name":"Bastien","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ginesis-finance.com\/en\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/36dc41df54f259817b6d73d1afe4c087bfbf97b39e91895a7ebe4d7a3ac7eec5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/36dc41df54f259817b6d73d1afe4c087bfbf97b39e91895a7ebe4d7a3ac7eec5?s=96&d=mm&r=g","caption":"Bastien"},"url":"https:\/\/ginesis-finance.com\/en\/blog\/author\/geneuilbastien\/"}]}},"_links":{"self":[{"href":"https:\/\/ginesis-finance.com\/en\/wp-json\/wp\/v2\/posts\/16228","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ginesis-finance.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ginesis-finance.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ginesis-finance.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/ginesis-finance.com\/en\/wp-json\/wp\/v2\/comments?post=16228"}],"version-history":[{"count":1,"href":"https:\/\/ginesis-finance.com\/en\/wp-json\/wp\/v2\/posts\/16228\/revisions"}],"predecessor-version":[{"id":16229,"href":"https:\/\/ginesis-finance.com\/en\/wp-json\/wp\/v2\/posts\/16228\/revisions\/16229"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ginesis-finance.com\/en\/wp-json\/wp\/v2\/media\/15632"}],"wp:attachment":[{"href":"https:\/\/ginesis-finance.com\/en\/wp-json\/wp\/v2\/media?parent=16228"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ginesis-finance.com\/en\/wp-json\/wp\/v2\/categories?post=16228"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ginesis-finance.com\/en\/wp-json\/wp\/v2\/tags?post=16228"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}