Language dropdown in Portal Masthead

Is it possible to add a language dropdown in the masthead of the portal, wiht predetermined languages?
This would be for existing users to change language on the fly.
If possible, will it change the language in the user's profile?
On the same note, is it possible to verify on language in the MasterRule of the Portal?
I'm on EP7 SP09 ...

Hi Maurice,
yes it is, and it's very easy... well, almost.
You will need to modify an SAP component named
com.sap.portal.navigation.masthead.par
... and there you will create your new object (the dropdown).
Of course you will need to code:
- the events
- how to render the dropdown (HTMLB for example)
- user validation and updating the user setting
This is a good link that gives you a brief intro on how to start developing your solution:
http://keelypavan.blogspot.com/2007/01/customizing-sap-portal-master-header_12.html
You can also check more on SDN, try searching for
com.sap.portal.navigation.masthead.par
Good Luck!
Kindest Regards
/Ricardo Quintas

Similar Messages

  • Language dropdown in Masthead iView

    Hello All,
    Fllowing is the weblog which has described about how to show language dropdown for anonymous users.
    SP12/SP20: Portal Localization for Anonymous Users
    My requirement is:
    Even though user is authenticated user, we want to show the language dropdown to change the user language.
    I know we can change this user language from personalization link if user is authenticated. But, we want dropdown to be shown on the masthead iView.
    I have changed masthead iView JSP application and i was able to display the dropdown even though user is authenticated.
    On dorpdown element, we have onSelect event and on this event, I am calling one Javascript function called, "onSelect_Language". Somehow this function is not being called.
    For testing, I have written code to show alert only.
    So, it should show the alert and i can confirm whether function is being called.
    But, i am not getting any alert.
    Can you please help me?

    Hi,
    The same type of drop down we can set it in the logon page easily.
    Make it available in logon page and try to change it to masthead using the same code.
    I never tried.
    We created the below fuction for different reason check it once may be usefull
         Create a javascript/ directory in the par structure
         Add the file customBranches.js in this directory      
    Edit the file PORTAL-INF/jsp/HeaderiView.jsp in order to call the Branch Dropdown.
    EPCM.subscribeEvent("urn:com.sapportals:navigation", "Navigate", pop);
    Check this sample refresh function with alert.
                           _refreshPage: function() {
               try {
                 frameworkSupport.refreshContentArea();
               } catch(e) {
                 document.location.reload()
    Thanks and Regards,
    gopal.sattiraju.

  • How to Update Function Link Text in Portal MastHead

    Can someone please advise the steps to control the link text in the Function section of the Portal MastHead (e.g. Log Off, Help, etc...).
    Thanks for your help!
    Scott

    If you just want to remove these simple links, you do this within the configuration of the masthead iView:
    http://help.sap.com/saphelp_nw04s/helpdata/en/97/d4ee3d6434445ae10000000a11405a/content.htm
    If you want to change the functions within the portal personalisation:
    Look in the 'Portal Personalization' workset of the 'eu_role' . Im assuming that you have the eu_role assigned to the everybody built in standard group. 
    This workset has all the options within that list.
    ¡        Portal Theme (page)
    ¡        Portal Language (page)
    ¡        User Mapping (page)
    ¡        User Mapping (Remote iViews) (page)
    ¡        User Password (page)
    ¡        User Profile (page)
    ¡        WorkProtect Mode (page)
    You can modify this, or copy it and modify it as you please.

  • HOW to define the default language in the portal

    Normally the portal take the language of the internet explorer for user.
    I want to define a default language for all portal users in our portal, so that every user get the same default language.
    Can anyone tell me how to do this?
    We are on EP6 SP2.
    Thanks Sybille

    Hi Olivier,
    thank you for the response.
    I added
    request.mandatorylanguage=de
    request.mandatorycountry=de
    to
    request.defaultlanguage=de
    request.defaultcountry=de
    Now, I get the default language german, but when I want to changed the portal language over personalize to English, the result is nevertheless the german language.
    Can you help me again? Where can I get a documentation about this?
    I want a default language: German. Also when the Internet Explorer has a different language. But when the user select manual one of the permitted languages (English and German) over the personalize button, the language should change to the selected language. Is it possible?
    Bye Sybille

  • Localization of Languages in SAP Portal 7.3

    Hello Folks,
    We have implemented SAP Portal 7.3 and want to include local Indian Languages (Hindi, Marathi etc) for the users. We referred the SAP Help Portal for customizing languages applicable for older portal versions
    Link: [http://help.sap.com/saphelp_nw04/helpdata/en/49/e607426338da6fe10000000a1550b0/content.htm]
    From the link above, we searched for an .EAR (com.sap.security.core.admin.730.ear) and .WAR (com.sap.security.core.useradmin.war) files respectively for any of the standard properties file supplied with standard implementation. But, we did not get such files.
    Kindly suggest/guide us to any documentation/help available to find the required files in the SAP Portal 7.3 version. Or is there a change in language customization from Portal 7.3?
    Regards,
    Rahul Juneja

    Dear Rahul,
    Hindi language is not yet available in portal. You can check the below
    link to see which are the Languages supported.
    https://websmp207.sap-ag.de/languages
    You have to create your own Language Bundles to implement hindi,
    But as of now hindi is not supported.
    Can you please go through the Sap Note 1013521.
    Regards,
    kiruthika

  • How to add "Search button" in portal masthead

    Hi Experts,
    We have to add search button in the portal masthead. We have not installed TREX. We want that on entering some text, the text should be searched in Google and result displayed in some nice way.
    Can you please help me?
    Regards,
    EP

    You have to create your own Masthead iView.
    1. Download the Par file for the Masthead iView and setup a project in Netweaver Developer Studio. Name of the par file is com.sap.portal.navigation.masthead.par
    2. Modify the JSP file and make the needed changes
    3. Deploly the Par file with a new name.
    4. Create new masthead iView
    5. Edit the framework page and replace the masthead iView with the newly created masthead iView.
    Best Regards,
    Prasanna Krishnamurthy

  • SP 19 upgrade issue : Log off Button not working in Portal Masthead

    Hi All,
    We have recently performed an upgrade from EP 7.0 SP12 to EP 7.0 SP19 stack level.
    After the upgrade we are facing these 2 issues:
    1) Log off button is not working in Portal Masthead
    2) SSO to BW reports also not working.
    Any immediate pointers and help is highly appreciable.
    Regards,
    Shailesh

    Hi Tobias,
    Thanks for the reply.
    I have tried rebuilding and redloying the par file after removing the function "'releaseProducerSessions()' " which is not available in SP 19..but still the issue persists.
    Any other process to be followed?
    2) SSO is working for other stuff, and the issue is specifically for Bex iViews/Reports
    Regards,
    Shailesh

  • Unable to customize my portal masthead

    Hi,
    I am unable to customize my portal masthead.
    I can't download the par file like "System Administration -> Support -> Portal Runtime -> Browse Deployment -> WEB-INF -> deployment -> temp (or) pcd -> com.sap.portal.navigation.masthead.par.bak ".
    I'm using 2004s, EP7.0 , SP6
    Unable to find the com.sap.portal.navigation.masthead.par.bak in the ZIP FOLDER.
    Any valuable inputs to solve the prob are most welcome.Are there any blogs ?
    thanks in advance.
    Regards ,
    Tilak

    MastHead Change & Portal Desktop
    Regards,
    Nitin

  • Adding languages to Oracle Portal

    Hi,
    I would like to use languages that are not directly supported by Oracle Portal (Croatian in this case). Is it possible? Could someone direct me to the relevant documentation.
    Thanks,
    Ivica

    Hi,
    I'm using Oracle Application Server 10g Release 2 (10.1.4) and want support for URDU language in Oracle portal.
    Here is a post that describes how to install an unsupported language translation into the Portal
    Re: 11 steps to install an unsupported language translation into the Portal
    Please advise how I should proceed to install Urdu language support for Oracle Portal.

  • Accessing a Collaboration room without the Portal masthead

    Hi,
    I have the URL to the Collaboration room I created.
    I want to provide the link to the room to the user and it should open in the same window.When Iam trying to open it in the samw window in the content area, I am again getting the  coll. room opened with the Portal masthead(welcome area,navigation etc.,).Is there a way to create a link to the room without the portal header?
    I assure to reward points to all those who help me.
    Thanks & Regards,
    Vasu.

    Hi Rabih,
    Finally, I solved it on my own.
    Here is the soln.,
    First create a copy of the Default framework page and edit it. Untick the visible checkbox for Portal masthead, toplevel navigation and detailed navigation.Save it.
    Create a URL for accessing this link like irj/servlet/pcd...
    Now coming to the coll. room URL, create a URL iview with the above URL and pass the Collaboration connector as parameter to the URL iview.
    It worked for me.
    If u need further clarification,mail me at [email protected]
    If the above answer is helpful, consider rewarding points.
    Thanks,
    Vasu.

  • How to add azerbaijan language to sap portal

    how to add new azerbaijan language to sap portal?İ want step by step configuration .Thanks advance

    Hi,
    please have a look at:
    1013521   Configuration of supported languages within the portal
    Best regards,
    Nils Buerckel

  • WebUI Logon language Dropdown  shows junk values

    Hi
    While Internet explorer language is set as Chinese , I am trying to logon into webUI  with Chinese its showing a junk values in language dropdown list on logon page.
    While IE with English, Its showing proper list in language dropdown.
    Do I need to setup anything from CRM backend or internet explorer?
    Regards,
    DN

    The problem is in detail here
    1. The users are setup IE with Language-Chinese ( through IE--> Internet options > General> Languages --> Chinese)
    2. When they opens with CRM_UI or WebUI  URL, It shows the Junk values in language dropdown list.
    If users are setup IE with Language-English( through IE--> Internet options > General> Languages --> English), Its working fine...Means open with CRM_UI or WebUI  URL its shows proper language dropdown list.
    what could be the problem?
    Regards,
    DN

  • How to avoid browser language effect on portal

    Hi All,
    I am working on portal default language. My requirement is 'i want avoid the users local browser language'.
    I want to see always portal language is 'English' even if user selects 'chinees'. How to reach this target ?
    Let us take an example suppose user selected 'Chinees' in his IE but still he needs to get english.
    I have tried all solutions from SDN, but none of them worked.
    What is the solution for this?
    Kind Regards,
    Phanikumar.

    Hi
    Note 1013521 - Configuration of supported languages within the portal
    1. Navigate to system administration > System configuration >Service configuration > Applications com.sap.portal.admin.wizardframework, and right click for configuration.
    2. Add/Remove locales to source/target locales lists separated by a comma, a semicolon or a space.
    3. Save the changes and restart the service
    Regards
    Shridhar Gowda

  • Documentation missing about iView properties of com.sap.portal.masthead

    Hi,
    I configure the available links in the portal masthead. When switching "Show Link in Masthead: Help Center" (property ID: ShowHelpCenterLink) from "No" to "Yes" I get the link "Help Center" in the portal header, but when clicking the link nothing happens.
    Is there any documentation how to use/implement this feature?
    Best regards,
    Johannes

    Hi Keshari
    I already provided a valid URL but this URL is only being launched when I  choose the property "Show Link in Masthead: Help" (ID: ShowHelpLink).
    What I noticed is that when I click on the "Help Center" link in the header, the currently displayed page gets compressed creating about 1/3rd empty space on the page on the right hand side.
    How can I configure that help gets displayed in this area?
    For "help center" I only found some ABAP-related documentation (http://help.sap.com/saphelp_nw70ehp1/helpdata/en/c2/00976e34ef4397b082acb7d934d373/frameset.htm) which does not contain any Portal related configuration.
    Regards, Johannes

  • Increasing the height of the Portal Masthead ?

    Hello,  I'm new to SAP EP. Wonder if any of you experts can assist.  We're currently implementing EP version 7.0.
    How do I adjust the height of the masthead (we are increasing the size of our logo on the masthead and consequently we will need to increase the height of the masthead)?

    hi,
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e549a890-0201-0010-3f8b-d3b852457ebd
    Go through this pdf. you need to create a new desktop by applying new desktop framework page and  themes as specified in the guide. Before that in portal go to System administration -> portal display -> desktops & display rules. In that select a theme and save as 'new theme' for example. When you click 'new theme', preview opens. In it select 'portal masthead', under which there is an option 'Masthead Height'.
    In it you can specify the height in terms of px in accordance with your height of the logo. You can even insert a new logo from the 'url to logo' option under it.
    Save the theme and this is the new theme which you should assign it to new desktop.
    Hope it helps...
    Revert back if you have any doubts.
    Regards,
    Ganesh N
    Reward useful answers

Maybe you are looking for

  • Auto start LR on camera connect?

    Hi When using Bridge it would auto-start when I connected my camera to my Mac, LR doesn't seem to follow this behaviour. It will open the import dialogue if LR is already running when I connect the camera. Is this normal behaviour? Secondly, I can't

  • I have a purchased ibook that is only showing the first 40 pages out of a 300  page book

    This is a book that I had purchased a while ago, read the whole thing, and then deleted from my iphone to make room for more books. Now I would like to read it again but when I re-downloaded it, only the first 40 pages appear. I've tried deleting the

  • BPELConsole: Initiate does not show HTML or XML form to fill in variables

    Hi, i am using a xsd with a cascaded import of other xsds. If i use one import layer everything is fine. But if i use something like: 1.xsd (imports 2.xsd) 2.xsd (imports 3.xsd) The BPELConsole refuses to show me a HTML or XML form where i can fill i

  • 9i export file into 11GR2 - import full db or create users, roles.. first?

    I'm moving several 9iR2 databases onto new hardware with 11GR2 64bit. One of them has only a couple of users, roles etc. so I pre-create all the tablespaces, users, etc. then import with 11G imp utility using fromuser=user1,user2 etc. in the parfile.

  • Photoshop elememts 2.0

    I have an old version  of Photoshop Elements 2.0 that I had been using on our PC.  I have recently started to use MacBook Pro and would like to download and update this product.  Is that possible? Please advise what is necessary to upgrade and downlo