Copy English Translation into German - Programatically

All,
This is my requirement.
We have over 780 custom reports in SAP ECC 6 box. All reports are generated for language English. ( Selection Text and Text elements are only in English ). Now we wanted to use same reports for German. But If we login into German and run reports, all selection text and text elements showing blank.
So our requirement is to create utility by giving the report name as input it should take all Enligsh text into German as same.
For Example : for selection option S_MATNR having "Material" in English, and it should copied into German as "Material"
Please give inputs is there any function module or class we can use ?

Hi,
If your request is restricted to ABAP textpool only,  you could try to create a simple report which uses the "READ TEXTPOOL" in the source language and then performs an "INSERT TEXTPOOL" into the target language...
Let us know if it works
Regards,
Andrea

Similar Messages

  • How to change the present English Version into German Version??

    I want to get changed the language from now English back to German.

    Indeed you get by extra downloading a Firefox-version in German (see above). But installing this you lose a lot, e.g. the bookmarks. The problem is, that the language changes from German zu English due to the automatic Firefox update. Before updating Firefox does not inform the users nor does Firefox ask the users whether they want the update. Users do not have any protection against this arbitraryness. The only solution is to use another browser.

  • US ATV2 in Switzerland only showing movies translated into German

    Just received an Apple TV2 as a gift from a friend in the US. No problems with set-up. However, movies are only available in German/French/Italian. iTunes account shows Country/Region as USA, language on iTunes and Apple TV2 is English.
    TimeCapsule Wi-Fi, HDMI-2 connection to ATV2 to TV
    tom

    Easy fix... I had to go into the Apple Store in Settings in ATV2 and select the United States as my location and now all movies are in English. I also now have access to US TV shows.

  • Data display from English language to German language

    We have got a requirement to replicate existing data from English language into German language. Please let me know what are options available to replicate the data into another language.
    Thank you.

    Hello,
    You can do the translation of the data using CLR Integration and Bing Translator APIs. Please read the following post.
    http://blogs.msdn.com/b/samlester/archive/2013/05/04/language-translation-in-sql-server-using-bing-translator-apis-amp-sql-clr.aspx
    For replicating this data from a database-to-database scenario or server-to-server scenario, please refer to the following
    resources:
    https://msdn.microsoft.com/en-us/library/bb677162.aspx
    https://msdn.microsoft.com/en-us/library/ms151198(v=sql.120).aspx
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Cannot change SAPSCRIPT into German Language

    Hi Gurus,
    I tried to edit the Sapscript in SE71 to German language but there is an error message below the screen. Also, I have tried to translate it in transaction SE76, but the problem here is all the windows in the original language will be translated into German language. Does anyone know how to translate a certain window only in sapscript? Aside from SE76, do we have any alternatives on how to change the Sapscript in German language? Your help is much highly appreciated.
    thanks!

    check the following thread just i solve it.
    Re: SAP Script language problem

  • Translation of German to English.

    Hi,
    I have a small issue :
    We have written a small program that captures all the code comments contained in a program. The challenge was to conver all the German codes to English after capturing all the code comments. Now that we have captured all the code comments , It is not possible to differentiate between the English and German comments, Because this program of ours has captured all the comments both English and German. While I need to see only the German comments.
    Please advice..
    Regards
    Smitha

    Dear smitha12,
    the extract program may be run for the programs of different source languages, but even that will not help you much.
    If the programmer works in a German-speaking environment, he will probably use german as logon language creating German source language programs by default. But if responsible or forced by company rules, he will write all comments in English.
    If you put the comments altogether into google translate German->English, only the german parts will be translated. Then you can pass them on as "OK, all english"
    Regards,
    Clemens

  • How can I change the desktop language from english into german??

    how can I change the desktop language from english into german??

    See:
    *http://www.mozilla.com/en-US/firefox/all-beta.html

  • How to get syntax errors in english rather than german

    How to see the errors in english instead of german on the same page...any navigations for that....
    thanks

    Hi Balaji,
    After you copy a Std SAP Program into ZPROGRAM,
    In ABAP Editor see Goto -> Attributes.
    System will throw a pop-up window, In which press change original language.
    then you can be able to change to English.
    Regards
    Venkat.
    Award Points, if helpful.
    Message was edited by:
            venkat Kumbham

  • I need this javascript translated into java basically. any help?

    basically i need to write a program in java that translates english sentence into pirate talk..yeah yeah i know its not original but here is what i need done but its in javascript and i need it written in java:
      <script LANGUAGE="JavaScript">
        PHRASES = [["hello", "ahoy"], ["hi", "yo-ho-ho"], ["pardon me", "avast"],
                   ["excuse me", "arrr"], ["yes", "aye"],
                   ["my", "me"], ["friend", "me bucko"], ["sir", "matey"],
                   ["madam", "proud beauty"], ["miss", "comely wench"],
                   ["stranger", "scurvy dog"], ["officer", "foul blaggart"],
                   ["where", "whar"], ["is", "be"], ["are", "be"], ["am", "be"],
                   ["the", "th'"], ["you", "ye"], ["your", "yer"],
                   ["tell", "be tellin'"], ["know", "be knowin'"],
                   ["how far", "how many leagues"], ["old", "barnacle-covered"],
                   ["attractive", "comely"], ["happy", "grog-filled"], ["quickly", "smartly"],
                   ["nearby", "broadside"], ["restroom", "head"], ["restaurant", "galley"],
                   ["hotel", "fleabag inn"], ["pub", "Skull & Scuppers"], ["mall", "market"],
                   ["bank", "buried treasure"], ["die", "visit Davey Jones' Locker"],
                   ["died", "visited Davey Jones' Locker"], ["kill", "keel-haul"],
                   ["killed", "keel-hauled"], ["sleep", "take a caulk"],
                   ["stupid", "addled"], ["after", "aft"], ["stop", "belay"],
                   ["nonsense", "bilge"], ["officer", "bosun"], ["ocean", "briny deep"],
                   ["song", "shanty"], ["money", "doubloons"], ["food", "grub"],
                   ["nose", "prow"], ["leave", "weigh anchor"], ["cheat", "hornswaggle"],
                   ["forward", "fore"], ["child", "sprog"], ["children", "sprogs"],
                   ["sailor", "swab"], ["lean", "careen"], ["find", "come across"],
                   ["mother", "dear ol' mum, bless her black soul"],
                   ["drink", "barrel o' rum"], ["of", "o'"]
        function Capitalize(str)
        // Returns: a copy of str with the first letter capitalized
            return str.charAt(0).toUpperCase() + str.substring(1);
        function Translate(text)
        // Returns: a copy of text with English phrases replaced by piratey equivalemts
            for (var i = 0; i < PHRASES.length; i++) {
                var toReplace = new RegExp("\\b"+PHRASES[0]+"\\b", "i");
    var index = text.search(toReplace);
    while (index != -1) {
    if (text.charAt(index) >= "A" && text.charAt(index) <= "Z") {
    text = text.replace(toReplace, Capitalize(PHRASES[i][1]));
    else {
    text = text.replace(toReplace, PHRASES[i][1]);
    index = text.search(toReplace);
    return text;
    </script>
    does anyone have any input on how i should go about this? im decent in java but nothing special. thanks

    how do you get the word from the map?
    basically if i understand overall goal: im going to
    loop through the text given to me and check to see if
    any of the words match my hashmap...if it does then i
    replace the word with my word in hashmap and output
    the new result. correct
    >
    if thats correct, well then atleast i understand it.
    i think i could come up with loop to search but i
    have no idea how to compare each word with my map and
    then replace if necessary
    String replacementWord = map.get(word);
    if (replacementWord != null) {
       // Word was found and should be replaced with replacementWord
    }Kaj

  • Entry of non-English characters into the db

    Hi
    We are facing a problem in inserting non-English characters into the database.For example, we have a company name field which can accept German characters. This field has been defined as of varchar2 type of size 50 in the db. When we enter 49 English characters and then one German character, the database is throwing the error that the inserted value is too large for the column.Is it that the German character is taken as equivalent to two English characters ? Or is there any database level setting that can be done for this ? For the time being we have identified certain critical fields and have doubled the size of their fields in the db. But I guess there has to be another solution to this....
    Please help.
    null

    Indeed, your German character is using two bytes to store itself. Consult the Oracle JDBC Developer's Guide.
    null

  • Entry of non-English characters into database

    Hi
    We are facing a problem in inserting non-English characters into the database.For example, we have a company name field which can accept German characters. This field has been defined as of varchar2 type of size 50 in the db. When we enter 49 English characters and then one German character, the database is throwing the error that the inserted value is too large for the column.Is it that the German character is taken as equivalent to two English characters ? Or is there any database level setting that can be done for this ? For the time being we have identified certain critical fields and have doubled the size of their fields in the db. But I guess there has to be another solution to this....
    Please help.
    TIA
    Vinoj

    Indeed, your German character is using two bytes to store itself. Consult the Oracle JDBC Developer's Guide.
    null

  • CS4 English convert to German

    hallo each other,
    I am looking for a "default Patterns.pat" file from a German version of CS4.
    The file can be found in Photoshop CS4 installation directory under the folder "Required" to.
    According to my information might be used to override the English version to turn Photoshop into German.

    As John said, if it were that easy, everyone would do it. It can't be done. Just changing around a few files does not affect the core program. There's language specific code in other components, too. At worst you would only create a state where nothing matches up anymore and you get bombarded with warnings or PS doesn't start at all...
    Mylenium

  • Language translation into the portal

    Hai sir,
    actually i need to work on language translation into the enterprise portal . backend data [ sap ecc] is in arabic language i need to change it to English while displaying into the portal.
    Thanks in a advance.
    Ram

    Hello Ram,
    You should use Content AdministratorPortal Content Translation tab for translation the texts (names) for the PCD Objects (iViews, pages Worksets, Roles Folders) ect.
    In Portal Content Translation Fallow the Fallowing Steps which are very simple
    1)     Go to Translation work Coordination Portal Content and Right Click your Folder and select NewTranslation Worklist
    2)     This will create the translation Worklist to which you can add your PCD Objects for Translation
    3)     Go to Your Folder Containing your iViews, right Click and u2018Add Object To Translation Worklistu2019
    4)     After You have added all the objects you want to translate, click u2018Generate Translation Datau2019 Button at the top on the Translation Worklist screen
    5)     Click the u2018Release for Translationu2019 button in the screen that appears.
    6)     Click close in the screen that appears.
    7)     Go to u2018Worklist Translationu2019 link
    8)     Search for your Worklist you just created using the search box.
    9)     Select the Worklist from the result list
    10)     At the Bottom of the screen select the u2018Source and Target Languageu2019 from the dropdown.
    11)     Click the Load for Translation
    12)     Choose whichever texts you want to translate and enter the Translate Text  in the box for the target text
    13)     After u r done with all the translation, click close.
    14)     Save all and Close
    15)     You will go back to the previous Screen again. There select your translation Worklist and click Mark as Translated
    16)     Go back to the u2018Translation  Worklist Coordinationu2019  link and open your translation Worklist from your folder
    17)     Click u2018Publish Translationu2019  Button
    18)     Finally Check the portal content
    Polaka
    Edited by: polaka123 on Dec 3, 2010 6:04 PM

  • New style added to copied Smartform, Translation Style Issue

    Hi Everyone
    I copied an existing smartform to another one where in I had to change the style used in the smartform to another style.
    But I am not able to change the style used for translations maintained in se63.Any Suggestions??
    Please help!!

    Hi,
    When u copying the smarform from on form to another form at same tiem we have another optione is there style copy that style into another style.
    STEP1:GOTO-SMARTFORM-SELECT 2ND RADIOBUTTON----GIVE TO STYLE NAME-COPY THE STYLE INTO ZSTYLE.
    Then u can use that style.
    Regards,
    muralii.

  • My voice entered texts are being translated into Spanish...Help!

    Starting this morning, my voice entered text messages in iMessage are being translated into Spanish and I don't know how to stop it.
    Anyone?

    Solved...
    I selected a "stuck on Spanish" tag link after I posted and the answer was there.
    I must have selected the Globe icon next to the microphone and when I touch it once, it changes my keyboard to Spanish, if I touch it again, it changes into Chinese Trad.
    I held down the Globe icon and selected "English" and all is working again, but I don't like the proximity of the globe icon to the mic icon, as everytime I touch it by accident, my keyboard changes and my text gets translated into that language.....EEEEEK!
    I've been playing with lanuages and have added these foreign keyboards, I need to remove these keyboards now.

