How to disable navigation among searched items ?

Hi All,
Consider the Account Planner (or) PPR Application. If you search for multiple objects, you get a list of elemets (in the search result).
Suppose you get a list of 10 account plans.
If you open the account plan number 1, and go to the detail view, you will notice that there is a navigation button on the "Top-Right" corner of the object's detail. If you click the "Next" button in this navigation area, the account plan # 2 will be now displayed on the screen (it displays the next object from the search result list).
My Question - Can we disable this navigation functionality ?
Any help will be appreciated.
Thanks,
Raviraj

Hi Baskar, thanks for the reply, however that solution will just
cover the problem, I think I'm dealing with permissions but I couldn't
find yet where to configure.
Dealing with pcd objects permissions I handled access to
~/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fevery_user!2fgeneral!2fiViews!2fcom.sap.km.iviews!2fcom.sap.km.urlaccess!2fcom.sap.km.Navigation!2f
~/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2ftemplates!2fiviews!2fcom.sap.km.Navigation!2f
when accessing /irj/go/km/navigation portal executes a copy of these original sap iViews
into the every user role (eu_role) which if I restrict access to the entire role then I'd have
another problem since the KM Document iView is there too, thus /irj/go/km/docs being
restricted and going away and along with it all images and links to documents on portal.
Fine, did some workaround - changed authentication scheme of the iView into the role,
killing the delta link connection, so I can run a custom application that redirects to portal home.
Things were supposed to be "solved", but then exploring these url and servlets, found
some default settings and so pops up a new bastard child...
/irj/servlet/prt/portal/prtroot/com.sap.km.cm.navigation/
do you got any idea how to block it?
kind regards,
Rafael

