Menu Options in responsibilities getting displayed in different language.

Hi,
When we are logging in with the English language in R12, the menu options for some responsibilities are displayed in different languages, which is looking very strange. This is happening to different responsibilities. can any one help me on this.

Hi;
What is exact EBS version
It was working before? If yes what have been changed?
Did you try to compile forms via adadmin?
Please review:
     R12 System Administrator Menu is showing English values in any NLS language [ID 563008.1]
Regard
Helios

Similar Messages

  • The html select box option is not getting displayed properly in IE11

    The html select box option is not getting displayed properly in IE11
    I have developed a website that has a select box drop down. The select box drop down is getting displayed properly in IE9. But in IE11, if I am selecting any option apart from the first one, the whole select box option is getting moved up in the page.
    In IE11, if option 2 is selected, then the select options is getting moved up. But in IE9, if option 2 is selected, then the select options is getting displayed properly.
    Please let me know the fix so that the select options are displayed in the same manner as in IE9.
    Sorry but I am unable to upload images as this site is throwing some error

    Hi Kevin Shen,
    Thanks for post.
    I tried above code in ie 11(version 11.0.9600.17633).
    But it is not working. If you select option 2, and open select box then it open on the select box.
    It should open below the select box.
    Code for above:-
    <select>
    <option>1</option>
    <option>2</option>
    <option>3</option>
    </select>
    Sorry I could not attach screen shot. We have normal select box with three options. If we select option 2, it is showing option list on the select box. It is coming below the select box in ie 10 and other browse like chrome. 
    So what we should do, so that all options will come below the select box?
    Thanks,
    Yogesh Toke

  • HCM Absence  types- need to display in different languages in the same country based on user language preference

    Hi
    We are implementing in Belgium where we need to have absence in both dutch and French for the different user sets. Is there anyway to set up one absence type but have the different translations for the different user groups.  There was a document ID 1619320.1 that referred to the fact that if the absences were created  by a seedfile then they would be translated. Has anyone come across this issue whereyou need to display the same absence type for more than one language in the same country and how did you do this or did you have to set up separate absence types in the different languages which I do not want to do
    thanks

    Hi Parker
    If you are using Captivate 4 multi languages is a
    posibility..
    Set a User Variable to pass the language you want to a Flash
    SWF whic is embeded (This can play and hold multiple audio tracks).
    For example Captivate 4 will pass "french" to the embeded flash SWF
    which will play the "french" track.
    OR
    you could just use branching ;)
    Cheers.. Aquil0

  • Don't have Window Library menu option. [was: Getting Adobe Shape into Photoshop cc photography bundle

    The Shape tutorial says to open a new document in PS, go to Window tab and select Library.  My Window tab doesn't display Library as an option.  Help!

    I have an active subscription to the CC photography bundle, and my photoshop toolbar says Photoshop CC (no 2014) so I assume I have the straight-up CC version.  Any thoughts on why the Library option does not appear under my Window tab?  I understand from the Shape tutorial that this is where I access My Libraries images.  Thanks for your help!

  • In FB60, Vendor address info getting displays in 2 languages for 2 users

    Hi All,
    Can anyone please provide solution for this issue....
    In XK03, the vendor address showed in English and japan  (Address in Japan language was maintained in internat. versions tab in the same screen) language.
    At the time of booking invoice (Fb60 or MIRO), one user getting vendor address in English and with the same parameters (i'e, vendor no. & invoice date etc..same) another user was tried in his log in, he got the vendor address in Japan language.
    I was checked in ADRC Table and Vendor master data also, i haven't find any mistake in this areas.
    It may happend because of user parameters. I was checked both users parameters.
    Now user wants to see the vendor address (FB60) in their local language (Japan) .

    Hi Prasad,
    In su3 / su01 of the user; there is Tab  maintained as "company" at the botton of the page under the Address Tab...
    If that is maintained as "Company address - please maintain / /" and the Logon Language under defaults is "EN" then the user
    gets the Vendor displayed in English............
    AND if the field Company is maintained as "*** Users Country (Japan)" and the Logon Language under defaults is "EN" then the user gets the Vendor displayed in japanese.
    You need to change the company by clicking on "Assign Other Company address" above Company Tab...

  • Get HTMLDB in different languages - how?

    How can i get HTMLDB in german or other languages. After installation i have english screens.

    If you want to use HTML DB in German or another language other than English, you'll have to change the language preference settings of your browser to that language. This only works though, if the HTML DB instance you're trying to access actually has the translated HTML DB applications installed. You'll find the installation scripts in your HTML DB installation folder in the subdirectory /builder/de (for German). Run the load_de.sql script to install the German translations. Before running the script, make sure your NLS_LANG settings are set so that German Umlaute or other special characters are supported (e.g. AMERICAN_AMERICA.AL32UTF8).

  • Address iView not getting displayed in ESS

    Hello Everyone,
    When I am logging into ESS with an User of SAP systen, I am unable to see the Address iView of the corresponding employee to whom the user is assigned.A number of iViews is getting displayed for different countries but I am unable to get the iView which I am looking for.Even when I am clicking on the iViews which are getting displayed no data is getting displayed.I am using country grouping 40 i.e India.I have also set the parameter in the User profile(UGR 40 and UCN IN).
    Also for some of the links, when I click them the page is getting refreshed continuously without any display.Bu twhen I am tyring the view the same using the PZ screens it is coming properly.
    Please let me know what settings are required to get the proper iView.
    With Regards,
    Kaustuv Goswami.

    Hi Kaustav,
    Go to the portal->content administration->webdynpro and see in the left pane where all the deployed applictions will get displayed.You can chekc the same thru SDM also.
      For deployment, you can download the .SCA file from the service market place and deploy it thru SDM.
    Regards,
    Sharadha

  • Single query to get data from different databases

    i need to capture certain fields from certain tables in database 1 and certain fields from certain tables in database 2 into one file using a single SQL statement.
    i tried searching on the net
    i found that dblinks can help
    but iam not sure if ill be able to create dblinks in my situation which is:
    i need to get data from oracle to be copied to mysql
    this is not a replication acitivity, but i need certain fields from one database and certain from the other
    so what iwas thinking is, if i use an sql query to get all the fields (i need around 40) from the different oracle databases and create a singlefile with one insert per select, i can then read that file into mysql
    instead of creating multiple sql queries for each table and creating separate files and eventually separate tables in mysql.
    can anyone help me here?
    or maybe suggest another approach.
    thanks

    Hi,
    I think dblink is the only option available to get data from different databases. It will work for your case too.
    CREATE DATABASE LINK db_link CONNECT TO user_name IDENTIFIED BY  password USING 'instance_name'you must have the system privilege 'create database link' to create db links. This way you can get the required data and put it in a table in oracle. But i dont know how to put this data from oracle table to Mysql.
    HTH
    Muneer

  • The File Menu options is missing in PSE v9?

    I called support a year or more ago and they provided a fix.  This was after i first upgraded.  Now I have had to reinstall the OS on my PC and re-install PSE downloaded from site.
    No File menu!  Can you Help?

    Lots of information.  But it noe of it provided a solution to my problem.  In fact I had the problem of no File menu when I first bought PSE 9.
    As a new customer for that version, I was eligble for support via a live person. 
    They gave me a fix and voila!  There was the file menue with about a dozen menu options including seach, get photos from camera, import, export, create new catalog, and more.
    I did not forsee that my system would eventually crash and require a re-image.  And new install of PSE.  When I did so the file functionality was missing again but I did not save the instructions.  Been a little over a year.

  • Displaying text in different languages using smart forms

    hi,
      I am working on smartfroms.
      I have to display the text in different languages using smartforms.
      how to proceed ?
    thanks,
    Aruna.

    To Display in Different Languages:
    Smartforms:
    In the Smartform you create:
    In General Attributes, in Translate, select the radiobutton 'Into Selected Languages' and specify the lang for which you want the translation to be available.
    To translate:
    Go to SE63.
    In menu, Translation -> ABAP Objects -> Other Long Texts.
    In the Object Type Selection window that appears, expand FS ( Forms and Styles) and choose SSF (SAP SmartForms)
    Specify your form name in Object Name and select the source and target lang and click on Edit button.
    In the editor screen specify translated text in the lower half.
    After you are done, click on Save Active button.
    To view your form in the translated language, specify that language when you login.
    SAPscripts:
    Goto SE76.
    Specify the script name, source and target language. Click on Create/Change button.
    Specify all the translations. Click on release.
    It will prompt you to translate window contents.
    Double click on the window and translate the contents. When you are done, the Translation Status will become COMPLETED. Click on Release again.
    (You can edit and check too)
    Now when you preview by choosing the desired language, the translated script is displayed.
    Hope this helps
    Edited by: Jayanthi K on Jan 15, 2009 9:34 AM
    Edited by: Jayanthi K on Jan 15, 2009 9:35 AM

  • How to get subtitles in different idioms

    Hi there,
    Do you know how to (or if we can) get subtitles in different languages when it is an english movie?
    Not sure it is possible..... Thanks. Jr

    http://www.apple.com/itunes/inside-itunes/2012/06/how-to-change-the-language-set tings-for-movies.html
    Should help.

  • Different languages in Standard Analysis

    Hello!
    I have the following problem:
    I need to create an information structure which has to be displayed in different languages in the standard analysis (tc MCSI) depending on the logon language. This means that when I logon in spanish I can see characteristics and key figures in spanish and when I logon in portuguese the latter would be displayed in portuguese.
    So I guess that I will have to define the key figures etc. in both languages but I can not find any option for this. Can anyone tell me how to proceed, please?
    Thanks a lot,
    Dominik
    DTI Consultores, Chile

    Not sure if it's still an issue, but, in any case, you don't have to do anything special for this. SAP will locate the translation automatically by using the Data Dictionary. Just make sure that the fields you're using are pointing to some text that can be translated and that translation exists.

  • To_char year conversion in different languages

    I'm trying to make a to_char conversion that displays the date as words, but I need it to be displayed in different languages, for example:
    SELECT TO_CHAR(SYSDATE, 'DAY MON DD YEAR','NLS_DATE_LANGUAGE=French')
    FROM DUAL;
    but this returns MERCREDI JUIN 18 TWO THOUSAND EIGHT, the problem here is that the year is not being translated, is there something I'm missing or do I need to make a function to achieve this?

    It is documented: TO_CHAR (datetime):
    The 'nlsparam' argument specifies the language in which month and day names and abbreviations are returned.
    «

  • Blank page is getting displayed in SAPScript when using NEW-PAGE option.

    Hello Experts,
    We have created a customized SAPScript and in this separate Script is generated based on the currency(WAERS).
    So if we have 3 different currencies, then 3 pages will be created with there details, but we are using NEW-PAGE option in
    MAIN window to separate the pages and after 3rd page it is displaying 4th page also with footer details.
    So how can we avoid last blank page which is getting displayed?

    Hi isha.walia ,
       This issue can be solved by two ways. Please take the one which suits you better.
    Solution 1: If  you need to generate separate prints for different currencies.
    In the driver program, build an internal table for different currencies which needed to be printed. (Using delete adjacent duplicates, build the internal table with exact number of currencies to be printed). Remove the NEW-PAGE option and call the script/form inside the loop. Do the necessary conditions to manipulate the print.
    Advantages of above solution: Better control on spools if needed.
    Solution 2:  Get the count of the number of pages in a variable. Inside the print loop, increment a flag counter. Check it against the variable which contains the number of pages to be printed at the end of each page. Exit the loop when the number of pages to be printed is reached.
    Advantage of above solution: Simple to write the program.
    Thanks and Regards
    Raghesh R S

  • I am trying to hide the Options menu in UserChrome.css but it is not working. Here is what I have tried menuitem[label="Options..."] {display:none !important;}

    In the userChrome.css I have tried the following entry: #updateSeparator, #checkForUpdates {display: none !important;}
    menuitem[label="Options..."] {display:none !important;}
    menuitem[label="Add-ons"] {display:none !important;}
    menuitem[label="Get Bookmark Add-ons"] {display:none !important;}
    The other lines work, but the line to hide the Options menu does not. This in on Windows 32-bit XP sp3.

    It is an ellipsis (…) and not three dots.
    If there is an ID for a menu entry like in this case #menu_preferences then it is better to use that ID.
    <pre><nowiki>#menu_preferences, #menu_openAddons, {display:none!important;}</nowiki></pre>
    "Get Bookmark Add-ons" is a normal bookmark that you can remove via the right-click context menu or move elsewhere.

Maybe you are looking for

  • Is there a way to fix the exchange rate of PO item condition type ?

    Hello all, We have an agreed selling price in RMB from the supplier and the export rate(RMB to USD) is given by them according to delivery date. But we pay in USD.   Thus PO header is USD and using M rate but  PO price condition type in PO item  is R

  • Dynamic columns in query

    Hi, This is regarding creation of dynamic columns in an input ready query. We were able to create dynamic data columns in the layouts of BPS. For example if I choose fiscal year then the layout can show one columns for each of the fiscal periods 'dyn

  • Flash vs Web Dynpro - difference

    Hi there Has anyone had a problem with toolbar buttons when compiling a VC model as Web Dynpro? I have a form that has a toolbar with 'back' and 'next' buttons. These buttons show up and work fine when deployed as Flash, but don't even display when d

  • Reports 6 margin problem

    We have reports on reports builder 6 and when we r prininting it there 's a lareg margins in these reports and it's about 3.9 " and it's random to be in the reports is there any to change this margins or make it constant values

  • Share a Single user profile between machines? more one user sign in?

    Is they any reason why this would be bad beside all setting and my docment profile etc be the same folder or would it be ie supported better to create profile for every machine login?   they will only be run one program Andy A