Links List iView: Hiding the "Organize Entries" Command

Hi all!
I am using the Links List iView to display some corporate links. This iView shows an "Organize Entries" control to update the list by default. However, in my requirement, i need to hide this command from the end user. I have taken a look on the Layout Sets involved and have not found this control; Also, i've seen on the Help System that if i change the permissions on the folder, the iView hides this control, but i've tried that and it didn't work.
Do you know how can i hide this control?
Thanks for your help!
Regards,
Thiago

Hi Thiago,
I am not sure if I understood your question correctly.
When you click on 'Advanced Copy', you have several options: you can add a prefix or a suffix to the name of the LayoutSet or you can replace a prt of the name. You can find more information on this issue on help.sap.com: http://help.sap.com/saphelp_nw04/helpdata/en/30/562cbf45c5b440a2885877a1c230d5/frameset.htm
Is this what you have been looking for?
Kind reagrds
Karin

Similar Messages

  • Changing the 'Organize Entries' iview

    Hello all,
    I've received a request to make two changes to the 'Organize Entries' option of the Portal Favorites iview. They want me to remove the 'Details' option from each of the links shown in 'Organize Entries'. They also want me to make it so that you cannot click on the link and browse to where the link points while in the 'Organize Entries' iview.
    I'm sure that this can be done by working with the layout set that the 'Organize Entries' iview uses. However, I can't find the 'Organize Entries' iview. If I find that, I'm sure that I can find the layout set that's being used.
    Can anyone help me out here?
    Thanks!
    -Stephen Spalding
    Web Developer
    Graybar

    Hi Stephen,
    yes, it's definitely recommended not to changes the SAP standard KM configuration objects, but to create copies and use your duplicated Layout Set in a new iView.
    Unfortunately I don't know which iView you mean. It could be  the Link Link iView integrated in the Standard User Role -> Home (Workset) -> Company (Workset)-> News (Page). The Role can be found under Portal Content -> Portal Users -> Standard Portal Users.
    But it could maybe be also another KM Navigation iView (so based on the component com.sap.km.cm.navigation) using the Layout Set <b>LinkListExplorer</b>.
    You would need also to duplicate this Layout Set and make some changes, so that when clicking on "Organize Entries" your new my_LinkListMaintenance Layout Set is used. This functionality is implemented in the UI Command <b>EditLinklist</b>. You need to change the <b>Parameters</b> entry of this UI Command to "<b>rndLayoutSet=my_LinkListMaintenance</b>".
    This UI Command is integrated in the Component (KM Configuration -> User Interface -> Mapping) <b>LinklistEditReference</b> you would also need to duplicate and integrate in the Collection Renderer Parameter <b>Components</b> of the LinkListExplorer Layout Set (LinkListCollectionRenderer).
    I know it's kind of work to duplicated all this KM configuration objects but it's definitely worth in order to be upgrade save as you said.
    Hope this helps,
    Robert

  • GWNCC is not displaying the Organization entry in GW6.5

    Hi,
    The GroupWise Name Completion Control is not displaying the Organization
    Entry. But the older version (I mean GroupWise client less than 6.5) is
    working fine and it displays the Organization entry. But the newer version
    GroupWise 6.5 is not displaying the Organization entry in the GWNCC
    control.
    Here i have the organisation field set in the Address book also. But still
    its not coming.
    Can any one let me know how can I rectify this problem in GroupWise 6.5
    Thanks in Advance
    Shah

    Hi,
         I executed the BAPI from ECC for the same input parameter and got the corresponding output. Apart from this can you explain the Para..
    "Drag out from the Input port of SalesorderGetlist, release, and from the context menu, choose Add Input Form. The Select Input Fields dialog box is displayed, listing the metadata that can be input from the start point to the data service. Select CUSTOMER_NUMBER and SALES_ORGANIZATION and click OK"
    Actually I am developing the iView in VC first time that's why I am facing this challenge.
    Thanks & Regards,
    Kundan

  • I need a list of all the organizational units, sub organizational units,

    I need a list of all the organizational units, sub organizational
    units,and their security groups which are present in all sub OUs

    Hi,
    There are lots of way to export OU, Sub OU and Security Group.
    1> Open AD console > run query > export with CSV file.
    2> Run “CSVD” command as per your requirement.
    3>Download Manage Engine Software > Install to any computer of Domain member > Set credential for domain controller access > Export the customized information, as per your requirement with XLS, PDF,
    CSV or Ect.
    3rd option is very easy to export customized reports
    Deepak Kotian.
    MCP, MCTS, MCITP Exchange 2010 Ent. Administrator
    Disclaimer:
    Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognizes useful contributions. Thanks!
    All the opinions expressed here is mine. This posting is provided "AS IS"
    with no warranties or guarantees and confers no right

  • Customizing Link Lists (or Links List) iView

    Our Links List iView holds large number of subfolders and links.
    By default, the iView shows links and first level subfolders with their links and subfolders.
    Otherwords second level subfolders are 'open'.
    The problem is that because there are so many links, the iView height is not big enough to show first level links and folders (scrolling required).
    Is there any way to set Links List iView so that it doesn't open second level folders unless users click on them?
    Thanks!
    Rob

    Hi,
    You can use image map to navigate for km. But you can not do that you want. To do that you can modify this image map collection renderer.
    Patricio.

  • After upgrading to Firefox 6 the organize bookmarks command is missing, how do I get it back?

    In the old version of Firefox there was a way to move and organize bookmarks by clicking on the "Organize Bookmarks" link in the Bookmarks menu.

    Firefox: Please change the name back. "Show all bookmarks" does not mean the same thing as "Organize bookmarks". Why on earth did you think that the new name was better?

  • Images Links list iview

    Hi we want to have an iview that list images but images link, when you click on the image you go to a internal or external link, that is very normally in web:
    IMAGE1(internal link1)
    IMAGE2(external link2)
    IMAGE3(...)
    IMAGE4(...)
    IMAGE5(...)
    We want to have the images and the links in a folder of km,
    is possible to do that without developing with standar Iviews or flexible user interface?
    in case of we have to develope, we have to read the images and the links of KM, can anyone provide me an example to do that?
    Thanks in advanced.
    Regards.

    Hi,
    This code
    * Returns contents of a given folder
    private IResourceList getFolderContents(String folder){
         // Access relevant resources in the KM
         IResourceList list = null;
         IPortalComponentRequest request = (IPortalComponentRequest)this.getRequest();
         IUser user = (IUser)request.getUser().getUser();
         if(user.isAuthenticated()){
              RID rid = new RID(folder);
              IResourceContext rContext = new ResourceContext(user);
              try{
                   IResourceFactory rFactory = ResourceFactory.getInstance();
                   IResource resource = rFactory.getResource(rid, rContext);
                   if(resource.isCollection()){
                        ICollection collection = (ICollection)resource;
                        list = collection.getChildren();
              }catch(ResourceException e){
                   // You can make this avaiable for debuging
                   //myForm.addRawText("<script>alert('ResourceException in getFolderContents()');</script>");
         return list;
    }// End Method getFolderContents
    will give you the list of all resources in a folder.
    This code
    IResourceList list = getFolderContents(folder);
    IResourceListIterator listIt = list.listIterator();
    while(listIt.hasNext()){// Display all valid news items
         IResource res = listIt.next();
         try{
              RID rid = res.getRID();
              displayName = res.getDisplayName();// Resource name
              description = res.getDescription();// Resource description
         }catch(ResourceException rE){
              // You can make this avaiable for debuging
              //myForm.addRawText("<script>alert('ResourceException in doProcessBeforeOutput');</script>");
    will call that method and then iterate over all resources grabbing their display names and description properties.
    I would simply create a DynPage project for this.
    Best regarsd,
    Patrick.

  • Organize Entries option in Portal Favorite give 404 internal error

    Hi All,
    I am able to save the page under portal favorite. Under Context Menu for Portal Favorite Iview I get 3 options ( Open in new window, Refresh and Organize Entries). The first 2 options work fine i.e Open in new window and Refresh.
    However I am facing issue with the 3rd option, Organize Entries. If I click on the organize entries option a new window opens up with 404 Error (page not found).
    I tried to locate the page which the organize entries option is trying to open but am unable to find it. Also tried to run HTTP Trace for it, it s gave me URL http://<localhost>/unauthorized/userhome/<username>/favorites?Starturi... .
    Kindly assist you have know the resolution for this.
    Thanks
    Namit

    I was able to resolve this on my own. Under system admin > system config > KM > Content Management > Global services > (Show Advanced Options) > URL generator services.
    Here make sure you have the correct URL mentioned for Navigation Servelet and explorer servlet. That would be /irj/servlet/prt/portal/prtrrot/com.sap.km.cm.navigation

  • Anyone help me please~ many thanks! C++ linked list

    I've written a Microsoft C++ code, using a linked list to store the result which is sent by a device.
    The head node and tail node of linked list is put into a class, and all methods are set to 'static' to manipulate the data inside the linked list. So that different thread can access to it.
    At first, everything runs ok in native environment,( i compile it as a .exe file)....
    However, when I export it into DLL and run inside java code using JNI. The linked list was gone (head node & tail node lost). It seems that JVM try to re-initialize the head node everytime I invoke those method.
    Hence, I modify the class which handle the link list, set all its methods into non-static, and define a global variable. Yet, another problem came out... Acess Violation error... it seems again the adress(pointer) of head node can't be modified...
    Is there any other way to solve this problem?? I mean, I want the head node remains valid for each time of java method is called.

    Too vague.
    If you could show us some relevant Java and JNI C++
    code.
    Please paste your code between code tags exactly like
    this:
    your codeYou may read the [url
    http://forum.java.sun.com/help.jspa?sec=formatting]For
    matting tips for more information.Here you are:
    this is the header definition of the linked list handler, all functions are set to be non-static
    typedef struct DeviceLinkList{
        char *deviceNumber;//device of monitor device
        int result;
        DeviceLinkList *nextNode;
        DeviceLinkList *prevNode;
    } DeviceLinkList;
    class DeviceListHandler
    public:
      DeviceLinkList *headNode = NULL;
      DeviceLinkList *tailNode = NULL; //Moving to last of the entry
      void addNode(char *device); //add monitor device
      void deleteNode(char *device); //remove after device is stop monitorred
      void printAll();
      void setResult(char *device);
    private:
      DeviceLinkList *searchNode(char *device);
    };Here is the implementation of my code in function 'addNode':
    void DeviceListHandler::addNode(char *device)
      printf("Creating Link List.\n");
      printf("Head is %d\n" ,headNode);
      if(headNode != NULL) //create new node from empty --> Access Violation Exception start from here
        DeviceLinkList *temp = new DeviceLinkList;
        temp->deviceNumber = device;
        temp->nextNode = NULL;
        temp->prevNode = tailNode;
        tailNode->nextNode = temp;
        tailNode = temp; //move tailNode point to the last entry
        printf("Connecting to Tail Node done\n");
      else
        DeviceLinkList *temp = new DeviceLinkList;
        printf("Creating Head\n");
        temp = new DeviceLinkList;
        temp->deviceNumber = device;
        temp->nextNode = NULL;
        temp->prevNode = NULL;
        printf(".....DONE...!!!\n");
        headNode = temp;
        tailNode = headNode;
        printf("Finish Head-Tail Node creation\n");
      printf("Creation Done\n");
    }This is the one of function which export to JNI:
    JNIEXPORT void JNICALL Java_PBXdll_monitorStart  (JNIEnv * env, jobject obj, jstring callingdevice)
    char device[MAX_CstaDialingNumber];
    strcpy(device,env->GetStringUTFChars(callingdevice, 0));
    printf("Monitoring device: %s\n", device);
    startMonitor(device);
    deviceList -> addNode(device); // deviceList is the global variable
    }so...when i call the method monitorStart in java... it terminated abnormally with a Access Violation Exception.....the linked list can't be created.

  • How can you create a linked list? GUI?

    I have the following program that I wrote:
    package damagecounter;
    import java.io.*;
    import java.util.*;
    public class Main
         public static void main (String[] args) throws Exception
              String logline;
              Player player1 = new Player("Kazzandar");
              try
                   BufferedReader logfile = new BufferedReader(new FileReader("TeilmonRun.txt"));
                   logline = logfile.readLine();
                   while (logline != null)
                        if (logline.startsWith (player1.getName (), 0))
                             if (logline.contains ("recites"))
                                  player1.recites++;
                             if (logline.contains ("rescues"))
                                  player1.rescues++;
                             if (logline.contains ("utters the words"))
                                  player1.spells++;
                             if (logline.contains ("sprawling with a powerful bash."))
                                  player1.bashes++;
                             if (logline.contains ("got toasted by"))
                                  player1.deaths++;
                             if ((logline.contains ("-=")) && (logline.contains ("=-")))
                                  if (logline.startsWith (player1.getName (), 0))
                                       String damage = logline.substring(logline.indexOf ("-=") + 2 , logline.indexOf ("=-"));
                                       player1.setDamage (Integer.parseInt (damage));
                        logline = logfile.readLine ();
              catch (Exception e)
                   System.out.println ("Log file not found or corrupt.");
                   e.printStackTrace();
              player1.printStats();
    }As of right now the code require a person to enter the name of a player and then scans the log file to determine the appropriate counts for that player. If I want to scan the file for multiple players how would I be able to do that without having to run the program over and over. The reason being that sometimes the logs have over 15 different players and I'd hate to have to run the program 15 times to get each players stats. Any suggestions? Would I have to make a linked list?

    Yes, the log file looks something like that. Here is a small 15 line version of what the log file actually looks like:
    Kazzandar's stab misses Icingdeath. -=0=-
    Arien's slash >>> ANNIHILATES <<< Icingdeath! -=118=-
    Arien's slash >>> ANNIHILATES <<< Icingdeath! -=112=-
    Arien's slash <<< ERADICATES >>> Icingdeath! -=158=-
    Parrish utters the words, 'yjrr pzar'.
    Arien rescues Shargaas!
    Kazzandar's counterattack does UNSPEAKABLE things to Icingdeath! -=636=-
    Icingdeath's claw does UNSPEAKABLE things to Arien! -=760=-
    Arien's fireball scratches Icingdeath. -=4=-
    Arien's lightning bolt grazes Icingdeath. -=7=-
    Arien's counterattack -- DESSICATES -- Icingdeath! -=540=-
    Icingdeath's claw COMPLETELY TRASHES Arien! -=802=-
    Arien is DEAD!
    Kitiara's fireball grazes Icingdeath. -=5=-
    Kitiara's lightning bolt grazes Icingdeath. -=8=-
    Almost always the player name is first but sometimes the "mob" name (In this case Icingdeath) comes out. I don't mind if Icingdeath is referenced as a player and included in the stats, not that big a deal. Thanks for the idea on the HashMap I'll looking into how it works. Since this is my first Java program I often find myself lost at where to begin.
    I changed "got toasted by" to "is DEAD!" since it's easier to read. I also changed the majority of the main code into a method for the player class. The main code looks like this now:
    public static void main (String[] args) throws Exception
              Player player1 = new Player("Shargaas");
              player1.scanLogForStats("TeilmonRun.txt");
              player1.printStats();
         I was hoping this would make it easier, anyway, thanks again and I'll definitely be looking into HashMap.

  • Changing data in a linked list object.

    hi,
    i'm still pretty new to java, so bear with me if i am making stupid mistakes, heh.
    i'm having trouble with changing data in an object stored in a singly-linked list. i've created a class that will store polynomials in sorted order (descending) in a singly-linked list. each linked list is one polynomial, and each node references to a polynomial object that stores two ints: the coefficient and the exponent of that term.
    i'm having trouble when it comes to 'collecting like terms,' though. here's a rough skeleton of my code:
    public class Polynomial
    private LinkedList polynoList;
    private LinkedListItr Itr;
    private int coeff;
    private int exponent;
    public Polynomial()
    zeroPolynomial();
    } // this constructor sets up an empty linked list
    public Polynomial( int c, int e )
    coeff = c;
    exponent = e;
    } // this creates a Polynomial object storing the two ints
    public void zeroPolynomial()
    polynoList = new LinkedList();
    theItr = polynoList.zeroth();
    } // this method creates the empty linked list and sets the
    //iterator on the zeroth node.
    //various other methods are here, not relevant to my post
    //this next method is the one i am having trouble with.
    //it takes two ints as parameters, the coefficient
    //and the exponent.
    public void insertTerm( int c, int e )
    //...i have a few if/then statements here
    //so that the terms can be inserted in descending order.
    LinkedListItr tester = polynoList.first();
    //the 'tester' iterator is set on the first node
    //this following if statement retrieves the exponent
    //in the current node by casting the information
    //retrieved from the LinkedList retrieve() method
    //into Polynomial, then compares it to the current
    //exponent. if they are equal, i want to add the
    //coefficients.
    if( e == ((Polynomial)tester.retrieve()).getExp() )
    this.coeff = ((Polynomial)tester.retrieve()).getCoeff() + c;
    //a main method goes here wherein the user can insert
    //terms, print the polynomial, etc.
    }//end Polynomial class
    can anyone help me out? the code i'm using compiles correctly, but it does not change the value of the current coeff variable as i'd like to think it should. any input would be GREATLY appreciated, thanks!

    hey,
    thanks for the reply...
    i am sure that ((Polynomial)tester.retrieve()).getExp() will return an int equal to 'e.' i tried this:
    System.out.println("e="+e);
    System.out.println((Polynomial)tester.retrieve()).getExp());
    if( e == ((Polynomial)tester.retrieve()).getExp() ){
    this.coeff = ((Polynomial)tester.retrieve()).getCoeff() + c;
    System.out.println( "this.coeff = " + this.coeff );
    with that, the output showed that e and the getExp() output were the same. it also showed (as output) that this.coeff did change in value, but when i tried this:
    System.out.println( ((Polynomial)tester.retrieve()).getCoeff() )
    to check if the value changed within the object, it didn't. this.coeff changed, but the actual coeff variable in the object didn't.
    any ideas?

  • Inserting integers in a Linked list/List in Java

    Please solve the following problem using Java.
    Problem: Write a program that inserts 25 random integers from 0 to 100 in order in a linked list object. The program should calculate the sum of the elements and the floating-point average of the elements.
    Thanks
    Ripon

    do the following 25 times
    . insert random value between x and y into my list
    All you have to do is replace x and y with your values and compile using the java -idiot option.

  • Display a Linked List ADT in JTree ?

    Most of the Swing examples that I have noticed for building a JTree have used many different ADTs, but I haven't noticed any examples to use a JTree to display a linked list (not necessarily the LinkedList class though). I was studying Data Structures & Algorithms, and the majority of the examples for Binary Trees, Red-Black Trees, and 2-3-4 Trees use a form of a linked list to connect all of the nodes together.
    Isn't it, or should it, be possible to use a JTree to display a linked list ADT ? Or am I missing something somewhere ?

    Maybe, if you only had a reference to one other node in the object that is being linked together.
    What if there was a node object that contained three references ?
    nextNode
    prevNode
    subNode

  • How  to Implement a Chained Hash Table with Linked Lists

    I'm making a migration from C/C++ to Java, and my task is to implement a Chained Hash Table with a Linked List. My problem is to put the strings(in this case names) hashed by the table using de Division Metod (H(k)= k mod N) in to a Linked list that is handling the colisions. My table has an interface implemented(public boolean insert(), public boolean findItem(), public void remove()). Any Help is needed. Thanks for everyone in advance.

    OK. you have your hash table. What you want it to do is keep key/value pairs in linked lists, so that when there is a collision, you add the key/value pair to the linked list rather than searching for free space on the table.
    This means that whenever you add an item, you hash it out, check to see if there is already a linked list and if not, create one and put it in that slot. Then in either case you add the key/value pair to the linked list if the key is not already on the linked list. If it is there you have to decide whether your requirements are to give an error or allow duplicate keys or just keep or modify one or the other (old/new).
    When you are searching for a key, you hash it out once again and check to see if there is a linked list at that slot. If there is one, look for the key and if it's there, return it and if not, or if there was no linked list at that slot, return an error.
    You aren't clear on whether you can simply use the provided linked-list implementations in the Java Collections or whether you have to cobble the linked list yourself. In any case, it's up to you.
    Is this what you're asking?
    Doug

  • Circular Linked List

    Hello,
    I am working with circular linked Lists. Now the thing is that my assignment was to make this. I had to write a set of methods. Now the thing is that I had to write a method that removes the last value. I made it but it doesnt wark and also i am confused
    public Object removeFirst()
             if(size()==0)
                return "empty list";
             Object temp = last.getNext().getValue();
             last.setNext(last.getNext().getNext());
             size--;
             return temp;
          //doesnt Work
           public Object removeLast()
              public Object removeLast()
             if (size()==0)
                return "empty list";
             Object temp= null;
             temp = last.getNext().getValue();
             last = last.getNext();
             size--;
             return temp;  
          }

    Well what is wrong with the code?
    Does it compile?
    Does it throw an error at runtime?
    Does it give you an unexpected answer?
    For solving problems like this with next/prev "pointers" I find diagramming boxes with arrows to help understand is an absolute requirement. Try figuring it out on paper.
    If you are removing the last item in the list, that means that the item directly before this one, has to the next one in the list
    Assuming you have a structure like this:
    ...-->  (n-1)  -->  (n)  --> (1) --> (2) -->...(n-1)Then removing item (n) you have to make (n-1) point at item (1) as item (n-1) becomes the new "last"
    So you have to have the item before the "last" element to keep the next/prev pointers correct.

