Script convert to local language

Hi All,
I am trying to convert the FORM to local language.
My form is in 'EN' original lang. While i was trying to convert to Japaneese language SE71>Utilities-> convet original language--->EN to JA.
I am getting error message that 'Form does not exists in language JA'.
Please suggest me to move further.
Thanks in advance.
Deepak.
Message was edited by:
        KDeepak

HI
check with the following options. Hope one of them helps...
Go to Transaction SE76 and mention the form name you to convert Sorce language will be DE by default so mention the language you want to change.For tht go to target lang option and change in the language you require and say change or create and activate
or..
Goto SE72, Create a new script with the Target Language ( say JA ).
Click STYLE -> Copy From ... Provide the name of the script and language ( Say EN) from which you want to copy.
Activate it.
or
Hi,
also use SCC1 transaction to transport scripts
from client to another client
RSTXTRAN to assign standard text to request
regards,
dinesh

Similar Messages

  • Problem in converting the unicode to local language

    Hi all,
    i am trying to convert unicode char to my local language and print it on label but i am not getting the proper output.
    the code is given below
    package test;
    import java.util.*;
    import java.awt.*;
    public class KanProp extends Frame{
    Locale lcl;
    ResourceBundle resbdl;
    Label lbl;
    public KanProp(){
              setLayout(null);
              setSize(400,400);
              lcl =new Locale("kn","IN");
              resbdl=ResourceBundle.getBundle("LocalStrings_kn",lcl);
              String str=resbdl.getString("Name");
              lbl=new Label();
              lbl.setFont(new Font("JanaKannada",Font.BOLD,24));
              lbl.setBounds(0,100,100,20);
              lbl.setText(str);
              add(lbl);
              setVisible(true);
       static public void main(String[] args) {
          new KanProp();
       } // main
    } // classand i am reading a key (ie Name) from the .properties file
    can any one please give me the solution?

    1. Square box means font does not have a glyph to render your char, or
    2. Label is not a lightweight component and may strongly depend on OS - it may result in problems with changing font or using non-OS native characters. Try move to Swing and use JLabel.
    3. Try to hardcode unicode text in your source - use editor which supports UTF-8 format and add -encoding UTF-8 in javac command line. This will show if there is any problem with reading resource.

  • PDF is converting the Thai Language characters into Junk Characters

    Hi,
    While converting the SAP Script form to PDF, it is converting the Thai Language characters into Junk Characters. But it is showing correctly if we issue it to a printer. Also it is showing correctly in print preview.
    Urgent Help is needed.
    Thanks,
    srini.

    Cross post:
    Re: PDF is converting the Thai Language characters into Junk Characters

  • Generate Prompt from Number in local language

    Hi,
    I was able to convert a number into prompt using "Create Generated Prompt number" method in English language, now i want to convert the same number in our local language "Urdu",i have tried to use the "Override Language" feature in above method but still it plays the number in same manner(english number & accent), how can i change it so that it plays amount in local languge.
    i have created a language first in Prompt Management, name of language is "ur_PK".
    Thanks

    I don't think so, ur_pk is a supported language. Try any other supported language.
    Sent from Cisco Technical Support iPhone App

  • SSO login page in local language

    I am developing J2EE web application and will secure it using JAAS and SSO on Oracle IAS 10g. I would like to customize SSO so login JSP page labels and error messages are displayed in local language. In order to avoid hard coding of labels and error message handling in login.jsp I would like to use message resource bundles.
    Has anyone any experience in using message resource bundles for such purpose? Where are located the message bundles that control login, change password and sign-off SSO messages?
    Thanks,
    zdravko.

    If you want to change the port go and change the port value in :
    <ORACLE_HOME>/apache/apache/conf/httpd.conf
    stop/start apache so:
    <ORACLE_HOME>/dcmctl/bin shell
    stop -ct ohs -v -d
    start -ct ohs -v -d
    Joel Pérez
    http://otn.oracle.com/experts

  • How to get the date in local language

    Hi,
    I want display "Date" in Local language. Written code as below to display date in my RTF Template:
    <?format-date:xdoxslt:sysdate_as_xsdformat();'dd'?><?' '?><?xdoxslt:month_name(substring(xdoxslt:sysdate(),3,2), 0, $_XDOLOCALE)?><?' '?><?format-date:xdoxslt:sysdate_as_xsdformat();'yyyy'?>
    Output showing in my RTF template as "26 May 2011". which is correct for englilsh.
    want to display same format in Local languge for example in Germany :
    26 mai 2011
    To get the local language format tried 1) by Putting "DEU" instead of "$_XDOLOCALE" 2. Tried by declaring a variable with value as "DEU"
    But it two cases it showing in english format not in Germany Language. Please give me idea how to get date in local language.
    Thanks
    -Chakri..

    Dont think you have anyway to tell the target language for a single text retrieval. You can obviously set the locale of the user but that will change language of other texts also. If you always want to show some predefined text in English then better you dont keep the those texts at all in the translated files. Or you keep the English text in all the files - so that everytime English only gets displayed. But if your case is a selective one - i.e. you want to show English text to only German users but spanish to Spanish and French to French then I dont have any answer how to achieve the same.
    Regards,
    Shubhadip

  • How i can find user locale/language from his/her request header ?

    Hi
    thank you for reading my post
    what is request header field that shows user agent language/locale ?
    is there any http header value that shows user locale/language ?
    if yes , how i can extract it ?
    thanks

    Certainly there is.
    http://www.w3.org/Protocols/HTTP/HTRQ_Headers.html#z12
    The header is "accept-language"
    You can get it via
    request.getHeader("accept-language");
    You can use request.getHeaderNames() to give you an enumeration of all the headers sent by the browser, so you can see them and the values.
    Here is an extract from a test page I use every once in a while that prints out useful information. This bit prints out request headers (using JSTL)
    You can just drop it into a jsp page (don't forget to import the JSTL tag library) and it will show you all the request headers.
    <h3>Headers </h3>
    <table>
    <c:forEach var="h" items="${header}">
      <tr><td><c:out value="${h.key}"/></td><td><c:out value="${h.value}"/></td></tr>
    </c:forEach>
    </table>Cheers,
    evnafets

  • Changing window size of script  in Non original language

    Hi Gurus,
    Is there any option to change the window sizes of a script in NON ORIGINAL language. Generally it wont allow to change window sizes in NON ORIGINAL language.Is there any workaround.Please help.
    Thanks & Regards,
    Sam.

    It is not possible to change the window size in non-original language.. only changes of windows paragraph formats are possible in original languages...
    If your form is global templet.. make sure you inform the user and on there approval do customise your form and do the respective changes..
    Close the thread once your question is answered.
    Regards,
    SaiRam

  • SAP Script Output in Arabic Language

    Hi,
    I am running Transaction FBCJ, I am getting the output in a SAP Script in English Language. I want the same output in Arabic Language.
    Please suggest me what do I need to do, in order to get the form output in Arabic Language?
    Thanks and Regards,
    Ishaq.

    Hi
    Have you created the Script form in ARABIC language or English Language
    While creating the form in SE71 you can create in your own language and see the outputs
    or use the SE63 for texts transformation into other languages.
    If the Arabic Language is activated in the system it should come.
    Reward points if useful
    Regards
    Anji

  • Function module - convert to local currency

    Dear all,
    I need to use a function module to convert to local currency a document that has been posted in foreign currency, which function module can I use? I tried convert_to_local_currency but I dont get any output...
    Else I need a function module to reverse a GL document, which function module should I use?
    Thanks and best regards!

    Hi,
    Please use the following linke and see if this helps.
    Re: FI Reverse Document BAPI
    Regards
    K.R

  • FM for convert to local currency other than CONVERT_TO_LOCAL_CURRENCY

    Does anyone know any other FM which converts into local currency???
    But it should be other than CONVERT_TO_LOCAL_CURRENCY..

    Hi Ajay,
    Just you can check it out in SE37.
    CONVERT_TO_LOCAL_CURRENCY_N
    CONVERT_TO_LOCAL_CURRENCY_O.
    CONVERT_TO_FOREIGN_CURRENCY
    Chk this Link
    convert to local  currency
    Reward Points if Useful
    Regards
    Gokul

  • In sapscript Address shoud display in local language

    In the customer statement, the customer address details need to be displayed in local language of customer. How can we achieve this? Does the master data for the customer in KNA1 table need to be maintained in local language? Or else even though the data is maintained in English, the details will be printed in local language if the user logged in to SAP in local language?
    Srinivas

    i  <b>adrc</b>  table  there  is  field  called  <b>langu</b>.
    u  just paas  <b>adrnr</b>  number  to  adrc  table and  on the  bases  of   field <b>langu</b> u  can fetch  address  in any language.
    select* from adrc where ADDRNUMBER = kna1-ADRNR ..
                        and<b> langu = 'en.</b>

  • ABAP SET LOCAL LANGUAGE doesn't work

    Hello Community,
    actually i try to work in a ABAP report with the SET LOCAL LANGUAGE
    statement to change the text environment on the fly to an other
    language. In the debugger i can see that the SY-LANGU is changed to the
    correct country but the messages are in the wrong language...
    i also set the profile parameter  install/collate/active = 1
    I created a small testprogramm:
    REPORT  Z_STEFAN_TEST_002 MESSAGE-ID sabapdocu.
    SET COUNTRY 'US'.
    SET LANGUAGE 'EN'.
    SET LOCALE LANGUAGE 'E'.
    MESSAGE i014.
    When i logon with language DE and start the programm, the messages are
    also in DE and not in EN.
    So can you help me to find a solution?
    best regards,
    Stefan

    Hi Stefan,
    with set locale/language you can set only language environment for text-elements, headers etc...
    I don't know about similar simple solution for messages, but you can load message directly from database table ...
    DATA: l_text TYPE natxt.
    SELECT SINGLE text FROM t100
      INTO l_text
      WHERE sprsl = 'E' AND
      arbgb       = 'SABAPDOCU' AND
      msgnr       = '014'.
    MESSAGE l_text TYPE 'I'.
    Regards
    Matus

  • How to create delivery note in local languages

    Hi Experts,
    My client requirement is, delivery note in local language, is it possible in standard SAP,
    or i will go for development please let me know.
    Regards,
    Amar

    hi,
    You can get output in required language.Go to T code VV22 to create condition record for delivery note.select your condition type which you created for delivery note,press enter give the required details and select the language which you want to issue the output and click on communication method give the printer details and save the document.Go to change mode of the delivery order and execute the delivery note output.
    Thanks
    siva.k

  • Cant Set System Locale (language for non-Unicode programs)

    Im trying to deploy custom image wherein Input language and location should be English Australia , BUT system locale (language for non-Unicode programs) should be English-us. The requirement is as below
    Standards and Formats: English (Australia)
    Location: Australia
    Default input language: English (Australia) – US
    Installed input languages: English (Australia) – US
    Time zone: Cen. Australia Standard Time
    System Locale
    Language for non-Unicode programs: Default - English (United States)
    Below is my CS.ini
    SkipLocaleSelection=YES
    UserLocale=en-AU
    SystemLocale=en-US
    UIlanguage=en-AU
    KeyboardLocale=0c09:00000409
    SkipTimeZone=YES
    TimeZoneName=Cen. Australia Standard Time
    when image is deployed the language for non-Unicode is also getting set to en-AU while it should be en-US, other language setting are as per the requirement. what should I do :(
    thanks a lot
    Sanju.
     

    that is a little-known known issue
    Check this post:
    http://myitforum.com/cs2/blogs/smslist/archive/2009/01/12/mssms-userlocale-in-mdt-sccm-also-changes-system-locale-9a532hdf.aspx
    He details how to modify the ZTIConifgure.xml file.

Maybe you are looking for