Junk values in table during Chinese translation of forms...

While i have posted in appropriate forum......
Kindly have a look if something related to database is required to be set.
Db is Oracle 10g.
follow this link below....
Error in Chinese language translation In Forms....

if in description "#' occurs many times.
then split the description into one internal table
like
data: begin of it occurs 0,
       fld(50),
      end of it.
data : text(100).
data : ch(50).
ch = 'teygvwsjsf#wewew#wqdhfd#jdhgfd'.
split ch at '#' into table it.
loop at it.
concatenate it-ch into text sperated by space.
endloop.
u will get the string in variable text after the loop.
guru

Similar Messages

  • Smartform:Window Tilte Texts r  junk values in PDF of my forms

    Dear all
    Smartform: i get header title & Window Tilte Texts r  not appearing, some  junk values does appear in PDF of my forms .
    Whr to check ?
    thnx
    Moni

    Hello,
    The reason why I proposed the reinstallation of Adobe Acrobat is due to the reason that the font which you used in SSF ( font size also matters ) may NOT be available in Adobe Acrobat.
    May be you can try out with some other font and try.
    Hope this helps you.
    Best Regards, Murugesh AS

  • Junk values in an internal table field

    Hi,
    I have an internal table with a field matnr and matxt.
    Now both the fields have a junk value '#'.
    matnr has '#' at the end and matxt has '#' in between the description.
    How do I get rid of them.
    Michael

    if in description "#' occurs many times.
    then split the description into one internal table
    like
    data: begin of it occurs 0,
           fld(50),
          end of it.
    data : text(100).
    data : ch(50).
    ch = 'teygvwsjsf#wewew#wqdhfd#jdhgfd'.
    split ch at '#' into table it.
    loop at it.
    concatenate it-ch into text sperated by space.
    endloop.
    u will get the string in variable text after the loop.
    guru

  • Junk Amount Values in Table Maintenance Generator

    Hello All,
    I have created an event (01) in table maintenance generator. In this i am triggering a workflow.
    The problem here is, in my table there is a fields of type CURR and CUKY. I am inserting new values by using SM30. I am entering some 100 dollars against CURR filed. In the bebugging, i have observed there is Junk values against CURR field in TOTAL & EXTRACT tables. Becuase of that i am getting short dump. I just want to pass the amount value to my workflow not a Junk amount value.
    Is there any way to avoid the junk values for CURR fields in Table Maintenance Generator.
    Regards,
    Pati

    Hi Pati! Do you've solve this? Any help? I see junk amont value too, and I cannot understand this.
    Thanks on advance.
    Regards,
    Emanuel

  • Error in Chinese language translation In Forms....

    We have our application based on Oracle and d2k.
    Standard language is English. Thus all the labels and data in the Form and in the Tables are in english language. Now we wish to generate one of the forms in chinese language which will change the labels in the form to chinese letters.
    Approach we followed:
    All the corresponding english lables in The Form Screen are generated in the Chinese language in the excel file. We have imported the .csv file with corrsponding lables in our schema. and the data is populated in the tables.
    Problem encountered:
    All the data in the tables is shown as junk values. ie, ???????
    NLS_LANG has been set in the registry as
    "TRADITIONAL Chinese_Hong Kong.UTF8".
    I have this feeling that i am setting the wrong lang setting.
    let me know if this is correct and what else can i check so that i can junk characters paves ways to chinese characters.
    When i try to insert in the tables thro SQL.... it does not allow and the char are still ?????????????????????
    Kindly suggest.

    When i have done the changes as suggested by u, i am not able to launch SQL...
    message is:
    ORA-12705: invalid or Unknown NLS parameter value specified.
    When i open google site.. the screens are in chinese .. this shows system has accepted the chinese character set.
    My previous settings allowed me to connect to SQL but the data was junk characters like ???????????????

  • How to fetch Junk values and its columns dynamically

    Hello,
    Can anyone help me in writing a procedure/dynamic SQL to fetch the column where the junk values appears and its value. Eg: If emp table contains ID and Name columns, and ID column contains junk values, the result should be the Id column and the junk value/s. It should be dynamic because next time if the other column contains junk values(like $,%...), the query should display the other column too..
    Thanks in advance..

    Can anyone help me in writing a procedure/dynamic SQL to fetch the column where the junk values appears and its value. Eg: If emp table contains ID and Name columns, and ID column contains junk values, the result should be the Id column and the junk value/s. It should be dynamic because next time if the other column contains junk values(like $,%...), the query should display the other column too..1. define "junk" values.
    2. usually it does not matter what values are in ID, because it is used internally by application, to maintain uniqueness or relations, not having any semantical meaning. End users usually should not see IDs, such IDs are generated automatically. There is no need to cleanse them from "junk" values.
    3. If you made a typo, and you are looking for "junk" values in Name column, it is a different story. You can use TRANSLATE to search such values, as already advised, translating all "junk" characters to one "junk" character and searching for the latter.
    select id, name from T where translate(name,'?@#$%^<>','~~~~~~~~~') like '%~%';
    Edited by: Mark Malakanov (user11181920) on Jan 4, 2013 11:40 AM

  • How to fetch the junk values of a column and the column name in oracle

    Hello,
    Can anyone help me in writing a procedure/dynamic SQL to fetch the column where the junk values appears and its value. Eg: If emp table contains ID and Name columns, and ID column contains junk values, the result should be the Id column and the junk value/s. It should be dynamic because next time if the other column contains junk values(like $,%...), the query should display the other column too..
    Thanks in advance..

    Try this, I'm not sure if it'll help... and get some idea...
    try to modify it as per your requirement -
    select * from junk_vals;
    1     ranit1
    2#     ranit2
    3     ranit3
    4$     ranit@4
    5     ranit5
    6     r^anit6
    select 'ID', id, val from junk_vals
        where regexp_like(id,'[^a-zA-Z0-9]')
    UNION
    select 'VALUE', id, val from junk_vals
        where regexp_like(val,'[^a-zA-Z0-9]');
    -- "Output :"
    ID     2#     ranit2
    ID     4$     ranit@4
    VALUE     4$     ranit@4
    VALUE     6     r^anit6
    NOTE - I've considered anything other than Alphabets and Numbers as a Junk Value
    Edited by: ranit B on Jan 4, 2013 5:07 PM
    -- o/p added

  • At a time of uploading the file its giving a junk value.

    Hi  All,
    I am uploading .DOC file using GUI_UPLOAD function and its giving junk value in the internal table at a time of uploading the file.
    Is there any alternative or any function which can help me to upload the .DOC file or any scanned file?
    And is there any possibility to convert the junk value to the string or character?
    I would like to mention the version as i'm working on 5.0.
    Regards,
    Bhavani

    use File_type as 'BIN'

  • Fill in blank cells with a "junk" value

    Greetings
    If I have a table with 20 columns, and some rows that have data in varying numbers of the columns
    Col1 Col2 Col3 etc
    1
    4 4 4
    3 3
    How can I fill in the blank cells with a junk value, say ffff?
    I figure its going to involve the IF and IFBLANK functions, but I'm missing something. Perhaps I need to have it fill in a secondary table, instead of trying it with the "live data" table?
    Thanks!

    If you are trying to do it in the same table you will have to pre-fill all cells with a formula or fill in the blank cells with a formula such as RAND. ISBLANK will not work in this case because you can't have a cell checking itself.
    You could do this in a separate table with a formula such as
    A1=IF(Table 1:: A1 = "", 10*RAND(), Table 1:: A1) and fill this to all the other cells in that table.

  • Chinese translation company with InDesign skills

    Hi.
    I'm lookinf for a chinese translation company for technical translations over the years. I'm in contact with 3 companies and I've requested a 2 InDesign pages test to the better one (or I thought that...). They have send it and it's a blotched job.
    So, the question is if you know some company (located in China) with real InDesign skills for english-simplified chinese translations.
    Thanks.

    Provided the Word document uses regular fonts, you have no problem at all.
    If you install the complete suite, be sure to include *all* fonts (can't recall -- if it's not mentioned during install, browse your DVD. There should be a folder somewhere.)
    In a default Windows installation, you have a choice between SimSun and MS Mincho, two rather badly drawn Chinese fonts. A slightly better one, but sans, is included in Arial MS Unicode (which may or may not be on your system by default).
    BUT! lo and behold, Adobe is aware of this, and supplies not one but several different Chinese fonts, in distinctive designs and extra styles (light / regular / bold -- there is no "italic" Chinese). You can import the text and it'll probably show up as pink boxes, or in its original font (MS Mincho etc.), but then you can select all and choose whatever you like. The 'extended' fonts -- not limited to Chinese -- have their own section in the Font List, near or at the bottom,
    i not
    alphabetically.
    b Beware though
    as there are variations in the supported character set. There seem to be several scripts (some of them w/o any Chinese), and not all fonts have all possible characters. If the text is so specialized not one font has all glyphs, you'll have to revert to the font used in Word, but then, even that is no problem for ID.

  • 'GUI_UPLOAD' - Junk values - Issue

    Hi Experts,
    Am uploading (some piece of) VBAK data into a Z_vbak_table by using FM,
    file_name = p_file.
    CALL FUNCTION 'GUI_UPLOAD'
    EXPORTING
    filename                                      = file_name
    filetype                                        = 'ASC'
    HAS_FIELD_SEPARATOR           = 'X'
    +    HEADER_LENGTH                 = 0+*
    +    READ_BY_LINE                  = 'X'+*
    +    DAT_MODE                      = ' '+*
    +    CODEPAGE                      = ' '+*
    +    IGNORE_CERR                   = ABAP_TRUE+*
    +    REPLACEMENT                   = '#'+*
    +    CHECK_BOM                     = ' '+*
    +  IMPORTING+*
    +    FILELENGTH                    =+*
    +    HEADER                        =+*
    TABLES
    data_tab                      = itab
    EXCEPTIONS
    So, issue is that, When am seeing in Debug mode, am getting the values like, ( I mean, problem is with VBELN & AUART fields with junk values???)
    MANDT/ BUKRS/ SPBUP / VBELN  /    POSNR/AUART
    100  |3000 |200801|ÐÏ#ࡱ#á##|000000|###
    So, pls. let me know that, How to fix this issue i.e. problem is with VBELN & AUART fields with junk values???
    Am guessing this is bcoz of Unicode, bcoz, I did not CHECKED the UNICODE CHECKS ACTIVE check box in GOTO-->ATTRIBUTES!!
    thanq

    Hi
    Use DAT instead of ASC in 5th line of the following
    file_name = p_file.
    CALL FUNCTION 'GUI_UPLOAD'
    EXPORTING
    filename = file_name
    filetype = 'DAT'
    HAS_FIELD_SEPARATOR = 'X'
    HEADER_LENGTH = 0*
    READ_BY_LINE = 'X'*
    DAT_MODE = ' '*
    CODEPAGE = ' '*
    IGNORE_CERR = ABAP_TRUE*
    REPLACEMENT = '#'*
    CHECK_BOM = ' '*
    IMPORTING*
    FILELENGTH =*
    HEADER =*
    TABLES
    data_tab = itab
    EXCEPTIONS

  • WebUI Logon language Dropdown  shows junk values

    Hi
    While Internet explorer language is set as Chinese , I am trying to logon into webUI  with Chinese its showing a junk values in language dropdown list on logon page.
    While IE with English, Its showing proper list in language dropdown.
    Do I need to setup anything from CRM backend or internet explorer?
    Regards,
    DN

    The problem is in detail here
    1. The users are setup IE with Language-Chinese ( through IE--> Internet options > General> Languages --> Chinese)
    2. When they opens with CRM_UI or WebUI  URL, It shows the Junk values in language dropdown list.
    If users are setup IE with Language-English( through IE--> Internet options > General> Languages --> English), Its working fine...Means open with CRM_UI or WebUI  URL its shows proper language dropdown list.
    what could be the problem?
    Regards,
    DN

  • Does Translation hub supports English to Chinese translation?

    Hi,
    I'm using Translation Hub to translate my existing 10g English Froms into 10g Chinese Forms using the Translation Hub tool available in Oracle Dev Suite.
    While Installing the Translation Hub database into an existing UTF8 database I get the below error
    ERROR: Current Character Set is UTF8. TranslationHub needs WE8ISO8859P1
    When I installed Translation Hub database into an existing WE8ISO8859P1 database it installs successfully. However the translated chinses characters are shown as Junk characters (Eg. ????)
    We found that this is because of the NLS_CHARACTERSET mismatch which will work fine with UTF8.
    Pls provide any information how to achieve this

    For English -> Chinese translation, I had to do some PC setups to get the strings to show up properly.
    1.Set nls_lang registry key to SIMPLIFIED CHINESE_CHINA.ZHS16GBK
    2. Set PC language (in Region/Language settings) to Chinese (PRC)
    3. Set PC input (also under Region/Language settings) to Chinese (PRC) - Chinese (Simplified) - US Keyboard
    Set your PC up this way, reboot, then open Translation hub and paste in your Chinese Translations and generate the translated .REX file. This worked for me, but it took me weeks to figure out.

  • EHP6 to EHP7 Upgrade Issue: Junk Values are showing for BW data source

    Hi,
      We are upgrading ECC from EHP6 to EHP7. We have custom data source which is build on custom Info set and Info set is built on Pooled table ZXXX. Datasource is showing the junk values in RSA3 after upgrade. I have re-generated the Info set and tested but no use. Below is the RSA3 data screen shot. Can anyone suggest me to oversome this?
    Thanks,
    Prasad

    Hi Prasad,
    Few things to check:
    1. Pooled table data for which the datasource is created.
    2. Reactivate the extract structure - check the dataelement also for date.
    3. Is there any custom code present in Infoset? - if yes then it may be possible that dates are being calculated in that custom code and wrong format is being used there.
    Thanks
    Amit

  • F4 help for Fiscal year/period gives junk values

    Hello All,
    We have a web query based on a ODS. FISCPER is having variable and used for selection in query. ON selection screen , when user go for F4 help of fiscper , he gets lots of junk values such 001.0001,002.0002 etc. All these values are not valid for our fiscal year variant Z4 .I checked t009B table , but of no use .It does not contain those values at all.When i checked the SID table for Fiscper , i found those junk values there in SID table.Anybody knows how to correct SID table without hampering the system?
    Regards
    Yogesh

    HI Yogesh,
    When you see entries in SID table, that means these Invalid entries were loaded into Cube/ODS, while loading some transaction data.
    So, if that transaction data exists in the ODS/Cube, and you delete these values from SID table, I guess it is going to create some problems.
    A solution I could think of is to change the FISCPER InfoObject properties in Business Explorer tab. You have an option of changing the source of the F4 help, instead of fetching values from master data, it can fetch from the DataTarget itself. So, it will show only valid values to the users.
    Option - Business Explorer tab -> Query Def. Filter Value Selection. (I believe this property can be changed any time)
    Regards,
    Sree
    Message was edited by: Sree Damodararaj

Maybe you are looking for

  • Windows 7 No bootable device problem

    I am trying to install Windows 7 on my late-2009 27" iMac. I tried installing Windows two different times from both disc and ISO image and after partitioning, the iMac restarts and a black screen comes up with a message that says "No bootable device

  • Upload ZIP files in Portal v2

    How do you upload a zip files in the portal v2.

  • HELP NEEDED ASAP! My iPod mini won't start up or charge

    My mini which i purchased about a little over a year ago, won't start up. When i restart (menu+select), apple logo comes up for 3 seconds, and it dissapears with small "click" noise, and mini repeats this forever. When i shift hold button on and off,

  • Cant save as AI but can as PDF

    Using PC Windows XP Service Pack 3; CS5 Illustrator 15.1.0, 2gb Ram, 50gb Free HD space. Opening an AI file sent from Japan, not sure of its PC or MAC (is there a way to find out). All fonts are as outlines, images embedded. After making a few simple

  • Problem with the round

    I have a pb of round when I sum 2 doubles ,how can I correct that? for example in my program : 6.1+3.2=9.3000000001 thanks