URGENT! Convert text symbols to a different language

Hi all,
I need to know if there is a way to call text symbols in a different language? I need to call the following text in german depending on certain prior conditions but when i log in to the SAP system it is in english.
Any help would be much appreciated. Thanks
WRITE: /2(15) TEXT-052,
            20 SY-VLINE,
            21(35) TEXT-053,
            102 SY-VLINE,
            103 TEXT-055.
Thanks

Hi Seema,
You always want this text to be displayed in German when you login in English language?
You can make the translation in German.
Goto -> Translations will list all the texts used in your program.
Corresponding to text-052, give your translated text in German.
Every time, you run the program, this text in German will be displayed.
Regards,
Susmitha

Similar Messages

  • Texts in method in different languages

    Hi,
    I have a report which generates a string in different languages depending on the selection input.
    I have translated the texts in method (for example text-t01) from original language EN to Chineese ZH.
    When the user is logged into the system using EN language, I use SET LOCALE LANGUAGE ZH, then
    I read the texts which are in Chineese which is correct, then I switch back to SET LOCALE LANGUAGE EN.
    But the texts afterwards are still retrieved in Chineese language.
    Thank you for the help!
    Best Regards

    Hi,
    Once we translate the texts from source language EN to target language <anything>, then when we login to the client with that target language , the text will be seen in the target language only...if we login with EN it will show in English langugae...
    either SE63 or from the menu->translation in se38(for programs).
    Regards,
    Nagaraj

  • Maintain text in report in different languages

    Hi Gurus!
    I have a report in different languages. Now when user logins in different languages, I want him only see English in GUI in that specific report. How do I do that? I don't want to re-translate again all the text in text elements and selection text.
    Thanks!

    HI
    Remove all the text-element and place the values in terms of constant.
    Regards,
    Naresh

  • Changing the text symbols in the logon language

    Hi...
    I want a text symbol to have description in malay. I logged in to the R/3 system in malay language and went into the text symbols space of the respective program which is in SAPLHRHAP_C_IF_DOCUMENT in my case. I need to change the text symbol BEX (Exit) to BEX (keluar) in this malay log on.When I try to rename it, It says that "the text symbol is in original text and cannot be renamed"
    can you guys tell me how to do it?
    Regards,
    Aruna Nivetha.R

    if you want all your buttons everywhere to have white text, i'd subclass button and make the necessary change in that by calling setForeground();
    otherwise, call setForeground() on all your buttons...

  • Text Line separation involving different languages

    I am trying to make the transition from Pagemaker to CS2. I frequently have to make cards with strict external dimensions involving short lines of text in mixtures of English and Thai. Part of the reason why it is necessary to vary the distance between the lines is because the Thai Language uses tonal and punctuation marks above and below many of the consonents.
    How can I best adjust the distance betwen lines of text in CS2?
    thank you for your help

    You'll make things easier for yourself if you pick up a book about InDesign. The best for beginners is Sandee Cohen's Visual QuickStart Guides. They are available through Amazon for many versions of InDesign, including CS2:
    InDesign CS2 for Macintosh and Windows

  • Text being dispalyed in different language

    HP Envy 15
    Product number:K2N89PA#ACJ
    OS: Windows 8.1
    Everything else is displayed in english but at some places text and numbers displayed in Hindi language. What should i do to correct this issue? The screen grabs are attached below.
    This question was solved.
    View Solution.

    Hi there
    See if this tutorial helps :
    http://www.eightforums.com/tutorials/5853-display-language-change-windows-8-a.html
    Regards
    Visruth
    ++Please click KUDOS / White thumb to say thanks
    ++Please click ACCEPT AS SOLUTION to help others, find this solution faster
    **I'm a Volunteer, I do not work for HP**

  • Urgent :- Wrong print out in a different language.

    Hi,
    In my invoice for a particular output type, the default language is english, but the invoice print comes in german. if I change the  default language to Danish in Header output in invoice, the print out comes in english. there is an anomaly.
    how to correct this...??
    regards
    sachin

    Hi Sachin,
            It may be Bug related issue in your Script or Smart Form so please approach with ABAPer he will Debug the programe and fix the issue.
    Regards,
    Murali.

  • Smart forms in different languages

    Hi all,
    i have an issue
    I hav to convert my smart form in 8 different languages.
    i know se63 but i dont want to use it as i have to maintain texts manually in different languages in se63.
    is there any FM or code with which i can convert my smart form in different languages.
    my smart form is originally made in EN language n i hav to convert it to german , italian , french , spanish etc.
    please tell me any SAP note no that would be really helpful.

    Hello,
    if you do to want to use se63, you have 2 way:
    1. use modul text ( see Transaction smartforms, 3°option on the screen)
    2. Use a standard text (so10 transaction)
    I mean that on smartforms you have to use only this 2 kind of text and, of corse, translate it.
    regards

  • Different database in different languages....

    Hi Experts,
         I am facing an unusual problem.In my project,there are two languages English & French.I am doing the coding by logging in English.But the database maintained for the same query in French is different.Now the testing is being done in French.How can i take care of this?Good answers will be suitably rewarded....

    Hi Shaheen,
       Normaly databse values are mentained in same table, and if there is requirement of maintaining texts or values in different languages then there is always a laguage key in database table.
    in your case as you have specified that there are two different tables , then u need to eitherfind a function moduel which automatically checks for language and do the required data fetch from tables.
    or if you dont  find any such function module then you have to code different select statements for each language.
    you can check the laguage using system field sy-langu to get the language then call appropriate select statement.
    hope ths helps
    award forum points to helpful answers

  • INVOICE PRINTING IN DIFFERENT LANGUAGE

    Hello friends,
    We have offices in different countries so every countries generate there invoices in their language.
    Now how to print the invoices depending upon the logon language?
    should i create invoices in smart forms or sapscript which one is better?
    How to maintain the title and all the text of invoice in different languages?
    Thnks,
    Sunny

    Hi Sunny,
    It is pretty simple.
    Create a smartform(it is easy to design & fast to develop) in English Language.
    Then goto transaction SE63 & maintain translations in the required language for your smartform texts.
    Now, when you logon to the target language & print the invoice, it will print in logon language as per the translations you have maintained.
    Best regards,
    Prashant

  • Text symbols

    Hi,
    Does someone know if it's possible in a function module to use text symbols declared in another program (report) ?
    Are Text symbols a part of a report / MF or different objects that can be used outside ?
    Thanks

    If you really need to access a text symbol of a different program or class, you can use the ABAP statement [READ TEXTPOOL|http://help.sap.com/abapdocu_70/en/ABAPREAD_TEXTPOOL.htm].
    To access the text symbols associated to a class, you need to use its include name, e.g.
    READ TEXTPOOL 'CL_OSME_GENERATOR=============CP' ...
    to access the text symbols of the class CL_OSME_GENERATOR. You can use the class CL_OO_INCLUDE_NAMING to determine the include name of a class.
    Of course, the online text repository is the better way to provide a central storage point for texts you want to use in many different programs.

  • Converting smart forms as a pdf in different languages

    Hi Experts,
    I have been created a smart form and later on i converted it to in pdf also, but how can i convert a smart form output into different languages (English(defualt), German, Italian, French, Spanish,). Can anyone tell me about the idea behind this or a simple demo program???????????
    do i need to maintain each text on the smart form into these languages already through SE63 or somewhere any idea that can help me without translating the whole text into those languages, could be able to do pdf conversion.
    Thanks and Regards,
    Shakun

    The OTF data needs to already be in the target language - the conversion process is a process of changing the document format only, not a translation tool.

  • How to send email notification in different languages in Workflow ?? Urgent Help Needed

    Gurus,
    How to send email notification in different languages in Workflow? Can anyone send me some useful guidelines or link where it is mentioned.

    There is no profile option available to specify whether send or not send email notification.
    But after login, in preferences youcan set the notification preference value by which you can configure whether to send or not
    to send email notifications.
    If you select ''Do not send me mail' or 'Disabled' it will not send.
    For other values it sends the notfication in different formats like text, html, attachments etc...
    Edited by: sarojak on Jun 27, 2011 7:18 AM

  • When converting a pdf file to word it appears in a different language

    I was able to convert my pdf files to word but when I open the word document the document is in a different language. How do I get my word documents in english?

    Hi,
    What product are you using? Are you using Adobe CreatePDF service that you can access at https://createpdf.acrobat.com? Can you please send me your PDF file at [email protected]? I'll give it a try. And you may also post your question on CreatePDF discussion forum at http://forums.adobe.com/community/createpdf?view=discussions.
    Thanks,
    Wenlan

  • Upload positions-text in different languages?

    Hi folks,
    we have to enter positions in different languages. To enter new positions we use a flexible upload - method. We have got one upload-file for EN and another one for DE.
    The problem:
    if we upload the EN-file, the text of the positions in DE gets blank,
    if we upload the DE-file then, the text of the positions in EN is blank.
    So one of the fields (either DE or EN) is empty and would have to be entered manually.
    What can we do to upload both DE and EN - text for the positions?
    Is this possible at all?
    Thanks for your help,
    Thomas

    Hello folks,
    it´s possible to upload different languages!
    It´s easy if you know how to do it:
    create an upload-method with (at least)
    Positionplan and language in the header
    Position-nr and text (short, medium, long if you want) in the body
    --> NO further information (hierarchy, type or whatsoever)!
    Create a file with information above
    Import the file
    --> if positions are available the new language will be filled in
    --> if you accidently address a new position you will get an upload error (as no hierarchy-info is available).
    Hope this will help others as well,
    Thomas Kejik :-)
    PS: special thanks to Tanja Ritter who provided this trick.

Maybe you are looking for

  • How can I disable QuickLook

    This is technically not a new question. I asked it nearly a year ago and got no satisfactory response. I find that when I waken my iMac from sleep by pressing the space bar it highlights an apparently random icon on the desktop. Then, if I hit the sp

  • Problem with Retrieving Parent records

    Hi I am facing some problem with Relation ship tables I am able to retrieve all child relation record by using Parent record id, but the other why around is not working that is I am unable to retrieve  all parent records by using a child record. Plea

  • ALE Distribution for custom HR infotypes.

    Hi All, We have a scenario where we have to distibute custom infotypes. Here is the process i am following. Create Infotype 9004. Created segment type Z1P9004 with all the fields in infotype 9004. Attached Z1P9004 to custom infotype 9004 in table T77

  • Where firefox backup my bookmarks?

    hi, while I was playing with my linux, I removed some essential libraries and firefox cannot restart anymore. I cannot reinstall the missing libraries, then I will reinstall my distro again. But I want backup my bookmarks, but all info that I found a

  • How to clean an MBP with Retina Display

    I have a Sept 2012 MBP with Retina Display that I want to sell. How should I clean it to ensure the buyer does not have any access to my personal data?