Tooltip for the Navigation Node - language dependent / translation?

Is it possible to provide language dependent Tooltip for the Navigation Node.
I tried the Portal content translation, but there was no possibility to translate the tooltip.
Talking about this:
Property ID: com.sap.portal.navigation.Tooltip
http://help.sap.com/saphelp_nw70ehp2/helpdata/en/49/32a70ee8c45aaae10000000a42189d/frameset.htm

Hi Van Vi,
when I get your question right, you are looking for a possibility to change the text of the navigation items, not the text inside a content page, correct?
I am using MII 12.0.2. The workaround for me was to create different roles like "XMII User EN", "XMII User DE" which contain the navigation item in the according language. The content pages contain tags like Michael mentioned, e.g. {##LBL_KEYWORD} in an *.irpt page. Those tags are set using the language set for the user in the NetWeaver UME.
Michael, is there a possibility to use this {} notation in the navigation in 12.1, so I do not have to create language based roles?
Michael

Similar Messages

  • Tree node retrieving data for the 1st node only for 3 data blocks ?!

    Hello alllll
    i have 3 DATA BLOCKS MAster-Detail-Detail ; GL_TYPES -< GL_ACCOUNTS -< GL_COMPANIES
    The Rel between 1 & 2 is
    GL_ACCOUNTS.TYPE_ID = GL_TYPES.TYPE_IDThe Rel between 2 & 3 is
    GL_COMPANIES.ACCOUNT_ID = GL_ACCOUNTS.ACCOUNT_IDi also have a Treewhich is retrieving data in the opposite data blocks the following code used in WHEN-TREE-NODE-SELECTED Trigger and it works fine but not for every node ;
    the node selected shows data for the first node only; Say Assets but if i selected any other node it doesn't return any data ?
    could any boady pls explain to me why is that happening ?
    The following code is:
    DECLARE
            htree ITEM;
            NODE_VALUE VARCHAR2(100);
    BEGIN
    IF :SYSTEM.TRIGGER_NODE_SELECTED = 'TRUE' THEN 
    -- Find the tree itself.
    htree := FIND_ITEM ('BL_TREE.IT_TREE');
      NODE_VALUE := FTREE.GET_TREE_NODE_PROPERTY( htree, :SYSTEM.TRIGGER_NODE ,  Ftree.NODE_VALUE );
      GO_BLOCK ('GL_ACCOUNTS');
       set_block_property('GL_ACCOUNTS', DEFAULT_WHERE, 'GL_ACCOUNTS.ACCOUNT_ID = '  ||
       ftree.get_tree_node_property('BL_TREE.IT_TREE', :SYSTEM.TRIGGER_NODE, FTREE.NODE_VALUE));
    EXECUTE_QUERY;
    END IF;
    END;
    Regards,
    Abdetu...

    Hello Ammad Ahmed
    Thanks really for reply ,i appreciate... :)
    Can you explain little more what is the meaning of this?a tree block on canvas beside 3 data blockS out of 2 tables as follows
    SQL> desc GL_ACCOUNTS
    Name                                      Null?    Type
    ACCOUNT_ID                                NOT NULL NUMBER(10)
    TYPE_ID                                   NOT NULL NUMBER(1)
    ACCOUNT_NAME                              NOT NULL VARCHAR2(100)
    IS_CLOSED                                 NOT NULL NUMBER(1)
    ACCOUNT_ID_PARENT                                  NUMBER(10)
    SQL> desc GL_COMPANY_COA
    Name                                      Null?    Type
    ACCOUNT_ID                                NOT NULL NUMBER(10)
    COMPANY_ID                                NOT NULL NUMBER(2)only table GL_ACCOUNTS has a self rel so on data blocks on forms i have out of these 2 tables 3 data blocks in the following order
    GL_ACCOUNTS_PARENT on GL_ACCOUNTS has a where clause on it's property;
    account_id in ( select distinct account_id_parent from gl_accounts ) on GL_ACCOUNTS_PARENT block i am displaying on 1 row:
    1. the account_id ,
    2. the account
    3. name and account_type_name in a LOV
    on the second block GL_ACCOUNTS depending on the GL_ACCOUNTS table also am displaying muti rows :
    1. the account_id ,
    2. the account
    and a relation on form
    GL_ACCOUNTS.TYPE_ID = GL_ACCOUNTS_PARENT.TYPE_ID AND
    GL_ACCOUNTS.ACCOUNT_ID_PARENT = GL_ACCOUNTS_PARENT.ACCOUNT_IDon the third block GL_COMPANY_COA depending on the table GL_COMPANY_COA
    am displaying the company_id & company_name in multi_rows
    GL_COMPANY_COA.ACCOUNT_ID = GL_ACCOUNTS.ACCOUNT_ID
    how the data will be looking in data blocksam using the following link -> Large trees - using partial tree population
    http://andreas.weiden.orcl.over-blog.de/article-29307730.html
    PROCEDURE PR_FILL_TREE IS
        CURSOR crTop IS
          SELECT ACCOUNT_ID VALUE,
                 ACCOUNT_NAME LABEL
            FROM GL_ACCOUNTS
           WHERE ACCOUNT_ID_PARENT IS NULL
           ORDER BY type_id, ACCOUNT_id;
        nd FTree.NODE;
      BEGIN
          Ftree.DELETE_TREE_NODE(itTree, FTree.ROOT_NODE);
          FOR rec IN crTop LOOP
              nd:=FK_ADD_NODE(Ftree.ROOT_NODE, rec.VALUE , rec.LABEL);
              PR_QUERY_DETAILS(nd, rec.VALUE);
          END LOOP;
      END;
      if any unclear... pls notify me...!
    Regards,
    Abdetu...

  • Hide "No content available for this navigation node" message

    Hello everybody,
    we run EP7 SP022. We have a role with several BI reports / iViews. As long as the user selects no report the message "No content available for this navigation node" is shown. As far as I know this is standard behavoir but we'd like to hide this message.
    SAP note 1437667 says: "When navigating to a folder/workset/role which has no default content to be displayed, the content area should render the default content component which is configured at property "DefaultContent" in the content area iView. The default value for this property is:
    "pcd:portal_content/com.sap.pct/every_user/general/com.sap.portal.noContentMessage", which is the pcd location of SAP default content component."
    Does anybody know where the mentioned "content area iView" can be found, so that we could change the "DefaultContent" property ?
    Thank you in advance.
    Regards,
    Nikolaus

    Hi, hope this can help you
    In your portal navigation menu
    1.- Select the option content manage
    2.- Portal´s Content - select your node if you have it, if not select content avaliable for sap.
    3.- Content for final user
    4.- Portal standar users
    5.- Standar Framework Page . open this object
    5.1 .-Select internal area of desktop open it.
    5.2.- Select option content area and open it.
    5.3.- In property category on combo box, select show all by category.
    6 .- Search Default Content field and erase this content pcd:portal_content/com.sap.pct/every_user/general/com.sap.portal.noContentMessage
    Save the changes.

  • No content available for this navigation node

    Hi,
    I am receiving the message "No content available for this navigation node" on clicking  System Administration in Portal. I receive the same messages for the other roles .
    Can somebody kindly help?
    Portal version: 7.01 SP7
    Best regards,
    Dharmi
    p.s,. For previous versions, no message is being generated.

    Hello Dharmi,
    It was a change in the default behavior, then when navigating to a folder/workset/role which has no default content to be displayed, the content area should render the default content component which is configured at property "DefaultContent" in the content area iView.
    The default value for this property is:
    "pcd:portal_content/com.sap.pct/every_user/general/com.sap.portal.noCont
    entMessage"
    which is the pcd location of SAP default content component.
    This property can also be configured with the pcd location of any component, It can also be set to an empty string if it desired to continue with the old behavior (empty page is displayed).
    Also in NW 7.01 SP8 it also have changed back to the old behavior - So in case you are upgrading your system to this version no changes are needed.
    I hope this info helps you to resolve your issue,
    If so please evaluate this answer,
    It will help SDN to keep growing,
    Best Regards,
    Edison Buttenbender

  • No Content available for this navigation node message after Portal Upgrade

    Hi,
    After Portal upgrade to 7.01 EHP1 SP7, when we are clicking on any role at the TLN, the Portal Content area is showing the message " No Content available for this navigation node". However before upgrade when we are clicking on any TLN role the content area used to show the first iview in the folder in the detailed navigation.
    Please help as we are in a very critical state.
    Best

    Ameya Pimpalgaonkar wrote:
    Hello Mahesh,
    >
    > Did  you happen to see this thread:
    >
    > Hide "No content available for this navigation node" message
    >
    > Ameya
    Hi Amiya,
    I already gone through this thread but iwe will get an empty page if we will change the value of default content to null in the Content Area iview. My requirement is to expand the folder in the detail navigation area and display the first iview in that folder in the content area whenever we click on any role in the TLN.
    Mahesh

  • How to implement tooltip for the list items for the particular column in sharepoint 2013

    Hi,
    I had created a list, How to implement tooltip for the list items for the particular column in SharePoint 2013.
    Any help will be appreciated

    We can use JavaScript or JQuery to show the tooltips. Refer to the following similar thread.
    http://social.technet.microsoft.com/forums/en/sharepointdevelopmentprevious/thread/1dac3ae0-c9ce-419d-b6dd-08dd48284324
    http://stackoverflow.com/questions/3366515/small-description-window-on-mouse-hover-on-hyperlink
    http://spjsblog.com/2012/02/12/list-view-preview-item-on-hover-sharepoint-2010/

  • CRS Install hostname being used by more than once for the same node.

    Hi, we're installing The Oracle Clusterware and on the Cluster Configuration screen of the universal Installer (the one were you specify the clustername and clusternodes) we get the following error message in a dialog box when the next button is clicked:
    "You must enter unique values for the public node name, the private node name and the virtual hostname for all nodes in the cluster. The name, node1, that you entered is being used by more than once for the same node."
    Has anyone experienced this error message before and know what the cause is?
    Could it be a problem with the /etc/hosts file?
    Thanks in advance,
    M

    Make sure you allocate separate IP addresses on your network for the VIP addresses on each RAC node (this is not the same as the machine IP already configured on the OS).
    Also, the installer may complain if your private and public IPs are configured under the same subnet.
    Finally, as mentioned before, check that name resolution for all the IPs to be used. On all RAC nodes, your /etc/hosts file should be configured with:
    - public name and IP addresses of ALL nodes
    - private name and IP addresses of ALL nodes
    - VIP name and IP addresses of ALL nodes
    Hope that helps
    B.

  • No properties can be maintained for the selected node (MTE)

    Hi!
    I would like to set up the user defined alerts, e.g. Shortdumps frequency for satellite system from SOLMAN.
    The access of the MTE on the satellite system goes without any problem
    (<SID>\...\R3 Abap\Shortdumps frequency)
    When I set up this alert via System Monitoring and try to access it by double clicking I get the following error: No properties can be maintained for the selected node (MTE).
    Has some one some ideas how to solve this problem?
    Any helpful information will be appreciated.
    regards
    Thom

    Hi,
    Please ensure you have enough(like S_RFCACL) authoraization in both Solman and Your satellite system
    Check here [Solution Monitoring - Regarding MTE|Solution Monitoring - Regarding MTE]
    Thanks,
    Jansi

  • FPM: Tooltip for the start button

    Hi FPM experts,
    I have one question/requirement concerning the start button within the FPM GAFfloorplan. I would like to add a tooltip to that button. I know that this button is part of the FPM and can not be influenced during design time.
    Nevertheless I hoped to be able to influence the button during runtime, namely by using the interface  IF_FPM_CNR_GAF and the method DEFINE_BUTTON. According to the Developers Guide for FPM Release 701 this should work for standard buttons. However I did not succeed in using this method.
    When taking a closer look at the signature I also became aware that there is one parameter missing in the signature of the interface that is described within the Developers Guide (IV_SCREEN): To the best of my knowledge this parameter is not available in 7.01/7.1 systems.
    Any help on that topic is appreciated!
    Thanks
    Christian

    Hi,
    Is this your previous thread?
    http://answers.microsoft.com/en-us/windows/forum/windows_7-desktop/how-to-display-tooltip-for-the-start-menu-items/c93e5457-0ac6-4bbd-8a54-ffacbeadf34f
    I have checked with some Windows 7 machines in workgroup, and they are all no infotips from the start menu items, this might by design.
    Besides, please take a look at the below links:
    Start Menu
    Best regards
    Michael
    Michael Shao
    TechNet Community Support

  • A different cell renderer for the root node ??

    Is it possible to use one cell renderer for the root and a different cell renderer for the other nodes ?
    Thanks.

    Well I tried that and it didn't work.I do it without any problems so what how did you do it?
    Hint - in the renderer compare tree.getModel().getRoot() with the value using == .
    >
    Basically I have a checkbox at each node. So, I tried
    setting the checkbox invisible for the root. Hard work! Since you are just wanting to change the rendering rule for the root you should change the renderer.
    >
    But then all the nodes have an invisible
    checkbox.............................

  • JCombox clicked shows dropdown, show tooltip for the dropdown

    Hi,
    I want to provide the tooltip for the dropdown of JCombobox for the whole or tooltip to the item where you move the mouse but not click.
    thanx

    Another note.. just found out that it doesnt work with Windows Look And feel... if i use the default, everythings just fine.. Her is the code: What am I doing wrong?
         private class UccComboBoxRenderer extends BasicComboBoxRenderer
              public Component getListCellRendererComponent(
                   JList list,
                   Object value,
                   int index,
                   boolean isSelected,
                   boolean cellHasFocus)
                   if (isSelected)
                        setBackground(list.getSelectionBackground());
                        setForeground(list.getSelectionForeground());
                        if (-1 < index)
                             list.setToolTipText(value.toString());
                   else
                        setBackground(list.getBackground());
                        setForeground(list.getForeground());
                   setText((value == null) ? "" : value.toString());
                   return this;
         }

  • Change of domain for the cluster nodes

    Hi,
    We need to change our existing domain i.e. NT domain to windows 2003 domain for the SAP production server cluster nodes.
    There are 2 nodes. They are in active active mode.
    Windows 2000 advanced server is installed in the nodes.
    Can anybody tell us that during the change of the domain what else we need to take care or what should be correct procedure for this so that database & application does not have any impact
    Eagerly waiting for the reply
    With best regards
    Joydeep

    I would NOT do that.
    What immediately comes to my mind is:
    - users need to be recreated in the new domain
    - filesystem owners and permissions of all SAP and database directories must be changed
    - permissions on registry keys must be changed
    - owner/permissions of the files in the cluster filesystem must be changed
    There is no easy way of doing this. Depending on the database that is used more things are necessary. If you don't exactly know, where which application has files, it will certainly be troublesome.
    The safest way would be to use a different hardware and do a homogeneous system copy by reinstalling the cluster in the new domain.
    Markus

  • Changing hyperlink colors for the navigation bar

    hello all i am trying to figure out how to change the color of the links that are the top of my page in the navigation bar. i know how to do it with the ones in my text- but i cannot figure out how to do so for the ones at the top of each page in the navigation bar.
    any help would be much appreciated!

    Welcome to the Apple Discussions. Here's a link to a post by Cyclosaurus, the resident java script expert, about changing the font, etc. in the navbar with java script and a HTML snippet.. Don't know if includes color also.
    http://discussions.apple.com/thread.jspa?messageID=8600361#8600361
    OT

  • How can somebody make support for the Afghan(Pashto) language in flash?

    hello
    I didnt find support for an Afghan(Pashto) language in adobe
    Flash cs3 , is there a way which I can use the language with in the
    Flash CS3? If there is any software or other script formulas for
    that please write me the answer.
    thanks

    Hi just a shot in the dark..
    Have you fiddled with movieclips and the alpha property?
    Best regards
    Peter

  • SRQM_NOTES - how to disable the tooltip for the textfield

    Hello,
    in SRQM_NOTES the textarea represents this contextnote attribute:
    //BTTEXT/STRUCT.CONC_LINES
    How can we disable the tooltip for this textarea.
    It is not usable that there is a tooltip window in the way while a user tries to read the text behind the tooltip.
    Thank you.
    Kind regards
    Manfred

    Hi
    At the moment GET_P looks like this:
    METHOD get_p_conc_lines.
      CASE iv_property.
        WHEN if_bsp_wd_model_setter_getter=>fp_fieldtype.
          rv_value = cl_bsp_dlc_view_descriptor=>field_type_textarea.
        WHEN if_bsp_wd_model_setter_getter=>fp_textarea_rows.
          rv_value = 20.
        WHEN if_bsp_wd_model_setter_getter=>fp_tooltip.
          rv_value = space.
      ENDCASE.
    ENDMETHOD.
    Thank you
    Kind regards
    Manfred

Maybe you are looking for