MySAP ERP2004 Ides + Portal language

Hi,
I have just installed the ERP2004 IDEs system, then the Java Was 6.40 add in and EP6 from the Netweaver CD's.
Everything installed perfectly. However I logged onto the portal URL to check that it was installed correctly and the portal main screen was entirely in German.
I logged in with J2EE_ADMIN and all the content was entirely in Germam.
This did not happen when I installed EP6 onto a clean Netweaver install.
How do I get the portal to default to English?
Any help would be appreciated.
Regards
Ed Mellodew

Hmm,
I have not to my knowledge installed anything in German.  However with it being an IDES it is not possible to guess what config has happened to it.
If I browse to the J2EE UME start page it is in English.  If I login with J2EE_ADMIN it goes to German.  I have changed the SAP account so that the login language for J2EE is EN, but no difference.
If I go to the IDES portal start page it is always in German, if I login it stays in German. If I use the same browser to go to a different portal start page it is in English.
Bizarre.
Ed

Similar Messages

  • PCR with Adobe forms for MySAP ERP2004 / NW04 SP9

    Hi all,
    We would like to use the MSS PCR functionality with Adobe forms. Since we are using NW04 SP9 and MySAP ERP2004 (ECC5.0), we cannot use the Adobe forms yet.
    SAP said this functionality will be released today (15/11).
    I am wondering what we need to upgrade to get this working. Is this a bug in ECC, in Adobe Forms, WebDynpro (BP for MSS) or a PCUI_GP bug?
    regards,
    Noel

    Hi Heike,
    Good to know these forms are only available in German and English. I assume we can translate them ourselves and use them.
    We tried to get the 2 scenarios working, but every time we run into a problem: "Template could not be read from the backend". For this we already created a customer message, but it takes quite a while for an answer. Not strange, since it is new and hot technology
    We have 2 servers now: One is the application server (with WebDynpro, R/3 backend, ECC50) - Java and ABAP stack installed (AIX).
    On the other server we have running the portal and Adobe Document Server. This runs only on a Java stack (NT).
    In the Adobe Configuration Guide we ran against a problem configuring the DestinationService (Basic authentication on the ABAP side). On the Java/ABAP server (server 1) we need to configure the com.adobe/AdobeDocumentService classes (security). Since Adobe is installed on server 2 (without the ABAP stack), we cannot configure the basic authentication properly (if we follow the guideliness).
    Regards,
    Noel

  • Portal language refresh / reload (user data source ABAP stack)

    Hello,
    I'm on SAP NetWeaver Portal 7.0 with user data source on ABAP stack.
    I'm trying to create simple JavaScript links for changing the Portal language.
    I was able to change the ABAP stack user's logon language by BAPI call.
    But the newly set language shows up only after the user logs out and logs in again.
    I know that in the WebDynpro for Java, which implements the UME user interface, there is a functionality, that allows that relogging of the user is not necessary. After setting the language you only refresh the browser page (F5) and the new language shows up.
    Does anyone know what function I should call, for the language refresh (could be the same as in UME standard WDJ)?

    Hi Andres,
    language doesn't change on the Portal. The content remains in the previous language.
    I know that the switching of Logon language parameter in the user profile in ABAP stack and logoff and login on the portal leads to change of the language on the Portal. But I don't know, how to do it without the relogging of the user.
    I change the Logon language in ABAP by AJAX call of BAPI.
    Thank you for any idea.
    Jiri

  • Change the user portal  language by code

    Hi,
    I want to change the portal user language  by code .
    Untill the user sets the portal language the default is the browser/or application .....
    I want to write code that if the user didnt set the portal language ..then the language  is set to X.
    Any ideas ?
    Thanks.

    Hi,
    Try this....
    IWDClientUser user=WDClientUser.getCurrentUser();
                 IUser myuser=null;
                 myuser=user.getSAPUser();
    String userID=
    try {
         IUser myuser=userFact.getUserByLogonID( myuser.getUniqueName() );
         IUserMaint usermaint=userFact.getMutableUser(myuser.getUniqueID());
                    usermaint.setEmail(wdContext.currentContextElement().getVa_Email());
         Locale lc=new Locale("en");
         usermaint.setLocale(lc);
         usermaint.commit();
         } catch (UMException e) {
         wdComponentAPI.getMessageManager().reportException(e.getMessage(), false );
         e.printStackTrace();
    Regards,
    Srinivas

  • ESS documentation for mySAP ERP2004

    Hi,
    Can anybody suggest me where can i get complete ESS documentation for mySAP ERP2004 that explains in detail the roles, worksets and iviews involved in it.
    Thanks,
    Tom

    Hi Tom
    You can see some documents in service market place and in the below specified links.
    https://websmp201.sap-ag.de/ess.
    https://www.sdn.sap.com/irj/sdn/developerareas/contentportfolio
    https://www2.iviewstudio.com/support_content/_17153/BP_ESS_602_EN.pdf
    http://kwhelp.sap.com/SAPIKS/S2de59b4e1b80418dada8bcc618f58c07/KW/IWB_STRUCT9B33383FDB800804E10000000A114084/IWB_EXTHLPE033383FDB800804E10000000A114084/?LANGUAGE=EN&RELEASE=642&IWB_INDUSTRY=&IWB_COUNTRY=&TMP_IWB_TASK=DISPLAY
    Also i have some documents.If you want, i can send to you.
    Regards,
    Yoga

  • Restricting Portal Languages

    Hello,
    we would like to use only german and english as portal languages. Furthermore we have some users from ldap that don't have a language attribute. The users are from countries like finland and the browsers settings determine a finish portal. But we would like them to see an english portal.
    We tried the language setting for logon page but browser language is still taken.
    Does anyone have an idea how this can be solved ?
    Kind Regards
    Joachim Bertram

    Hi,
    Check this to know, where to find locale_list_service:
    http://help.sap.com/saphelp_nw04/helpdata/en/b2/77284a96264e9183161b7e8718dfa8/frameset.htm
    Note 624929 still applies for EP 7.0, so this way you limit languages user can select in his profile.
    But this still does not solve your problem, when the browser languages is different from german and english.
    Check this how the Lookup of Resource Bundle happens:
    http://help.sap.com/saphelp_nw70/helpdata/EN/42/938297a5061d69e10000000a1553f6/frameset.htm
    The only way to restrict that your portal shows only german and english is by having these languages set in user profiles. If not you will have to remove the Resource bundle properties files for other languages in all portal applications, which is really cumbersome.
    So my advice is to apply Note 624929 and removes all languages except german and english, set german and english in all user profiles.
    Regards,
    Praveen Gudapati

  • WDJ - List all Portal Languages

    Hi,
    There is anyway of get all languages available in Portal from WebDynpro Java ?
    My requirement is to list all languages available in a combobox.
    thanks.

    I think portal uses some languages.properties file for supported portal languages.
    The List of available language is defined in a Bundle, which is available as EAR file in UME engine.
    Just a vague idea.. Can you read it in webdynpro?
    Refer:
    /message/168679#168679 [original link is broken]
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e077095e-235b-2b10-5585-bf5d9d4562ba

  • Portal Language Iview

    Hi,
    I need to add portal language iview in the personalized link, Where can i get this language iview. This is required to change the language of the users.
    Regards,
    Sanjeev Mourya

    Hi,
    I am using EP 6.0 SP15
    Personalized page has been modified earlier, now I need to add local language iview or page in the personalize link.
    How to do it? If I check the standard role, I am able to see the local page, but when I check the delta link, It is not poing to the exact page, It is inhertited by defualt page and point to that page only.
    Please reply...
    Thanks
    Regards,
    Sanjeev

  • Passing parameter spage id and portal language to a report portlet

    Hi,
    how can I pass the page id and portal language to a report portlet so I can filter my query according to that page id and language. See the report query below:
    select <information required> from ana_statistics
    where portal_page = :page_parameter
    and language = :portal_language
    Thanks

    Yes, you can.
    Here is an example.
    Form: on scott.emp table.
    Define the On successful submission of a form as
    go('http://<server>:<port>/servlet/page?_pageid=<page id>&_dad=<dad>&_schema=<schema>&dept='||p_session.get_value_as_NUMBER(
    p_block_name => p_block_name,
    p_attribute_name => 'A_DEPTNO',
    p_index => 1));
    Report: alos on scott.emp table:
    select * from SCOTT.EMP where DEPTNO = :dept
    and define the "before displaying the page" as
    <portal schema>.wwv_name_value.replace_value(
    l_arg_names,
    l_arg_values,
    p_reference_path||'.dept',
    <portal schema>.wwv_standard_util.string_to_table2(nvl(get_value('dept'),10)));
    Put those two portlets on a page, after you submit the form (after Insert, Update, Delete),
    the page will be refreshed and the deptno will be passed to the report.
    Hope this helps.
    This example was built on portal 309.

  • Parameter for portal language

    Hi everybody,
    I want to give the portal language from actual user to a application by URL.
    Do you know the paramter that I need?
    Best regards
    Christian

    Hi Christian,
    please see my first answer in Set user Language in URL IView
    Hope it helps
    Detlev

  • Portal Language/Date Format

    Hi,
    Portal Version: 10.1.4
    Currently our default Portal language is us and the date format dd-mon-yyyy. Since this not a very common format here page publishers are having difficulties at times to enter the correct date and I would like to change it to dd/mm/yyyy. If I install a different language by running the ptllang script, will I get a different date format too?
    Regards
    B.

    According to Oracle documentation this can be changed @ sesion level by the following :
    Alter session set nls_date_format='mm/dd/yyyy';
    ======================================================
    To change it @ the instance level, the following needs to be added in the init.ora file :
    Nls_date_format="mm/dd/yyyy".

  • Portal Language Questions

    Hi ALL,
    I have a question. I am changing the portal language.
    1)Do I need to change back end  language.
    2)If I need to change the back end language, tell me which of these back ends need to change the language setting.
    ECC
    SRM
    CRM ISA
    MDM
    BI
    Please guide me on this.
    Regards
    Keerthi

    Hi Marcus,
    We recently installed more Portal languages for an SSO project. This resulted in some IAC iViews no longer letting the user through to the backend over the ITS server if a language was used that was not available on the backend. The user would get a logon screen instead of the transaction with the language set to the portal language.
    You can configure the iView to force a language that's available on the backend, but you can only select a single language here. If a user has a language selected in the Portal that would be available on the backend, then he will still be forced to work with that forced language...
    So far I am unaware of a solution where you can pull the available languages on the backend directly. Our solution was to a enter the available languages in a parameter in the transaction iView, then read this parameter and see if the user has one of these languages selected. If not, then he's forced to use a fallback language (English for example).
    You can read more about it here:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/de95e490-0201-0010-b390-f0f23a95e2b8
    So yeah, in essence you don't get an error per say, but you will be forced to change you r language in the iView before you can logon.
    Cheers,
    Hermann

  • Portal Language schould be always English

    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.
    What is the solution for this?
    Kind Regards,
    Phanikumar.

    Hi Praveen Gudapati,
    as you said i changed properties as mentioned below
    request.mandatorylanguage=en
    request.mandatorycountry=us
    After that i restarted server.
    Then i changed language to 'chinees' in browser and tested, now i am getting only 'English' as per the requirement.
    But still one more problem i am facing when i open Visual Composer this login page i am getting in 'Chineese'.
    Where i have to change for Visual composer to accept Language only English ?
    What is the solution for this?
    Kind Regards,
    Phani kumar.

  • Portal Language fro ESS

    Hi, 
    We need to figure out how we will be assigning the portal language per country so we can be sure date and decimals are formatted correctly.  This needs to be assigned to the user, not by the user though.  This assignment will override the user’s internet browser language setting.
    Does anyone have any options to implement this?
    Any insights will be greatly appreciated.
    Thanks, Neeta

    Hi Sharada,
    Many Thanks for your reply.
    Here I am sending the clear view of my query 1
    I have deployed ESS/MSS 1.0 business packages for the portal 7.0.
    I have creted 1 user in portal and assigned ESS role to him,and also created same user In ECC 6.0 with same password.(Assuming no backend connectivity)
    When I am tring to login to the portal with newly creted user-id I am able to login and I am able to see the toplevel navigation like working time,benefits and payment,personal links.
    When I am clicking above links I am not getting the further navigation for these links.Please let me know what I need to do inorder to get the links.
    Once again I am confirming that my ESS deployment is correct only.If the deployment is wrong means we can't get the directory(refer 2nd query) in my early mail.My EP version is 7.0
    Your help would be more useful for me
    Many thanks in advance
    Thanks&regards,
    rk.

  • Portal Language in JspDynpage

    Hi Friends,
    How to get portal language in JspDynpage? Is there method
    which can give portal language info?
    Thanks in Advance
    Anitha

    Try this.
    com.sap.security.api.IUser user = ipcRequest.getUser();
    String lang = user.getLocale().getDisplayLanguage();
    Regards,
    JP

