<?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: URL Navigation in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/url-navigation/qaa-p/1313018#M567847</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ravinder,&lt;/P&gt;&lt;P&gt;Can you give some explanations as to how you solved this? Even i seem to be facing the same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Jun 2006 16:37:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-12T16:37:58Z</dc:date>
    <item>
      <title>URL Navigation</title>
      <link>https://community.sap.com/t5/technology-q-a/url-navigation/qaq-p/1313014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just have a quick question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got a URL navigation link that needs to be sent out to the users. It links to a folder in KM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The link works, however, the detailed naigation panel stays closed, and when it is manually opened, it is empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2006 12:16:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/url-navigation/qaq-p/1313014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-17T12:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: URL Navigation</title>
      <link>https://community.sap.com/t5/technology-q-a/url-navigation/qaa-p/1313015#M567844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravinder, &lt;/P&gt;&lt;P&gt;As per my understanding, you need the detailed navigation to be visible, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try this and get back to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your par file &amp;gt;&amp;gt; portalapp.xml &amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;lt;component-profile&amp;gt; section &amp;gt;&amp;gt;&amp;gt; add&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;      &amp;lt;component-profile&amp;gt;
        &amp;lt;property name="com.sap.portal.reserved.iview.IsolationMode" value="URL"&amp;gt;
          &amp;lt;property name="personalization" value="NONE-ALL"/&amp;gt;
        &amp;lt;/property&amp;gt;
      &amp;lt;/component-profile&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SK.&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;PS: Plz consider rewarding points for helpful answers in SDN!&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2006 12:23:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/url-navigation/qaa-p/1313015#M567844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-17T12:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: URL Navigation</title>
      <link>https://community.sap.com/t5/technology-q-a/url-navigation/qaa-p/1313016#M567845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SK,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for quick reply. I've used the following to produce the URL link, as per help.sap.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The regular URL for launching the portal is &lt;A href="http://portalserver/irj/portal" target="test_blank"&gt;http://portalserver/irj/portal&lt;/A&gt;. To implement URL navigation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.      From the Portal Catalog, select the page as it appears within the roles hierarchy with which you want to launch the portal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.      From the Quick Info pane below the Portal Catalog, copy the name (PCD URL value) of the page and save it in a text editor, replacing the string PCD: with ROLES://.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.      Open your browser and add the following string to the default portal URL:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;?NavigationTarget=&amp;lt;value saved in text editor&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.      Save the new URL, which you can then use to launch your portal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd obviously like this to be as simple as possible, and so reluctant to start playing around with par file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2006 12:32:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/url-navigation/qaa-p/1313016#M567845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-17T12:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: URL Navigation</title>
      <link>https://community.sap.com/t5/technology-q-a/url-navigation/qaa-p/1313017#M567846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My problem has been solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2006 13:02:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/url-navigation/qaa-p/1313017#M567846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-17T13:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: URL Navigation</title>
      <link>https://community.sap.com/t5/technology-q-a/url-navigation/qaa-p/1313018#M567847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ravinder,&lt;/P&gt;&lt;P&gt;Can you give some explanations as to how you solved this? Even i seem to be facing the same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 16:37:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/url-navigation/qaa-p/1313018#M567847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-12T16:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: URL Navigation</title>
      <link>https://community.sap.com/t5/technology-q-a/url-navigation/qaa-p/1313019#M567848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll notice a property in the iView settings named 'Quicklink'. Basically enter a value for this property and attatch this to the end of your portal URL as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://portalserver/irj/portal/Quicklink" target="test_blank"&gt;http://portalserver/irj/portal/Quicklink&lt;/A&gt; value &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If SSO has been set up to allow direct entry into your portal, the above example can be used to navigate to an iView within your portal. The Detailed navigation etc... should all be present.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2006 09:10:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/url-navigation/qaa-p/1313019#M567848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-13T09:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: URL Navigation</title>
      <link>https://community.sap.com/t5/technology-q-a/url-navigation/qaa-p/1313020#M567849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SK,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        I want to customize the Mast Head by placing the role of the logged in user in a tab in mast head. When i am trying to placing Navigation Tag library in HeaderiView.jsp it is giving errors. Can you please suggest the appropriate way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Surendra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2006 07:08:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/url-navigation/qaa-p/1313020#M567849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-22T07:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: URL Navigation</title>
      <link>https://community.sap.com/t5/technology-q-a/url-navigation/qaa-p/1313021#M567850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I invoke a iview using url navigation it always open in the entry tab, even if the iview is assigned to some other role. How to open it under a specific tab?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx for your feedback&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2006 15:43:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/url-navigation/qaa-p/1313021#M567850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-11T15:43:03Z</dc:date>
    </item>
  </channel>
</rss>

