How to customise portal tab (workset) name

Hi,
I want to change the name of portal tab name. Like I want to change the standard sap delivered name system administration --> system admin and Content administration to Content Admin.
Can any one help me how to do this? I will reward the points
Thanks,
V.P

Edit the System Administration Workset. Its available under Portal Content --> Content provided by SAP --> Admin Content --> System Adminstrators --> Worksets.
Change the name property to the required value "System Admin"
Edit the System Administration Role. Its available under Portal Content --> Content provided by SAP --> Admin Content --> Content Adminstrators --> Worksets
Change the name property to the required value "Content Admin"
Best Regards,
Prasanna Krishnamurthy

Similar Messages

  • How to change the Tab Strip name in T-Code CJ20N?

    Dear All,
    I have done one Screen Exit to add 5 additional fields in the T-Code CJ20N using Enhancement CNEX0007.
    I got one extra tab "Cust. enhancement" in T-Code CJ20N.
    Now my requirement is that the name of the Tab Strip "Cust. enhancement" should be changed into "User Tab2".
    Can any one guide me how to do that?
    Thanks & Regards,
    Neeraj

    hi niraj
    how u add fields in cj20n
    please dive me steps
    of that.
    Thanks in advance
    chetan

  • How to customise portal favourites iView

    Hi,
    Could you please let me know the name of par file for favourites iView in portal. I need to customise this iView.
    Thanks,
    ksk

    com.sap.km.cm.navigation.par.bak
    this is the Portal Favorites iView related PAR which presents you option for adding internal or extrernal links. I hope you are talking about this one only?
    Regards,
    Shubhadip

  • How to get active tab strip name using standard function ?

    Dear all,
    I have 5 Tab strip in my view, how can i know which tab strip is active during runtime ?
    Best Regards
    Fernand

    HI
      I hope you may be looking  at this thread , hope its  a  similar requirement as yours
      How to get the selected Tab from a TabStrip.
    Thanks

  • Get the existing tab by name at runtime

    Hi all,
    I need to get weather a tab exist by this name or not .. my scenario is
    I will have a properties file with a list of field properties along with information to which tab this field belong ...?
    At runtime I need to create a tabstrip...
    Then i need to get 1st field's  tabname, check weather a tab exist with this name or not..
    if it exist create & add this field to that tab and context, else create new tab and then add.
    add the tab to the tab strip. so on to all fields
    finally tab strip to the rootcontainer
    He ineed how to get a tab by name,
    how to create a value attribute under a value node for the view context..
    Thanks in advance .
    Sai.k.k

    Hi Armin,
    Have a look at this code
    <pre>
    for(int i=1;i<=fieldscount;i++)
      IWDAttributeInfo child = parent.addAttribute(resourceHandler.getString("FIELD"i"_FIELDNAME"),"com.sap.dictionary."resourceHandler.getString("FIELD"i+"_DATATYPE"));
      IWDInputField field = (IWDInputField) view.createElement(IWDInputField.class,"Field_"+i);
      field.bindValue(child);
      IWDLabel label     =     (IWDLabel)view.createElement(IWDLabel.class,"Label_"+i);
      label.setText(resourceHandler.getString("FIELD"i"_LABEL"));
      label.setLabelFor("Field_"+i);
      IWDViewElement Ele = view.getElement(resourceHandler.getString("FIELD"i"_TAB"));
      if(Ele instanceof IWDTab)
        IWDTab existtab = (IWDTab)view.getElement(resourceHandler.getString("FIELD"i"_TAB"));
        existtab.setContent(label);
        existtab.setContent(field);
      else
        <b>IWDTab tab1 = (IWDTab)view.createElement(IWDTab.class,resourceHandler.getString("FIELD"i"_TAB"));</b>
        IWDCaption header1 = (IWDCaption) view.createElement(IWDCaption.class,resourceHandler.getString("FIELD"i"_FIELDNAME"));
        header1.setText(resourceHandler.getString("FIELD"i"_TAB"));
        tab1.setHeader(header1);
        IWDTransparentContainer tcont = (IWDTransparentContainer)view.getElement(resourceHandler.getString("FIELD"i"_TAB"));
        IWDGridLayout layout =(IWDGridLayout)tcont.createLayout(IWDGridLayout.class);
        layout.setColCount(3);
        tab1.setContent(label);
        tab1.setContent(field);
        ts.addTab(tab1);
    //    count++;     
    theActionContainer.addChild(ts);
    </pre>

  • Portal content TAB(workset) is not apperaing

    Hi,
    I was working and suddenly i found that Portal Content Tab (workset) disapper. How can i get back the same???
    It means in Content Admin role the Portal Content workset removed.
    Thanks,
    Anumit

    Hi Anumit,
    Good that you have resolved youself.
    Can you post what you have done to resolve. It will be real useful to many other SAPians.
    Regards,
    Kumar

  • Calling Portal page by name with TABs

    I know how to access a URL directly.
    pls/portal/url/page/page name
    How do I direct it to a specific Tab?
    Same question if there are multiple levels of Tabs on the Page.

    U can copy/paste the URL when U are on the specified tab, the adress is made of the [page id]","[tab id] but i don't know how to build the [tab id]

  • How we Can find out How many Users Logon into the Portal those users Names.

    Hi Friends
    I have one doubt in Portal,
    How we can find how many Users Logon into the Portal and how we can find that users Names in Portal.
    Regards
    Vijay Kalluri

    Hello Vijay,
    If you are at all interested in a 3rd party application to make your life a bit easier getting stats on your users, you could check out Click Stream by Sweetlets.
    Click Stream uses the Usermanagement (UME) API to get more information about the user, groups, roles, LDAP attributes etc. and offers you the ability to filter this information in nearly any report at the click of a button.
    Click Stream also uses the PCD API to get information about the pages your users are visiting too.
    In the very near future Click Stream will also have iView recording to monitor iViews, telling which iViews have been clicked, etc.
    Here are some reviews on the SAP EcoHub from people who have used it: http://ecohub.sdn.sap.com/irj/ecohub/solutions/clickstream
    Please just let me know if you have any question or if you are open to test drive Click Stream. We will certainly help as best as we can.
    Good luck.

  • How to create customised portal desktop

    hi friends,
    I need some sample code and procedure to create customised portal desktop .
    help me...
    waiting for reply....

    Hi refer these links which says how to create your custom theme and desktop
    Demo Themes
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/4a10edf9-0701-0010-a6bc-c63bc3db08d5
    Theme How To PDF -
    >
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/6483a890-0201-0010-48a6-b6e595111efe
    Theme Modification     
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/58e4e8f9-0701-0010-9b9a-9c717fdde8c8                                             
    Cheers!!
    SJ

  • Removing left navigation in a Tab Workset

    I have added a Tab Workset,and when i click on that tab the left navigation part(Portal Favorites) automatically appears...
    i want to Remove this,so that when i click on that tab the PortalFavorites does not appear by default.
    pls let me know how i should go about doing this
    thanks in advance
    Neeraja

    Hi,
      You have to make the iview corresponding to Portal favorites invisible.Refer to the following thread. It'll help u solve your problem.
    remove portal Favorites
    Regards,
    M.Subathra

  • How do I change my user name in syn? I typed in the wrong email address. And I cancelled syn thinking this may work but no luck.

    How do I change my user name in syn? I typed in the wrong email address. And I cancelled syn thinking this may work but no luck.

    You have to clear saved password for this page:
    # Open you login page (where you have to enter username and password).
    # Right click on page and select '''Page Info''' form context menu.
    # On last tab ('''Security''') there is '''View saved passwords''' button, click it and delete all saved passwords for this page.
    # Also clear all related cookies (just in case) there is button for this next to first one.

  • How do you configure a farm name in RDS 2012?

    I understand Remote Desktop Services has undergo some drastric changes.
    How do you configure a farm name in RDS 2012? Or is the concept around farm name changed in another concept?
    Although I have imported a certificate on the RDCH withe the farm name I want to use. When I click on a RemoteApp on the RD Web Access portal, it does not connect to the right farm name.
    Boudewijn Plomp, BPMi Infrastructure & Security

    You don't.  You create a collection.  A client connects to the Connection Broker and then is redirected to the collection it is connecting to.  The collection name is embedded in the connection file that the client downloads from RDWeb or
    the RDWeb feed. 
    A collection is basically at least one RDSH server (for session based desktops) or one virtual machine (virtual machine based desktops). 
    Don Geddes - SR Support Escalation Engineer - Remote Desktop Services - Printing and Imaging

  • In ST03 , how can i see the Query name, user id,how many times .

    HI Experts,
    In ST03 , how can i see the Query name, user id,how many times executed the query.
    these details how do i get from the above transaction.
    Points will be awarded.
    BR
    sivs

    Hi Siva,
    Reporting statistics data is only written to the database table if BW statistics have been manually activated for the corresponding InfoProvider first. If this has not been done, it is therefore not possible to display any reporting statistics in transaction ST03.
    Therefore activate the reporting statistics for all relevant InfoProviders. To do this, set the OLAP flag in the BW Administrator Workbench (transaction RSA1) in the area Tools ® BW Statistics for InfoProvider.
                    Check here...........
    http://help.sap.com/saphelp_nw04/helpdata/en/ca/86df4254d81e1fe10000000a155106/content.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c8c4d794-0501-0010-a693-918a17e663cc
    Hope this will help you shiva.........
    Regrads,
    Vijay

  • A friend gave me an older Nano 3rd generation. Can anyone tell me how to delete what is on there and how to get rid of his name. It does not connect to my itunes. I cannot even find the source or the place to restore it as suggested in the owners manual.

    I have a 3rd generation ipod that a friend gave me. I cannot find anything on how to get rid of his name and music on it. This is what the owners manual says:
    "Select ipod nano in the soiurce list and click the summary tab" I cannot find the source or the summary tab on itunes. Can any one help me? I would like to delete everything on it and start over but I am afraid I cannot add anything back on it. I know this is detailed and a lot, but I really need help.

    Restore
    Note: Because Restore erases all of the songs and files on iPod, make sure toback up any files you've saved on the iPod disk. All of your songs, videos, podcasts, audiobooks, and games can be loaded back to your iPod provided that you have them stored in your iTunes Library.
    How to restore your iPod:For Windows:
    1. Make sure you've reinstalled the latest version of iTunes.
    2. Open iTunes, and then connect your iPod to your computer.
    3. After a few moments, it will appear in the source list in iTunes. If the iPod's display doesn't show "Connected" or "Do not disconnect" you may need to put the iPod into disk mode to proceed.
    4. Select your iPod in the source list and you will see information about it appear in the Summary tab of the main iTunes windows.
    5. Click the Restore button. You will be prompted with one or more restore options that may prompt iTunes to automatically download of the latest iPod Software. The 4 possible restore options are:
    Restore Option 1: Restore - Restores with same iPod Software version already on iPod.
    Restore Option 2: Use Same Version - Restores with same iPod Software version already on iPod even though a newer version is available.
    Restore Option 3: Use Newest Version - Restores with the latest iPod Software on your computer.
    Restore Option 4: Restore and Update - Restores with the latest iPod Software on your computer.
    6. A progress bar will appear on the computer screen indicating that the first stage of the restore process has started. When this stage is completed, iTunes will instruct you to leave iPod connected to your computer to complete restore.
    7. During the stage 2 of the restore process, the iPod will show an Apple logo as well as a progress bar at the bottom of the display. It is critical that the iPod remains connected to the computer or iPod Power adapter during this stage. Note: The progress bar may be difficult to see since the backlight on the iPod display may be off.
    8. After stage 2 of the restore process is complete and the iPod is connected to the computer, the iTunes Setup Assistant window will appear asking you to name your iPod and choose your syncing preferences similar to when you connected your iPod for the first time.
    For Mac:
    1. Make sure you've reinstalled the latest version of iTunes.
    2. Open iTunes, and then connect your iPod to your computer.
    3. After a few moments, it will appear in the source list in iTunes. If the iPod's display doesn't show "Connected" or "Do not disconnect" you may need to put the iPod into disk mode to proceed.
    4. Select your iPod in the source list and you will see information about it appear in the Summary tab of the main iTunes windows.
    5. Click the Restore button. You will be prompted with one or more restore options that may prompt iTunes to automatically download of the latest iPod Software. The 4 possible restore options are:
    Restore Option 1: Restore - Restores with same iPod Software version already on iPod.
    Restore Option 2: Use Same Version - Restores with same iPod Software version already on iPod, even though a newer version is available.
    Restore Option 3: Use Newest Version - Restores with latest iPod Software version on your computer.
    Restore Option 4: Restore and Update - Restores with latest iPod Software version on your computer.
    6. A message will appear prompting you to enter an administrator's name and password.
    7. A progress bar will appear on the computer screen indicating that the first stage of the restore process has started. When this stage is completed, iTunes will instruct you to leave iPod connected to your computer to complete restore.
    8. During the stage 2 of the restore process, the iPod will show an Apple logo as well as a progress bar at the bottom of the display. It is critical that the iPod remains connected to the computer or iPod Power adapter during this stage. Note: The progress bar may be difficult to see since the backlight on the iPod display may be off.
    9. After stage 2 of the restore process is complete and the iPod is connected to the computer, the iTunes Setup Assistant window will appear asking you to name your iPod and choose your syncing preferences similar to when you connected your iPod for the first time.
    Source:
    iPod nano (3rd generation) Troubleshooting Assistant
    Message was edited by: michael08081

  • Show-stopper How can I determine tab hierachy from ids in wwpob_page$

    I have application components published as portlets that depending on the particular page/tab combination perform various functions.
    I am able to get the page_url from my report components published as portlets through p_page_url.
    The URL obviously keeps track of which particular tab was last active
    page?_pageid=54,93,62,68,86,98
    I know the table wwpob_page$ contains these id values.
    I need to be able to determine how the tab hierachy is determined.
    Such that how one can determine which tabs can exist under a parent tab and so on based on the id.
    10 20 30 40 50
    55 58 44 48 64 68
    99 105 111 72 76
    I know I could "hard-code" id values to determine which particular tab I am currently on.
    I want to be able to use tab "friendly" names.
    select p.id, p.name, s.text
    from wwpob_page$ p, wwlns_strings$ s
    where p.title_id = s.id
    order by p.id asc
    My code needs to be robust enough so that if new tabs are added, I can still decipher the URL!!!
    Can someone also tell me how the URL is built and what determines the order of tab_ids?
    This is urgent and a show-stopper!
    kind regards,
    Matt.

    It's my fault, I lost you there.
    See I wrote the steps as they were in  "Adobe Help" so please forget about the last comment.
    I chose the "advanced mode" because I have more than one menu to filter (shape and color) 
    lets say I want the comments on my website to be displayed conditionaly, and I have two lists one for colors (blue and pink) and other for shapes (square and circle), 
    So I'm going to have four pages each page has its own recordset, let's say now I want to filter the recordset for (Blue Circle) page 
    I don't know how to do it but by following the steps in Dreamweaver help: 
    -Select name, and click the Select button. 
    -Select content, and click the Select button. 
    -Select shape, and click the Where button. 
    -Select section, and click the Where button. 
    -Select time, and click the Order By button. 
    this is how the SQL statement look likes:
    SELECT mytable.name, mytable.contents
    FROM mytable
    WHERE mytable.shape='circle' AND mytable.`section`='blue'
    ORDER BY mytable.hdw_serverTime 
    then to Define the variables 'circle' and 'blue' :
    by clicking the Plus (+) button in the Variables area and entering the following values in the Name, Default Value, and Run-Time Value columns:
    circle,square,Request("circle")
    blue,blue,Request("blue") 
    Also I understand that I have to define a parameter but which (URL or Form) and how?  I don't know 

Maybe you are looking for

  • ITunes Smart Playlist Glitch

    In the past, I've had no problem organizing my music via the rating system. I had a smart playlist named "Unrated" where all of my songs that had not yet received a rating would automatically be sent. Recently (I've upgraded / changed so much that I

  • Replication Manager - Syncing mdb databases over the Internet

    Hai I am new to access replication. I have been given the task of syncing two .mdb access 2000 databases with eachother over the internet using Replication Manager 4.0. I keep getting no or little reference on how to to this and was hoping I can get

  • Layer blend mode doesn't show in export

    Hi, I am trying to export a composition from After Effects CC, I am using a Multiply blending mode in most of my layers to give it a better look. When previewing in after effects it looks as I want it too look but when I add to AME and export it to y

  • Second DC doesn`t take over the control, outlooks started to ask password.

    Hi All, -I had Windows 2012 Server as DC. -I have installed 2012 R2 as second DC -I`ve AD integrated DNS -Both DCs are DNS -When I click "Operations masters" I see only PDC in both section. The problem is that when I turned off the PDC yesterday, the

  • Flash xml feed is not showing up in my swf

    It worked for a few minutes and then stopped. Some of the fields work perfectly. Some don't. Any insight greatly appreciated. Using Actionscript 2... thanks