Maybe you are looking for

  • TS3899 Can't send or receive email on iPhone 5 nor my iPad 2?  Tried hard resetting, deleting account then adding again-- no luck!  Please help!!

    CAn someone please tell me how to fix my email problem-- all of a sudden I can't receive or send email-- it's an Apple problem-- cause I can get online-- tried the hard reset and deleting account and adding again-- no luck thanks mary

  • Acrobat 9.0 + MS Office 2007 Pro. + Windows 7 x64 - HELP!

    Sometimes when saving an excel spreadsheet OR document in Adobe Acrobat 9 as a .pdf the softwares(MS Office and/or Acrobat 9) will freeze and eventually the user loses control of the system forcing a hard reboot. The users are running new HP Elite wo

  • Query on CONCATENATE

    Hi     CONCATENATE 'Hello_____________'                 'How are you?' INTO v_char50.     ( The underscores are spaces )     i am writing it to a file using 'DOWLOAD' funct.Mod.     the out put is 'HelloHow are you?', the spaces after     'Hello' are

  • Info window display is unreadable

    When I use the Info Window, the text on the palette is garbled, see attached. I can't always read it. Using CC on a Mac Pro, 2013 model. The x, y info constantly changes. mainly I use it for word counts.

  • Can't get CPU bound!

    Has anyone have any suggestions for the following set-up: we have a 4 Processor NT box with 512MB memory, 15GHD. We're running one instance of Weblogic (256 MB allocated) under Sun's 1.3 Hotspot Server edition JVM. The components are all java, ie we'