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>

Similar Messages

  • 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...

  • 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

  • HT2242 Is it possible to keep the local country but have it display in my language?

    Is it possible to keep the local country but have it display in my language?
    For example I live in Sweden but am English so would like to have the local setting still for Sweden but all text displayed as English.

    Sorry but no, not if you're referring to the iTunes Store. The iTunes Store for Sweden displays only in Swedish; English is not an option.
    Regards.

  • 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

  • SapScript - Polish fonts without Polish logon language installed

    Hi,
    (the problem regards any languages with non-standard fonts e.g. cyrilic)
    How to insert Polish fonts in SAPscript being logged in English - there is no Polish logon language installed on the system.
    When editing Polish version of the form and entering Polish fonts (directly or by copy/paste) only "bushes" are displayed.
    Is it possible to edit SAPscript form in different language version than logon language - I mean to obtain fonts specific for the form language?

    Hi
    Yes it is!
    The language used by sapscript doesn't depend on logon language, but it is that you transfer to fm OPEN_FORM, but your sapscript have to be translated in that language. If there isn't a versione in the language the system run the version in original language.
    Max

  • Conf Phone 8831 do not display french locale...

    Hi,
    This phones do not display the French language.
    Can you help me?
    Here are the installed versions:
    CUCM version : 9.1.1.20000-5
    CUCM Locale : cm-locale-fr_FR-9.1.1.1000-1.cop
    Firmware : sip8831.9-3-3-5
    Thanks a lot,
    Best regards,
    Christian.

    Hi,
    Thanks for your answer.
    I answered yes to every question, but unfortunately the phones remain in English.
    Is there extra parameters different from other phones that I missed, or do those new conf phones have no extra language despite the documentation?....
    Thanks !
    Ch.

  • WDDOINIT - SET LOCAL LANGUAGE out of parameter

    Hello,
    What I want to do is set the local language with an URL param.
    I tried two way which ended in a dead end.
    1. Read the param in the default handler:
    - In the Default handler it is possible to read params out of the URL
    - But it seams that it is to late to set the language with SET LOCALE LANGUAGE at this time
    2. Set Param in mehod WDDOINIT
    - When I set the language hardcoded in this method all works fine (textalias from otr will be displayed in correct language)
    - Bu it seams that there is no possibility to read the param in this method
    Does anybody have an idea how can I solve this Problem?
    Thanks

    Hm, it depends when you instantiate the corresponding texts in your Webdynpro Component.
    The "default handler" is the "HANDLEDEFAULT" method of the Window?
    This is called very late in the instantiation of the Component. The default texts should be read at this time.
    It may be a solution to build a WebDynpro-Component as framework that instantiates the needed Component after the Inbound is handled.
    (You can do this by defining your WDC as usage in the framework WDC.)
    Then you change the language by the imported URL-parameter in the frameworks-Inbound handler method.
    Then instantiate the embedded WDC (the one containing your application logic).
    This should then use your newly set language settings.

  • 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

  • I recently changed my email on my apple account but the old email address is displayed when I go into iTunes or App Store not allowing me in.

    I recently changed my email on my apple account but the old email address is displayed when I go into iTunes or App Store not allowing me to sign into my account. At some points it's a vicious circle because it asks for a password at key times when trying to correct the problem. Note that the new email address shows when I log into my Apple account and shows it was verified. For some reason the system isn't updating to the new email in ALL places.
    I hope this is the right place to post this. Thanks!

    Apple doesn't monitor here. Best we can do is to push you to contact Apple directly.
    This is from the iOS Dev Center forum...
    http://devimages.apple.com/maintenance/
    We apologize for the significant inconvenience that our downtime has caused and encourage you to reach out to ourhttps://developer.apple.com/contact/ if you need any assistance.
    (Check under "Program Enrollment").
    Note that your program membership should have been automatically renewed if it lapsed during the downtime period.  If not, please be explicit about that in your support request.
    --- DrErnie

  • 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.

  • 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

  • How do I get web address to display in Safari. I did something to make it evaporate.

    How do I get web address to display in Safari? I did something to make it evaporate.

    View > Show Toolbar.

  • TDS certificate address wrong display ?

    Hi
    All Experts.
    I am printing TDS certificate for vendor but the address for comapny is displaying wrong on certificate however we have
    maintained a correct adrress in comapny code data.
    Can any one please let me know for TDS certificate from where this address do taken ?
    Help is required.
    Regards,
    Pankaj.

    hi,
    You can edit the address TDS certificate address wrong display
    SPRO --Fianancial Accounting or Fianancial Accounting New -- Fianancial Accounting  Global Settings -- Tax on sales and Purchases -- Basic Settings-- South Korea-- Business Places
    Enter your Comapny code then select your Business Places here you can edit address to selecting address option.
    If you are using any customized Program please check with your ABAPers either any Z table is maintained, you can also check through Progrm where address has maintained.
    Regards,
    Rama Moahn Bangaru
    Edited by: B.Rama Mohan on Jul 15, 2009 2:56 PM

  • How to display/create Local field in SAP query

    HI All,
    I'm new to abap query. I have to include a local field in the existing query. I know through SQ01->Edit->Local field we can display the Local fields, but the options under Local Fields menu option are disable even in change mode of Query.
    So, later through SDN found that, I have to Switch On the short names menu option. Even the sub-options in Short Names are disabled.
    Can any body please let me know how can we display the local fields to the change the formula and how can we create the new local fields in the existing qeury.
    Hope I'm able to explain my issue clearly.
    Thanks in advance.

    You can create the local fields in the "Select Field" screen. (Third screen after "Title, Format" and "Select Field Group") This option is disabled on the other screens.<br />
    <br />
    <i>Reference : <a class="jive-link-external" href="http://help.sap.com/saphelp_NW70EHP1/helpdata/en/d2/cb4186455611d189710000e8322d00/frameset.htm" target="_newWindow">Defining Local Fields</a> in <a class="jive-link-external" href="http://help.sap.com/saphelp_NW70EHP1/helpdata/en/d2/cb3efb455611d189710000e8322d00/frameset.htm" target="_newWindow">SAP Query</a>.</i><br />
    <br />
    Regards,<br />
    Raymond

Maybe you are looking for

  • How can I change the action associated with the Retake Quiz button on the Results page?

    The button takes you back to the first quiz slide, which would be good except my quiz is based on the scenario on the preceding screen.  I want the retake to go back to the Scenario slide.

  • Technical Systems and Business Systems

    Hello Everybody!!! I have some doubts, can you help me, please??? 1) Technical Systems are application(software) systems, ok? They aren't hardware systems, ok? 2) In my SLD I should have a SAP ECC system as a technical system and each of their client

  • Error while issuing subcon material (WM and HUM managed)

    Hi All, We have activated Warehouse Mgmt and Handling Unit Mgmt for one storage location. For Subcontracting process, while issuing material from this storage location to subcontractor through mvt. type 541, we are getting Error message VL 295 " Dlv.

  • Issue with HP 4225 officejet , Not accepting New Print Cartridge

    dear Sir, My HP officejet 4225 all in one is not accepting the New cartridge ( black 27b). From last few days i am experincing horrible things in printer which i m not able to understand, like from two three days it takes 15 minutes to print one page

  • Loading levels under elements in time line

    I have a master container file that holds elements like a navigation, border, logo and other items that need to be visible at all times. I put these elements on the stage in various layers. Upon clicking on buttons within the navigation, external .sw