<?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: Dynamic Intent Based Navigation in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/dynamic-intent-based-navigation/qaa-p/14089914#M4912334</link>
    <description>Anyone? ... Surely there must be a way to dynamically change intent-based navigation</description>
    <pubDate>Tue, 29 Apr 2025 19:07:04 GMT</pubDate>
    <dc:creator>RaminS</dc:creator>
    <dc:date>2025-04-29T19:07:04Z</dc:date>
    <item>
      <title>Dynamic Intent Based Navigation</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-intent-based-navigation/qaq-p/14087325</link>
      <description>&lt;P&gt;I created a List Report with a bunch of columns, one of which uses an Intent-based navigation to one of two external target pages, based on certain conditions.&lt;/P&gt;&lt;P&gt;I need to navigate to a different target page (different semantic object-target) based on the value of the column.&lt;/P&gt;&lt;P&gt;Here's my CDS annotation for one of the two targets:&lt;/P&gt;&lt;LI-CODE lang="abap"&gt;@Consumption.semanticObject: 'ExpenseCenter'
@UI.lineItem: [{ position: 35, semanticObjectAction: 'manage', type: #WITH_INTENT_BASED_NAVIGATION }]   
@EndUserText.label: 'Source'
    SourceApp;&lt;/LI-CODE&gt;&lt;P&gt;Let's say if the value is "Expense Center" I want it to link to &lt;EM&gt;ExpenseCenter-manage&lt;/EM&gt;. If the value is "Checkin", it should point to &lt;EM&gt;Checkin-manage&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;How can I make it point to a different &lt;STRONG&gt;semanticObject&lt;/STRONG&gt; and &lt;STRONG&gt;Action&lt;/STRONG&gt; based on a certain condition? The annotation&amp;nbsp;@Consumption.semanticObject doesn't seem to accept an element, just a string literal.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 12:35:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-intent-based-navigation/qaq-p/14087325</guid>
      <dc:creator>RaminS</dc:creator>
      <dc:date>2025-04-28T12:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Intent Based Navigation</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-intent-based-navigation/qaa-p/14088361#M4912121</link>
      <description>I tried controller extension. But I can't trap the navigation event to an external target. Any help would be appreciated.</description>
      <pubDate>Mon, 28 Apr 2025 12:37:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-intent-based-navigation/qaa-p/14088361#M4912121</guid>
      <dc:creator>RaminS</dc:creator>
      <dc:date>2025-04-28T12:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Intent Based Navigation</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-intent-based-navigation/qaa-p/14089914#M4912334</link>
      <description>Anyone? ... Surely there must be a way to dynamically change intent-based navigation</description>
      <pubDate>Tue, 29 Apr 2025 19:07:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-intent-based-navigation/qaa-p/14089914#M4912334</guid>
      <dc:creator>RaminS</dc:creator>
      <dc:date>2025-04-29T19:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Intent Based Navigation</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-intent-based-navigation/qaa-p/14091190#M4912511</link>
      <description>&lt;P&gt;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/14716"&gt;@RaminS&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following document describes how to dynamically change navigation targets using a controller extension.&lt;/P&gt;&lt;P&gt;&lt;A href="https://sapui5.hana.ondemand.com/#/topic/a12ad6058db84e8cb60a3a9b2ade63fb" target="_blank"&gt;https://sapui5.hana.ondemand.com/#/topic/a12ad6058db84e8cb60a3a9b2ade63fb&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 May 2025 08:52:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-intent-based-navigation/qaa-p/14091190#M4912511</guid>
      <dc:creator>MioYasutake</dc:creator>
      <dc:date>2025-05-01T08:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Intent Based Navigation</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-intent-based-navigation/qaa-p/14091372#M4912530</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/789"&gt;@MioYasutake&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for your answer. That page describes how to replace the default List-to-Object navigation. My links are intent-based navigation links in a table, not default navigation to the object page. The event&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;onListNavigationExtension&lt;/STRONG&gt;&amp;nbsp;does not get fired on intent-based navigation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RaminS_0-1746110954631.png"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/256887iC3F357BEEA84AD2D/image-size/large?v=v2&amp;amp;px=999" alt="RaminS_0-1746110954631.png" title="RaminS_0-1746110954631.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 May 2025 16:01:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-intent-based-navigation/qaa-p/14091372#M4912530</guid>
      <dc:creator>RaminS</dc:creator>
      <dc:date>2025-05-01T16:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Intent Based Navigation</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-intent-based-navigation/qaa-p/14100631#M4913877</link>
      <description>&lt;P&gt;After much trial and error, I found out that the method&amp;nbsp;&amp;nbsp;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;&lt;STRONG&gt;adaptNavigationParameterExtension&lt;/STRONG&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;can be used in the controller extension to capture the intend-based navigation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RaminS_0-1747163563007.png"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/260797i12D8F54C0525F8B1/image-size/large?v=v2&amp;amp;px=999" alt="RaminS_0-1747163563007.png" title="RaminS_0-1747163563007.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 May 2025 19:13:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-intent-based-navigation/qaa-p/14100631#M4913877</guid>
      <dc:creator>RaminS</dc:creator>
      <dc:date>2025-05-13T19:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Intent Based Navigation</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-intent-based-navigation/qaa-p/14115550#M4915560</link>
      <description>&lt;P&gt;I tried using&amp;nbsp;&lt;SPAN&gt;&lt;FONT color="#008000"&gt;adaptNavigationParameterExtension&lt;/FONT&gt;( ), but it only lets me add or remove parameters, it does not allow changing Semantic Object and Actions.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I traced the calling program to the following SAP method&amp;nbsp;&lt;FONT color="#008000"&gt;onDataFieldWithIntentBasedNavigation&lt;/FONT&gt; in&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;CommonEventHandlers&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RaminS_0-1748618920734.png"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/267894iD62AF0C292ACFFDF/image-size/medium?v=v2&amp;amp;px=400" alt="RaminS_0-1748618920734.png" title="RaminS_0-1748618920734.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how to overwrite this method and change SemanticObject?&lt;/P&gt;&lt;P&gt;I read a similar issue identified by&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/12545"&gt;@gregorw&lt;/a&gt;&amp;nbsp;&lt;A href="https://github.com/SAP/odata-vocabularies/issues/267" target="_blank" rel="noopener"&gt;here&lt;/A&gt; but it doesn't work for us. The semantic object annotation does not take a Path, only a String.&lt;/P&gt;</description>
      <pubDate>Fri, 30 May 2025 16:01:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-intent-based-navigation/qaa-p/14115550#M4915560</guid>
      <dc:creator>RaminS</dc:creator>
      <dc:date>2025-05-30T16:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Intent Based Navigation</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-intent-based-navigation/qaa-p/14126561#M4916823</link>
      <description>Ramin you legend</description>
      <pubDate>Thu, 12 Jun 2025 15:23:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-intent-based-navigation/qaa-p/14126561#M4916823</guid>
      <dc:creator>german_castaneda</dc:creator>
      <dc:date>2025-06-12T15:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Intent Based Navigation</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-intent-based-navigation/qaa-p/14249414#M4929796</link>
      <description>&lt;P&gt;Does anyone have any suggestions?&lt;/P&gt;&lt;P&gt;The only thing I can think of doing is writing a general "Redirect" app that accepts a parameter and redirects to specific targets. But that's a lot of work for a simple redirect that should be able to do using Annotations.&lt;/P&gt;&lt;P&gt;I've got a couple of private messages about this which tells me other people are facing the same issue.&lt;/P&gt;&lt;P&gt;SAP,&amp;nbsp; is there a reason why &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;@Consumption.semanticObject&lt;/STRONG&gt;&lt;/FONT&gt; only accepts a string not a path?&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 12:39:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-intent-based-navigation/qaa-p/14249414#M4929796</guid>
      <dc:creator>RaminS</dc:creator>
      <dc:date>2025-10-21T12:39:02Z</dc:date>
    </item>
  </channel>
</rss>

