<?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>topic Re: Can Data Clusters in DB tables be read using Core Data Services? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-data-clusters-in-db-tables-be-read-using-core-data-services/m-p/12579326#M2009198</link>
    <description>&lt;P&gt;Hi Edo,&lt;/P&gt;&lt;P&gt;No, there is no corresponding
syntax in CDS to execute import/export ABAP statement. &lt;/P&gt;&lt;P&gt;Regards, Harish&lt;/P&gt;</description>
    <pubDate>Thu, 22 Sep 2022 14:29:34 GMT</pubDate>
    <dc:creator>former_member303082</dc:creator>
    <dc:date>2022-09-22T14:29:34Z</dc:date>
    <item>
      <title>Can Data Clusters in DB tables be read using Core Data Services?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-data-clusters-in-db-tables-be-read-using-core-data-services/m-p/12579323#M2009195</link>
      <description>&lt;P&gt;Can &lt;A href="https://help.sap.com/doc/abapdocu_752_index_htm/7.52/en-US/abenexport_import_table_glosry.htm"&gt;export/import DB tables&lt;/A&gt; (that have RELID and SRTF2 fields) be read using Core Data Services?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 06:43:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-data-clusters-in-db-tables-be-read-using-core-data-services/m-p/12579323#M2009195</guid>
      <dc:creator>vonglan</dc:creator>
      <dc:date>2022-09-07T06:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Can Data Clusters in DB tables be read using Core Data Services?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-data-clusters-in-db-tables-be-read-using-core-data-services/m-p/12579324#M2009196</link>
      <description>&lt;P&gt;Hi Edo,&lt;/P&gt;&lt;P&gt;Yes, such a
transparent table can be used as data source in a CDS View.&lt;/P&gt;

&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;B&gt;define&lt;/B&gt; &lt;B&gt;view&lt;/B&gt; &lt;U&gt;ZHM_CDS1_DATA_CLUSTER_TABLE&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;/U&gt;  &lt;B&gt;as&lt;/B&gt; &lt;B&gt;select&lt;/B&gt; &lt;B&gt;from&lt;/B&gt; demo_indx_blob&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;{&lt;BR /&gt;&lt;/STRONG&gt;  &lt;B&gt;key&lt;/B&gt; relid     &lt;B&gt;as&lt;/B&gt; Relid&lt;B&gt;,&lt;BR /&gt;&lt;/B&gt;  &lt;B&gt;key&lt;/B&gt; id        &lt;B&gt;as&lt;/B&gt; Id&lt;B&gt;,&lt;BR /&gt;&lt;/B&gt;&lt;B&gt;&lt;/B&gt;      userid   
&lt;B&gt;as&lt;/B&gt; Userid&lt;B&gt;,&lt;BR /&gt;&lt;/B&gt;      timestamp &lt;B&gt;as&lt;/B&gt; Timestamp&lt;B&gt;,&lt;BR /&gt;&lt;/B&gt;&lt;B&gt;&lt;/B&gt;      clustd    &lt;B&gt;as&lt;/B&gt; Clustd&lt;BR /&gt;&lt;B&gt;}&lt;/B&gt;&lt;/P&gt;&lt;P&gt;Regards, Harish Mehta&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 10:39:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-data-clusters-in-db-tables-be-read-using-core-data-services/m-p/12579324#M2009196</guid>
      <dc:creator>former_member303082</dc:creator>
      <dc:date>2022-09-14T10:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Can Data Clusters in DB tables be read using Core Data Services?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-data-clusters-in-db-tables-be-read-using-core-data-services/m-p/12579325#M2009197</link>
      <description>&lt;P&gt;Hi Harish,&lt;/P&gt;&lt;P&gt;thanks for answering.&lt;/P&gt;&lt;P&gt;Not sure whether you understood what I meant.&lt;/P&gt;&lt;P&gt;For a cluster table like INDX, you read (interpret) the cluster with a statement like&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;* read the configuration table from DB
    import gendat = lt_gendat from database indx(sd)
                                        id   'GENDAT'.&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Is there any equivalent method (e.g. special CDS syntax) for accessing (interpreting) the clustered information via CDS?&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Edo&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 14:11:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-data-clusters-in-db-tables-be-read-using-core-data-services/m-p/12579325#M2009197</guid>
      <dc:creator>vonglan</dc:creator>
      <dc:date>2022-09-22T14:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can Data Clusters in DB tables be read using Core Data Services?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-data-clusters-in-db-tables-be-read-using-core-data-services/m-p/12579326#M2009198</link>
      <description>&lt;P&gt;Hi Edo,&lt;/P&gt;&lt;P&gt;No, there is no corresponding
syntax in CDS to execute import/export ABAP statement. &lt;/P&gt;&lt;P&gt;Regards, Harish&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 14:29:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-data-clusters-in-db-tables-be-read-using-core-data-services/m-p/12579326#M2009198</guid>
      <dc:creator>former_member303082</dc:creator>
      <dc:date>2022-09-22T14:29:34Z</dc:date>
    </item>
  </channel>
</rss>

