Language specific data

Hi All,
  I am maintaining vendor name in Turkish language. But when I check entry in ARDC table it gets stored in some different characters. But on screen it is showing in Turkish lang. Now my requirement is in one program I want to capture the name entered in Turkish lang. But if I select data from table it is coming with special characters. Kindly help.
Regards,
Pranjali.

Hi,
in ADRC table u need to pass the language which langauge you want to get output...
if english..
ADRC-LANGU = 'EN'.
Reward Points if useful
Raghunath.S
9986076729

Similar Messages

  • Problem displaying language specific data

    Hi All,
           I have to display PA0002-VORNA & PA0002-NACHN in my smart form.  The issue is, this field is written in Vietnam and I am getting # where ever it encounter vietnam specific chanracter.   Can any one suggest me how to get data properly from this table based.
    Regards\
    Sudhaker

    Hi,
    in ADRC table u need to pass the language which langauge you want to get output...
    if english..
    ADRC-LANGU = 'EN'.
    Reward Points if useful
    Raghunath.S
    9986076729

  • Issue found in EHS in using specification data import using  process

    Dear EHS community
    Now using EHS classic for a long time a issue has been detected in EHS standard import. During maintenance of EHS data normally using CG02 the system is always using the default "Data origin" specified in customizing to be stored in EHS tables (e.g. ESTRH, ESTRI etc.). In standard process to import specification data one can define a different "Data origin". Now we are using an import file with default" data origin and executed the import. Now a strange effect has been detected (and not always) for update of identifiers. For the import purpose you must nominate at least one identifier. If the identifier is found then normally no update happens but only the value assignment data is inserted (or updated). If the identifier is not found it get be inserted on spec level in ESTRI. Now during the update the "Data origin" of the identifier present in the system (and which matched to identifier on file level) was changed but not the identifier as such. Any data record on value assignment level received the defautl data origin. Actually there is no explanation for this behaviour. If Default "Data origin" would be "SAP" (as the term) this value has been change to "Space". Any explanation of this effect is appreciated (or and idea regarding that).
    C.B.
    PS: analysis of change logs in EHS etc. executed so far clearly indictae that an "Update" happened on the identifier; but only the field SRSID is effected; EHS import is quite old and therefore very stable;
    PPS: I found a thread taking about the import file:
    spec import_inheritance data
    Example shown thre is like:
    +BS
    +BV   $ESTRH
    SRSID                          EH&S
    SUBID                          000000385000
    SUBCAT                         REAL_SUB
    AUTHGRP                        EHS_PS
    +EV
    +BV   $ESTRI
    SRSID                          EH&S
    IDTYPE                         NAM
    IDCAT                          EHS_OLD
    IDENT                          XY0002
    ORD                            0001
    +EV
    +BV   SAP_EHS_1013_001
    $ESTVA-SRSID                   EH&S
    SAP_EHS_1013_001_VALUE         N09.00101280
    +EV
    If you compare SAP helpt normally only at the"begining pof the file you will find "SRSID" Here this field is nominated often. On Level of ESTRH as well as ESTRI.
    PPS: e.g. refer to: TCG56 EHS: Data Origin - SAP Table - ABAP

    Dear Ralph
    first thanks for feedback. Regarding content provider: we need to check that on deeper level
    Regarding import may be my explanation was not good enough.
    Imagine this case:
    you have a specification in the system there you would like to add e.g. denisity data.. To do so you need at least one identifier which you must nominate during the import. As long as this identifier is "identical" in system and in the file this identifier should not be "changed/effected" etc. and only the additional data should be loaded, This was the process we used. Now we detected that this seems not to be the real effect. The identifier as part of the file is "updated" in EH&S. In the example above somebody used this logic:
    +BV   $ESTRI
    SRSID                          EH&S
    IDTYPE                         NAM
    IDCAT                          EHS_OLD
    IDENT                          XY0002
    ORD                            0001
    +EV
    Nearly the same is used in our process. Only difference ist, that we do not define the "SRSID". The same is true for any other data in the file. SRSID is nether specified.
    What is happing now:
    e.g. the "density" data is added with SRSID "EH&S". This effect is "normal". As by default SRSID should be EH&S (as this is defined as such in customizing) and because of the fact that at the top the ID is es well "EH&S". In the system we have the "XY0002" having SRSID EH&S. By using now this upload approach the only difference afterwards is tht kin th systeM; XY0002 does get "blank" as SRSID (and there is no data origin "blank" defined. Up to today my unertsanding was clearly: no update should happen in the identifier. This seems not to be the case. Is my understanding here different? Or is this SRSID in the load file is really mandatory in ESTRI level to avoid this effect. I hope that you can provide some feedback regarding this.
    C.B.
    PS: referring to: Example: Transfer File for Specifications - Basic Data and Tools (EHS-BD) - SAP Library
    The header of import file should look like:
    Comment
    +C
    Administrative section
    Character standard
    +SC
    ISO-R/3
    Identification (database name)
    +ID
    IUCLID
    Format version
    +V
    2.21
    Export date
    +D
    19960304
    Key date for export
    +VD
    19960304
    Set languages for export
    +SL
    E
    Date format
    +DF
    DD.MM.YYYY
    IN our case +ID = EH&S (as this is the value in export file)
    IN this example this additional one is shown:
    Begin table
    +BV
    $ESTRI
      Table field
    IDTYPE
    NAM
      Table field
    IDCAT
    IUPAC
      Table field
    IDENT
    anisole
      Table field
    LANGU
    E
      Table field
    OWNID
    ID1
    Therefore no SRSID is specified. And this is the data in our file (on high level) and the "only" change is that the identifer get "deleted" the SRSID

  • How to catch multi language's data in MSSQL and data isn't garbled

    Hi everyone, I'm Taiwanese PHP developer, sorry for my poor English.
    I have 3 language's data:Simplified Chinese,Traditional Chinese, and English in our mssql2012 database.
    If I want to use ADODB to catch data,The Simplified Chinese and Traditional Chinese will be garbled.
    I try to use mb_convert_encoding($data,
    'UTF-8','BIG-5'),
    the Traditional Chinese is ok, but Simplified Chinese is still garbled.
    Do anyone have suggestion?
    This is my output:
    Array
    [0] => Array
    [0] => ZHS2
    [1] => ?体中文
    [2] => 123
    [1] => Array
    [0] => ZHS3
    [1] => 翻?
    [2] => 123
    [2] => Array
    [0] => ZHS
    [1] => ?体中文
    [2] => Chinese Simplified
    [3] => Array
    [0] => ZHT
    [1] => 繁體中文
    [2] => Chinese Traditional
    [4] => Array
    [0] => US
    [1] => English
    [2] => English US
    Here is my code:
    <?php
    include('adodb5/adodb.inc.php');
    function encoding_data($results){
    foreach($results as $key1 => $result){
    foreach ($result as $key2 => $arr_str){
    if(is_integer($key2)){
    //unset($results[$key1][$key2]);
    //echo $key2."=>".$arr_str."<p />";
    }else{
    //echo $key2."=>".$arr_str."<p />";
    $results[$key1][$key2] = mb_convert_encoding($arr_str, 'UTF-8','BIG-5');
    $results[$key1][$key2] = mb_convert_encoding($arr_str, 'UTF-8', 'BIG-5');
    return $results;
    $sql = $_REQUEST['sql'];
    $usedb = $_REQUEST['usedb'];
    if($sql==""){
    $sql = "select * from HCP";
    if($usedb == ""){
    $usedb ="oci8";
    if($usedb == "mssql"){
    $hostname = "Driver={SQL Server};Server=XXXX,XXXX;Database=XXXX;CharacterSet=UTF-8;UID=XXXX;PWD=XXXX";
    //$port = XXXX;
    $dbname = "XXXX";
    $username = "XXXX";
    $pw = "XXXX";
    $mssqlconn = &ADONewConnection ('odbc_mssql');
    //define connection string, specify database driver
    $mssqlconn->Connect($hostname, $username, $pw , $dbname);
    $mssqlconn->debug = false;
    $results = $mssqlconn->GetArray($sql);
    $results = encoding_data($results);
    echo "<pre>",print_r($results),"</pre>";
    print_r($usedb);
    ?>

    Hi Yun Chen,
    Not knowledgable on PHP programing, but as far as I know The BIG-5 is specific for traditional Chinese, so that's why you got garbled character for simplified Chinese.
    As the Chinese character encoding wiki says, there're newer standards such as
    GB18030 and
    Unicode which have separate code points for both simplified and traditional characters. I believe this may be a good starting for you to make the conversion work.
    Regarding your description, this is not some specific question on SQL Server. I would suggest you post your question on a dedicated PHP forum. It is more appropriate and more experts will help you.
    If you have any question, feel free to let me know.
    Eric Zhang
    TechNet Community Support

  • Country specific date format

    Hi,
       Please help me as i require to display dates are per the country , for eg if it is US the date should be dd/mm/yyyy else for other countries like india it should be dd.mm.yyyy .
    Regards
    Abhishek

    I know this is an old thread, but thought I would add my on comments:
    This code example shows how to create a country specific date format.
    Also see table T005 and field DATFM / Domain DATFM
    DATA: external_date  LIKE  rvdat-extdatum,
          country  LIKE  t005-land1,
          internal_date  LIKE  syst-datum,
          internal_period LIKE  tprg-prgrs .
          internal_date = sy-datum.
          internal_period = 1.
          country = 'DO'. "Dominican Republic
    CALL FUNCTION 'PERIOD_AND_DATE_CONVERT_OUTPUT'
      EXPORTING
        country                  = country     " Enter Country Code Here
        internal_date            = internal_date
        internal_period          = internal_period   " Default this value to one
      LANGUAGE                 = SYST-LANGU
      I_PERIV                  = I_PERIV
      I_WERKS                  = I_WERKS
      I_MRPPP                  = I_MRPPP
      IMPORTING
        external_date            = external_date     " The date formated for the country will be in this field
      EXTERNAL_PERIOD          = EXTERNAL_PERIOD
      EXTERNAL_PRINTTEXT       = EXTERNAL_PRINTTEXT
    EXCEPTIONS
      DATE_INVALID             = 1
      PERIODE_INVALID          = 2

  • Language Specific query

    Hi Experts,
    I extended (Project LOV)VO extension as per client requirement. But after done, when I click on Project LOV  , the 'Project Name' display data in different language. But its previously showing English language. For this purpose I have to do changes anywhere or any specific settings. Can anyone please suggest me. Your helps valuable.
    Thanks,
    Prasad

    Hi Prasad ,
    I honesty have no idea  why did it display result in different language after the VO substitution ,but let's investigate . Could you check this and confim running your query from database .
    By any change have used any where condition using ICX language specific in your extended VO query .
    Regards ,
    Keerthi

  • Language specific urls in EP6

    Hi all,
    i was trying to implement language specific URL iview using the following link:
    http://help.sap.com/saphelp_nw70/helpdata/en/44/aabd5c7e8e0a47e10000000a1553f7/frameset.htm
    however this link is for EP7.
    Can anybody tell how can I implement the same in EP6.

    Hi Juhi,
       Alternate is..   Check the SAP NOTE- 961793.  Which says...
    Symptom
    Adding Language-Specific URLs
    Other terms
    EP6.0, NW04, SP18, URL iView, Language-Specific
    Reason and Prerequisites
    URL iView new feature: Adding Language-Specific URLs
    Solution
    As from NW04 SP18, URL iView presents a new feature: Language-Specific URLs. The new feature enables you to define more than one source URL for any URL iView. Apart from the default URL, which is not language-specific, you can define any number of additional URLs; each one corresponding to a different language. If a portal user's language matches a language defined in the iView, then the corresponding language-specific URL will be executed at runtime. If a portal user's language does not matches a language defined in the iView, then the default URL will be executed.
    Header Data
    +     +
    Release Status:     Released for Customer
    Released on:     26.07.2006  12:21:34
    Priority:     Correction with low priority
    Category:     Special development
    Primary Component:     EP-PIN-URL HTTP Connectivity
    Regards,
    Uday.

  • Language specific material

    Hi
    Is it possible to have language specific stock in a plant? As per the issue, an order has to be created in CRM for a material which has more than one language specific stock i.e. 100 qty in english , 100 qty in french.
    when tried its taking  the sold to party languaged in the order. is it the only way?
    Thanks and Regards,
    Manu

    Hi Manu
    Yes you can very well maintain language specific stock. While creating material in above Basic Data-1 there is additional data  button, maintain only the language for which that material should belong to. You can maintain multiple languages for a material.
    Now while creating sales order if you search for material with match code using language you will get the list of only those materials where the mentioned language is present under the additional data button as maintained in the above description.
    In case you maintain language EN for three materials you will get the list of all three in sales order while searching for material with language EN and if there is only one material of language FR then only that one will be shortlisted while searching for material with language FR.
    I hope this is what you were looking for.
    Thank You
    Vinayak.M.G.

  • Language specific characters with JDBC

    Does anybody know how to insert language specific characters to Oracle tables using JDBC and without the overhead of unicode conversion back and forth?
    At the moment, all we can do is to convert those characters to unicode when inserting, and perform a reverse conversion when getting back from a resultset. This is cumbersome in large text data.
    Is there a way to configure the RDBMS and/or the operating system for this purpose? We are using Oracle 7.3.4 on Windows NT 4.0 SP5, Oracle JDBC Driver 8.1.6, and Java Web Server 2.0 (JDBC 1.0 compliant). Suggestions for Oracle 8.1.6 and Solaris 2.6 will also be appreciated.
    Ozan & Serpil

    Hi Jeremy,
    Below is meta tags for Turkish
    lt & meta http-equiv="Content-Type" content="text/html; charset=windows-1254" / & gt
    lt & meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-9"  / & gt
    lt & meta http-equiv="Content-Language" content="tr" / & gt
    I tryed but result is the same.
    I think .irpt has no Turkish support.
    Thanks.

  • Runtime.exec() with language specific chars (umlauts)

    Hello,
    my problem is as follows:
    I need to run the glimpse search engine from a java application on solaris using JRE 1.3.1 with a search pattern containing special characters.
    Glimpse has indexed UTF8 coded XML files that can contain text with language specific characters in different languages (i.e. german umlauts, spanish, chinese). The following code works fine on windows and with JRE 1.2.2 on solaris too:
    String sSearchedFreeText = "T&#252;r";
    String sEncoding = "UTF8";
    // Convert UTF8 search free text
    ByteArrayOutputStream osByteArray = new ByteArrayOutputStream();
    Writer w = new OutputStreamWriter(osByteArray, sEncoding);
    w.write(sSearchedFreeText);
    w.close();
    // Generate process
    String commandString = "glimpse -y -l -i -H /data/glimpseindex -W -L 20 {" + osByteArray.toString() + "}";
    Process p = Runtime.getRuntime().exec(commandString);
    One of the XML files contains:
    <group topic="service-num">
    <entry name="id">7059</entry>
    <entry name="name">T&#195;&#188;rverkleidung</entry>
    </group>
    Running the java code with JRE 1.2.2 on solaris i get following correct commandline
    glimpse -y -l -i -H /data/glimpseindex -W -L 20 {T&#195;&#188;rverkleidung}
    --> glimpse finds correct filenames
    Running it with JRE 1.3.1 i get following incorrect commandline
    glimpse -y -l -i -H /data/glimpseindex -W -L 20 {T??rverkleidung}
    --> glimpse finds nothing
    JRE 1.2.2 uses as default charset ISO-8859-1 but JRE 1.3.1 uses ASCII on solaris.
    Is it possible to change the default charset for the JVM in solaris environment?
    Or is there a way to force encoding used by Runtime.exec() with java code?
    Thanks in advance for any hints.
    Karsten

    osByteArray.toString()Yes, there's a way to force the encoding. You provide it as a parameter to the toString() method.

  • How can I go to a specific date in the future other than by clicking one month at a time?

    Would like to go to a specific date several years from now and see what else I have scheduled (if any) or to see if that day is a holiday or even just to see what day of the week that day falls on. Can I do this in some way other than clicking on the NEXT MONTH button a gazillion times?
    I am using Windows 7 (64-bit) on a Dell THX computer.
    Thanks,
    DannyBoy

    tried clicking on the year in the calendar?

  • How to get users' login logout time for user IDs for a specific date?

    Dear All,
    There is a case I being requested to retrieve the Userid, User Name,
    User Group, User Dept, Date, Login Time, Logout Time in a specific date, for example, 21.05.2009.
    How should I retrieve the information? The user want to input specific date and user group then return the details that mentioned above.
    I try with SUIM->Users->By Logon Date and Password Change... but I can't specific the date that I want ...
    I try with SM19 (Security Audit Log), but unfortunately in my system this is not activated.
    I've seek for SAP's advise, and they say need to ask abaper to developr a report in order to get such details....
    Do you guys have any other methods?
    Do you guys know which tables will contain the details as mentioned above?
    Best Regards,
    Ken

    Unfortunately without the audit log, you're going have a hard time finding this information.  As mentioned, ST03N will give you some information.  If your systems daily workload aggregation goes back to the date you require then you'll be able to get a list of all users who logged on that day.  ST03N doesn't keep time stamps just response times.
    My only idea is VERY labor intensive.  If your DB admin can retrieve a save of the database from that day then table USR02 will hold a little more information for you.  It will contain last login times for that day.  If your system backup policy happened to have saved the contents of folder "/usr/sap/<SID>/<instance>/data" then you potentially have access to all the data you require.  The stat file will have recorded every transaction that took place during that day.  If that file is restored you could use program RSSTAT20 to query against it.
    Good luck and turn on the audit log as it makes your life much easier!

  • Custom Report for the Stock and Stock value for a specific date

    Hi SAP Gurus,
    Is there any SAP standard t-code or any logic to get the transcations (additions (for example: Purchases) and subtractions (Sales) to the inventory) for a particular materials in a plant and with Total Stock and also Total Stock value when that particular transaction happened?
    Our system is R/3 4.7
    I looked at the MB5B, MBCE, MBCA, MC44, MB51 and some other standard T-codes but could not find the total stock value at the time of Transaction happened.
    The history tables MBEWH and MARDH  are updated after the month end closing procedures, right, which means I will have the inventory value changing every month if material has Price "S".
    Thank you,
    -Harter

    Hi Harter,
    Unfortunately, you cannot see in a single tcode the value of stock and stock quantity on a specific date. As you yourself have pointed out, we only have to make use of the history table MBEWH, MARDH for the month wise stock quantity and value. Along with that you should also make use of the table MBEW to take teh stock quantity and value. So the total value of stock on a particular date will be
    Stock qnty = MBEWH value until the previous month (for teh specific valuation class, period etc) + MBEW value for the present date.
    But this will nto work out if you want to find out teh stock quantity and stock value on a past date basis. For past data, only  m onthwise data is available. For this anyway you can refer to MC.1 and so on reports.

  • How to marking email for follow up on a specific date

    In projects I often receive e-mails which need to be followed up/chased by a specific date in the future. I would like to be able to mark them with a specified date and then file them in the relevant mail folder. On the date specified either the email re-appears in your in box for action or a reminder is sent.
    The flag option is fine - but does not really help if one has many e-mails to follow up on different dates.
    This must be feature which would be useful to 1000's of users - does it exist is there a work round? I have not found this feature on other e-mail applications including Yahoo.
    Thanks in advance.

    There are always programs on http://www.tuaw.com that do things like this. I don't know if any of them specifically do this. They always want to suck you in and live in their little iGTD world. I don't really conform to that. I am trying to write software that I would want to use. This seems like one that would fall into that category. Simple, easy-to-use, does one thing well, and doesn't get in your way.

  • How do I mark an e-mail message for followup on a specific date?

    I want to mark an incoming e-mail message to be followed up on a specific date/time.  When that date arrives I want a reminder to pop up on my desktop.  I can do this in Outlook, but would rather use the native Mac Mail if possible.
    Walt

    For some reason the Drag-and-Drop to the Calendar followed by Drag-and-Drop to Reminders does not work for me.
    I found a much more elegant solution using Automater here:
    https://discussions.apple.com/message/16569500#16569500
    Thanks to Chuck Kalish for contributing the code.  Now I can create the reminders with a single keypress, and I can also modify the code to tailor the exact text of the reminders to suit my needs.
    Walt

Maybe you are looking for

  • Quality and or Sharpness question

    Hello everyone! So as of this moment I am using Adobe Premiere Elements 9 and I'm having some trouble with my video quality. I am recording with Fraps. The setting are fine recording with 30 FPS and the raw footage looks amazing. I have a very good c

  • MultiColumn text in JEditorPane.

    I'd like to represent solution for the multi column text. It may be used in JEditorPane and JTextPane. Opinions? regards, Stas import javax.swing.*; import javax.swing.text.*; import view.*; public class Application extends JFrame {     JEditorPane e

  • Time Stamp in millisecond?

    I need Time Stamp data in the Build Table VI to be in ms(millisecond) precision. Right now I get values in second precison only. can I format the cell of the table in any way to display milliseconds?

  • Inbound Proxy : no trace

    Hi experts, i have designed a file to ABAP proxy scenario. In sxi_moni in both XI and ECC servers, I have the flag white and black that says the message has been processed successfuly. The problem is that it is supposed to update a table, but nothing

  • Personal Calendar in Outlook

    I've had my Bold for about a week and all has been well until yesterday.  I accepted an Outlook invitation via my Bold while checking messages.  For some reason when i did this it entered it into a new calendar which is located under my BB email addr