Maybe you are looking for

  • Simple use of variables in query

    Hi, i've just started using PL/SQL and as a long time user of TSQL the syntax is a bit confusing for me. I'm trying to test a simple query - using a variable to select some rows from a table. Lest assume that we have a table with data from different

  • CS5.5 Install - Volume Licensing - What file to I install first?

    I downloaded my installation instructions for CS5.5 upgrade from the volume license website at licensing.adobe.com.     I was presented with five files to download. 1. Adobe CS5.5 Installation Instructions. This is a .pdf file 2. Adobe Web Premium CS

  • Hp pavilion dv5000 won't start up anymore

    My notebook pavilion dv5000 with windows xp is not starting up. The battery has been dead for a while now but itwalkways worked fine with the power plug in. After a while, the computer would unexpectantly shut down after a few minutes. Now, I can not

  • Update created two libraries, which do I keep

    Hi all, just trying to get my bearings with the new iMovie. I was previously using iMovie 9.0.9. I just got a new Macbook Pro and am now on 10.0.6. After transferring my events and projects over, when opening iMovie it said they needed to be update.

  • Macbook Pro Retina DOA

    Received my MacBook Pro Retina 13" 8GB Ram 500GB SSD Magic Mouse Apple TV Well the MacBook was DOA i know this can happen and it is a pain but good thing i have Apple Care! So i called Apple and was advised that they could send this for repair? Sorry