Maybe you are looking for

  • Replacing Null Values From existing values in table.

    Hi Using 9i R(2). Tbl_1 Col_A varchar2 Col_B varchar2 Col_C varchar3 (no PK/FK) I want to inset the missing values (null values) of columns B & C by taking values from filled values from same table on base of Col_A. Examples Col_A || Col_B || Col_C I

  • SQL Server 2000 -collation.

    Hi, If its important collation in SQL Server 2000, i have - SQL_Latin1_General_CP850_BIN(master, msdb, model etc.), but DB <SAP> haves SQL_Latin1_General_CP850_BIN2. I try to change collation on the server by instcoll.exe but i have error: C:\col\ins

  • Application monitor PO local errors "Buffer table not up to date"

    Hi Experts, Any idea about the cause of below error, no PO's effected, but in RZ20 i could see below message General details Column                 Contents Node name (MTE)        ESP\Business to Business Procurement(100)\...\Purchase Order\Local err

  • Package name

    hi experts, I am a fresher. I have got two import functions : import com.sap.aii.axis.transport.io.Recorder; import com.sap.aii.axis.transport.io.RecorderManager; Can anyone please tell me what are the exact package where i will find the class files

  • Login crashes at loading home directories

    I hope someone can point me in the right direction. About 2 weeks ago I replaced our network router with a brand new one. There were no directions for manual install, just a "wizard" to run for setup. BECAUSE I AM AN IDIOT I used the closest computer