Similar Messages

  • How to disable a particular list item in flash cs3

    Friends,
    I need a small help on list component in flash cs3.
    assume that i have 5 items in my list and i want to disable 3,4,5 items from mylist box. how to do this ??
    item 1 -- enabled state
    item 2 -- enabled state
    item 3 -- disabled state
    item 4 -- disabled state
    item 5 -- disabled state
    using flash cs3, i want to achieve this , how to do this ?? any ideas pls..
    Rajesh

    Hi Rajesh,
    I've seen your query all over the internet, so I should warn you I don't believe it's possible to disable a List Item.
    For that you should use Josh Tynjala's open source Advanced List (http://code.google.com/p/flextoolbox/downloads/list).
    Best Regards,
    Filipe.

  • How to disable a lead selected item in a radio button group ?

    Hi,
    I have a radio button group and there are entries to create radio buttons dynamically. means there is only one radio button group in the UI design and in runtime I will be having two radio buttons (For ex: Yes and No ) . Now If I want to disable either Yes or No radio button, I am unable to do so. because If I disable the radio button group it disables both.  So, I can have lead selected item for ex: Yes which I want to disable. I want to know specifically how this Yes button to be disabled by taking lead selected index item.
    Please help.
    Thanks
    Praveen

    Try setting the radio button value of the lead selected button to abap_false/space.

  • How to disable buttons in Search help screen ?

    Hi All,
    How do we disable Print button in customer search help ?
    We want that nobody should be able to take a printout of Customers from Search help result. Hence we want to disable the print button which comes in Search help.
    Any idea how do we go about it ?
    Regards,
    Ashish

    Hi there,
    you should be able to do that with the search help exit. Try replacing the PF-STATUS for instance. I am not sure if this works though!
    For instance:
    IF call_control-step = 'PRESEL'.
    SET PF_STATUS 'ZZ' OF PROGRAM 'ZZZ'
    ENDIF.
    Or you might call the existing PF-STATUS and use EXCLUDING.
    Roy

  • How do I add the searched items (when there're a lot) to a playlist?

    I want to add to a playlist all the items that share one particular word in their titles in my podcast. So I searched the word in my library and got a list of over a hundred items. But I don't know how to add them all at once to an existing playlist. I don't want to add them one by one because there are a lot of them.
    Anyone knows how to do that? I googled but didn't find any answers. Please help! Thanks a lot.

    Sarah,
    Before you search, un-check "Search Entire Library," as shown:

  • How to Disable Price/Quantity of Items in ME22 Transaction?

    Hi
        I need to make the input disabled for Quantity and
          price columns of Item level details in a PO(ME22) if
          Invoice verification is done for that particular
          PO. If Invoice Verification is not done then i
          should keep the input enabled for that PO in
          ME22 or ME22N transactions.
        Can This be achieved through User-Exits.
        What is the Exit that helps me?
    Regards,
    Abhimanyu.L

    Hi,
    <b>set_item_property</b> will disable all the checkbox in the block. I dont want to disable all the checkbox in the multirecord block.
    My requirement is to disable <b> some of the checkbox in the multirecord block</b> based on certain conditions.
    For eg:
    i have a mutirecord block with checbox 'check1' and Textitem 'a'
    based on the value in :a, I have to disable/enable the corresponding checkbox.

  • 10.1.3: How to disable ANOYING automatic search for updates?

    We are experiencing very anoying (meant-to-be-a-feature) performance problems when JDev is automatically looking for updates. It happens periodically (not sure... maybe every 30 min?). Is there a way to disable this?? Please please help.

    The automatic Check for Updates only occurs on startup of JDev. Apart from that, the only reason JDev would check for updates is if you manuall select Tools > Check for Updates. So, it's likely the that periodic "check" that you see is coming from somewhere else. Have you installed any extensions?
    The J-Dide.cfu.autoskip=true would be set as a command line argument when running the product, as in:
    jdevw.exe -J-Dide.cfu.autoskip=true
    -- Brian

  • How to disable navigator buttons for editable rowset

    Hi All!
    Is it possible easily to disable delete button for editable rowset?

    Hello Francois,
    Thank you for your fast reply!
    I tried your recommendation, but got the following result:
    When I have a label of "& OK" with the blank symbol as ALT-255, the Button in the Alert Box still has the focus. It seems as if there now is a blank in front of the OK (which is underlined). This does not really solve my issue, because the Button still has the focus and that should not be. The best solution for the user would be if he only could accept the message with a mouse klick.
    Is there an other suggestion?
    Thank you so much!

  • How to disable som JList's items

    Is it possible?

    [url http://www.senun.com/Left/Programming/Java_old/Examples_swing/JComboBoxExamples1.html]Here are some tips for JComboBoxes. And they use the same interface for rendering as JLists...
    HTH
    Mike

  • Disable 'advanced' mail search

    Since the new search implementation was introduced in Apple Mail, it takes many times longer to find mail.  That's if I can find it at all because the reliability seems to be less.  I'm presented with numerous options.  Despite working through each option in turn I am often no longer able to retrieve the mail which I previously did in seconds. 
    Please make it stop!  Does anyone know how to disable this 'advanced' search?!

    Just ignore all the options and type the text you're searching for.

  • How can I just disable "navigation toolbar" completely for the App Tabs? I don't want to disable this for other normal tabs.

    How can I just disable "navigation toolbar" completely for the App Tabs? I don't want to disable this for other normal tabs. This is important as otherwise while I am in the app tab, i mistakenly start browsing from that tab and meaning of the app tab is completely lost...

    How can I view my full billing history for the app and music stores without iTunes installed?
    No.
    If my account has been compromised
    If you even think this may have happened, immediately change your password.
    See this -> Apple ID: Changing your password

  • How to Disable Event firing while updating a list item using poweshell

    Hi All,
    I am working on a powershell code which updates most of the list items in the entire web application. I am using SystemUpdate($false) to update the items so that 'modified' and 'modified By' and versions are not changed.
    However event receivers gets fired which is now a problem. I want to disable the Event receivers before update and enable it after update. I want powershell code for this. I am using SharePoint 2010.
    Your help would be much appreciated. Thank you in anticipation.
    Regards
    Karthik R.

    hi
    check this thread:
    How to disable event firing outside an event. It contains example on C#, but it is not difficult to convert it to PowerShell.
    Blog - http://sadomovalex.blogspot.com
    Dynamic CAML queries via C# - http://camlex.codeplex.com

  • How to disable menu items through c# in adobe x standard. I didn't find the required APIs.

    Hi
    We are working on a desktop application on C# which uses Adobe Express 5.0. to view the PDF files. Recently we had an issue reported that PDFs created in Adobe 9 are not opening up. So we decided to upgrade to Acrobat Adobe X Standard. Now the issue is that I have to suppress controls (tool bars(or Panels), menu items) for which I'm using the below code which worked in express 5.0 but not on Adobe X. Also I want to view the toolbar by default instead of the translucent menu at the bottom of the page.
    Acrobat.CAcroApp.ToolButtonRemove("SaveFileAs");
    Acrobat.CAcroApp.MenuItemRemove("Quit");
    Please help.
    Thanks,
    vinay

    Hi
    We used javascript to find out the names of the menu items that are present in the Adobe 9.0 Std. I presume that it would work even for Adobe 10.o as well. After that in the .NET C# code we have used App.RemoveMenutItem ("<<MenuItemName>>") to disable all the menu items that we dont want You can search for javascript references for Acrobat and you would find many.
    Also I've figured out another way where you remove the .api files from your plugins folder, however I'm not sure if it would create any further problems. This is route is not taken, atleast for now.
    Please post here the route taken by you.
    Thanks.

  • How to disable automatic opening of previously viewed items in Preview or TextEdit in Max OSX Lion?

    How to disable automatic opening of previously viewed items in Preview or TextEdit in Max OSX Lion? It was no such issue on Snow Leopard OS.
    Please help

    This is a new behavior introduced in Lion.  You can disable it completely via System Preferences, General: uncheck the "Restore windows..." box toward the bottom. 
    You can disable this behavior on a case by case basis by either closing all windows before quitting, or holding the option key while quitting, or holding the shift key while launching from dock.
    charlie

  • How do I disable/uninstall "Quick Search" in Status Bar?

    I want to disable/uninstall the "Quick Search" box that pops up in my Status Bar in Firefox 23.0.1 Right now I'm having an issue with an "erratic cursor" (Windows 8...YUCK!!!!). I start typing in the address bar in a new tab, or in Google search bar, and my cursor floats all over the screen without my knowledge. In the middle of typing my search, the cursor will somehow "trigger" the "Quick Search" box, and suddenly, my words end up being typed there. I found out that this "erratic cursor" is a documented issue with the Lenovo G585 laptop, and until I find out how to fix it, I REALLY want to stop "Quick Search" from opening unless I ask it to open.
    How do I stop "Quick Search" from opening?
    Thanks in advance for your help!
    Nuts4Mutts :)

    Have you seen the articles below.
    * [[Disable or remove Add-ons]]
    AND
    * [[Troubleshoot Firefox issues caused by malware]]
    Please follow all the instructions on the page.

Maybe you are looking for

  • Updation of Personnel Area for a position and an employee after hiring.

    Hi Experts, I have query regarding Personnel Area updation for an employee. Here is the scenario :- An employee was hired to a Position with personnel area  "A". In future, the Personnel area for this position is chnaged to "B". Now the PA for this p

  • How to unlock ipod touch 5 with out apple id or pw

    My brother had bought me an ipod touch 5 online from some guy , however I haven't been unable to get on it because I need the apple id and pw of the previous owner . So then my brother texts the guy he bought it from for the pw or if he could turn of

  • Macbook spontaneously goes into sleep mode and screen off mode

    Hi. My Macbook spontaneously goes into sleep mode and screen off mode with varying time between each instance. It usually goes for a few minutes or even hours without doing it and then will go through periods of fluctuation between the modes. I belie

  • Report Builder - detail shows twice CFMX7.0.2

    I've encountered an odd issue with the Report Builder. Every time I create a report with a subreport inserted into the main report my detail gets generated twice on the report. I've even verified that the queries run twice on the SQL Server watching

  • Excel macro on SharePoint 2013

    Hi, I know that SharePoint doesn't support Excel macro but in the next future will it change anything? Thanks