<?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: Nested Navigation in CDS OData in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-navigation-in-cds-odata/m-p/11890978#M1961460</link>
    <description>according to this link there is a limitation for creating odata service using auto exposure(@odata.publish annotation)&lt;BR /&gt;&lt;P&gt;so it's preferred to create the odata manually using segw and refrence your cds view as the odata model there.&lt;/P&gt;</description>
    <pubDate>Fri, 29 Sep 2023 00:25:54 GMT</pubDate>
    <dc:creator>ex_bassam</dc:creator>
    <dc:date>2023-09-29T00:25:54Z</dc:date>
    <item>
      <title>Nested Navigation in CDS OData</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-navigation-in-cds-odata/m-p/11890973#M1961455</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
  &lt;P&gt;I am creating a CDS view and publishing as an OData.&lt;/P&gt;
  &lt;P&gt;The expected metadata is something like&lt;/P&gt;
  &lt;P&gt;Entity_Type: head&lt;/P&gt;
  &lt;P&gt;-- Navgitaion: to_item&lt;/P&gt;
  &lt;P&gt;Entity_Type: item&lt;/P&gt;
  &lt;P&gt;-- Navigation: to_price&lt;/P&gt;
  &lt;P&gt;Entity_Type: price&lt;/P&gt;
  &lt;P&gt;This is what I created:&lt;/P&gt;
  &lt;P&gt;CDS view head (published as OData){ -- association to item, and association publicly exposed } &lt;/P&gt;
  &lt;P&gt;CDS view item { -- association to price, and association publicly exposed }&lt;/P&gt;
  &lt;P&gt;CDS view price&lt;/P&gt;
  &lt;P&gt;But with this, I do not get the Entity_Type price or the navgiation to_price.&lt;/P&gt;
  &lt;P&gt;Could you please advice on ho I can achieve this?&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2019 07:06:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-navigation-in-cds-odata/m-p/11890973#M1961455</guid>
      <dc:creator>winultimate</dc:creator>
      <dc:date>2019-05-07T07:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Nested Navigation in CDS OData</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-navigation-in-cds-odata/m-p/11890974#M1961456</link>
      <description>&lt;P&gt;Solved myself.&lt;BR /&gt;It appears correctly when we create a SEGW service for the CDS. &lt;BR /&gt;&lt;BR /&gt;Strange behavior. Hopefully SAP will correct it in future relases.&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2019 11:09:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-navigation-in-cds-odata/m-p/11890974#M1961456</guid>
      <dc:creator>winultimate</dc:creator>
      <dc:date>2019-05-09T11:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Nested Navigation in CDS OData</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-navigation-in-cds-odata/m-p/11890975#M1961457</link>
      <description>&lt;P&gt;Hello Sajid,&lt;/P&gt;&lt;P&gt;Thanks for providing the feedback to your own question, I wish more people would do that &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However I'm not sure what you mean by 'created a GW service for the CDS'? When you publish it via the CDS annotation, it puts it into an SAP-internal service. How do you make it Did you create this afterwards or publish one of the intermediate services?&lt;/P&gt;&lt;P&gt;Or did you drop the @odata.publish altogether and referenced the CDSs in a custom GW service?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 14:28:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-navigation-in-cds-odata/m-p/11890975#M1961457</guid>
      <dc:creator>pokrakam</dc:creator>
      <dc:date>2019-07-24T14:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Nested Navigation in CDS OData</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-navigation-in-cds-odata/m-p/11890976#M1961458</link>
      <description>&lt;P&gt;Hello Mike,&lt;BR /&gt;Thanks. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;I wish that too.. It feels sad to see that sometimes we see people having a similar issue to ours and have resolved it themselves but no idea on how they did it.&lt;BR /&gt;&lt;BR /&gt;To answer your question.&lt;BR /&gt;Yes, I driooed the  @OData.publish altogether. And included it as a reference in the GE service that I created&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 08:45:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-navigation-in-cds-odata/m-p/11890976#M1961458</guid>
      <dc:creator>winultimate</dc:creator>
      <dc:date>2019-07-31T08:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Nested Navigation in CDS OData</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-navigation-in-cds-odata/m-p/11890977#M1961459</link>
      <description>&lt;P&gt;I found the following:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.sap.com/docs/SAP_NETWEAVER_AS_ABAP_752/cc0c305d2fab47bd808adcad3ca7ee9d/ed2ed4e2cbc54ffdba3aead4f3a73640.html" target="test_blank"&gt;https://help.sap.com/docs/SAP_NETWEAVER_AS_ABAP_752/cc0c305d2fab47bd808adcad3ca7ee9d/ed2ed4e2cbc54ffdba3aead4f3a73640.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2023 11:16:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-navigation-in-cds-odata/m-p/11890977#M1961459</guid>
      <dc:creator>LeonvNiekerk</dc:creator>
      <dc:date>2023-08-22T11:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Nested Navigation in CDS OData</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-navigation-in-cds-odata/m-p/11890978#M1961460</link>
      <description>according to this link there is a limitation for creating odata service using auto exposure(@odata.publish annotation)&lt;BR /&gt;&lt;P&gt;so it's preferred to create the odata manually using segw and refrence your cds view as the odata model there.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 00:25:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-navigation-in-cds-odata/m-p/11890978#M1961460</guid>
      <dc:creator>ex_bassam</dc:creator>
      <dc:date>2023-09-29T00:25:54Z</dc:date>
    </item>
  </channel>
</rss>

