<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Source CDS metadata incorrect with Replication Flow in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/source-cds-metadata-incorrect-with-replication-flow/qaa-p/13742070#M4834412</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Did you solve this issue? We are facing same issue.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jun 2024 10:24:16 GMT</pubDate>
    <dc:creator>fabiosist</dc:creator>
    <dc:date>2024-06-25T10:24:16Z</dc:date>
    <item>
      <title>Source CDS metadata incorrect with Replication Flow</title>
      <link>https://community.sap.com/t5/technology-q-a/source-cds-metadata-incorrect-with-replication-flow/qaq-p/12681972</link>
      <description>&lt;P&gt;I am trying to replicate a CDS object call I_BPCONTACT. It supports Data Extraction and Deltas&lt;/P&gt;
  &lt;P&gt;@EndUserText.label: 'Business Partner Contact'&lt;/P&gt;
  &lt;P&gt;//@Analytics.dataCategory: #DIMENSION //or #CUBE or #FACT&lt;BR /&gt;@Analytics: {&lt;BR /&gt; dataCategory: #DIMENSION,&lt;BR /&gt; dataExtraction: {&lt;BR /&gt; enabled: true,&lt;BR /&gt; delta.changeDataCapture: {&lt;BR /&gt; automatic: true&lt;BR /&gt; }&lt;BR /&gt; }&lt;BR /&gt;}&lt;/P&gt;
  &lt;P&gt;I can see that the metadata of the view has two fields of type DATS (ValidityEndDate/StartDate)&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2159407-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;When I create the Replication flow - the ValidityEndDate/StartDate fields are brought across as strings - in fact all fields are brought across as strings&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2159408-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;I can't change the source field data type within the Replication Flow and I can't map it into a Date field on the Target table as it complains the fields are incompatible.&lt;/P&gt;
  &lt;P&gt;When I try and run the Replication flow it errors saying that it cannot convert the values of the ValidityEndDate/StartDate columns&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2159410-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;The data looks fine in the CDS from SE11 and I have tested the replication process using program RODPS_REPL_TEST from transaction SE38 successfully.&lt;/P&gt;
  &lt;P&gt;It looks to me that the metadata of the I_BPCONTACT CDS is not being transferred/read correctly leading to the date fields being identified as Strings but I'm not sure what I can then do about it?&lt;/P&gt;
  &lt;P&gt;Any suggestions gratefully received.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 11:33:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/source-cds-metadata-incorrect-with-replication-flow/qaq-p/12681972</guid>
      <dc:creator>MattRogers</dc:creator>
      <dc:date>2023-04-25T11:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Source CDS metadata incorrect with Replication Flow</title>
      <link>https://community.sap.com/t5/technology-q-a/source-cds-metadata-incorrect-with-replication-flow/qaa-p/13691258#M4828312</link>
      <description>&lt;P&gt;I am having the exact same issue. The meta data support from CDS views in general is frustrating. When you replicate remote tables, it ignores the "@EndUserText: {label: " unless you first cast the column to break the base table metadata label. For Replication flows, it completely ignores the "@EndUserText:" {label: and sets the business and technical name to the same values. I'll try to get SAP's attention on this one... See if we can get an update.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 20:23:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/source-cds-metadata-incorrect-with-replication-flow/qaa-p/13691258#M4828312</guid>
      <dc:creator>Jonathan_Haun</dc:creator>
      <dc:date>2024-05-03T20:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Source CDS metadata incorrect with Replication Flow</title>
      <link>https://community.sap.com/t5/technology-q-a/source-cds-metadata-incorrect-with-replication-flow/qaa-p/13742070#M4834412</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Did you solve this issue? We are facing same issue.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 10:24:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/source-cds-metadata-incorrect-with-replication-flow/qaa-p/13742070#M4834412</guid>
      <dc:creator>fabiosist</dc:creator>
      <dc:date>2024-06-25T10:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Source CDS metadata incorrect with Replication Flow</title>
      <link>https://community.sap.com/t5/technology-q-a/source-cds-metadata-incorrect-with-replication-flow/qaa-p/13742147#M4834420</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;it sounds that the source S4 system is missing some important notes.&lt;/P&gt;&lt;P&gt;Please use program:&amp;nbsp;CNV_NOTE_ANALYZER_DI and check which notes might be missing.&lt;/P&gt;&lt;P&gt;When you implemented all of them, from top to bottom, the usually this error should disappear.&lt;/P&gt;&lt;P&gt;I saw this latest end of February, if I remember right ... I try to keep the S4 up-to-date in regards to this program.&lt;/P&gt;&lt;P&gt;BR, Martin&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 11:38:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/source-cds-metadata-incorrect-with-replication-flow/qaa-p/13742147#M4834420</guid>
      <dc:creator>MKreitlein</dc:creator>
      <dc:date>2024-06-25T11:38:15Z</dc:date>
    </item>
  </channel>
</rss>

