Replace for translate of codepage other than scp_translate_chars in unicode

data:l_string(1000) type C
CALL FUNCTION 'SCP_TRANSLATE_CHARS'
   EXPORTING
      inbuff           = instring
      incode           = in_cp
     outcode          = out_cp
   IMPORTING
      outbuff          = l_string
    EXCEPTIONS
     invalid_codepage = 1
     internal_error   = 2
      cannot_convert   = 3
      fields_bad_type  = 4
      OTHERS           = 5.
string = l_string.
in_cp is of type tcp00-cpcodepage and value is 1100 and out_cp is of type tcp00-cpcodepage and value is 4103.
now , the file should be of xml format, the data is coming in as unknown language example [][][][][][][][][][][][][][][] .
the basic language in the file is some what of this type: 
so what is the function module that has to be used to get a proper xml format of the data obtained?

It's most likely your selection of fonts doesn't include the glyphs.  For xft (TrueType) I use DejaVu Sans Mono to balance glyph coverage with legibility and I use WenQuanYi Bitmap Song for the double wide characters.
xterm*faceName: DejaVu Sans Mono:style=Book:antialias=false
xterm*faceNameDoublesize: WenQuanYi Bitmap Song
xterm*faceSize: 8
! Fix for DJVSM low-hanging underscore, adds line spacing:
xterm*scaleHeight: 1.01
The default XLFD font, aliased to "fixed", has very good glyph coverage.  You can probably switch to it with xterm's Ctrl-Right_Click menu: uncheck 'TrueType Fonts' and make sure Default is checked.  Or start a new xterm instance from the command line:
$ xterm -xrm "*renderFont: false" &
The default fonts for xterm are all XLFD.  You can view the system defaults in '/usr/share/X11/app-defaults/XTerm'.  The defaults may be overwritten by your user's X resources configuration.
Edit: fixed missing space in code.
Last edited by thisoldman (2013-08-14 11:16:09)

Similar Messages

  • Transaction code for Open sales order other than VA05

    Hi all,
    Can any one tell me what is transaction code for open sales order other than VA05.
    Please help me .
    Thanks & Regards ,
    Srikanth P.

    Hi Srikanth,
    You can try below options.
    1- VA05N - This can be run for multiple sold to party & multiple material, etc which was not in VA05. But this doesn't have all columns in VA05 report.
    2 - You can check the sales order tables from transaction SE11 or SE16N
    Try with below tables for your requirement.
    Sales order Header data - VBAK
    Sales order Item data - VBAP
    Schedule Line Data - VBEP
    Business data - VBKD
    Status header - VBUK
    Status items - VBUP
    Best regards,
    Anupa

  • Tcode for line item settlement other than tcode CJIC

    Dear SAP Guru,
    Please let me know the tcode for line item settlement other than tcode CJIC.
    Required urgently.
    Thanks & regards,
    Pradip Shelke

    Thanks for your reply.
    Actually we are trying to create the BDC program for line item settlement. Through both the tcode CJIC & CJ70 this BDC program is not getting created.
    So please suggest some other tcode.
    Thanks & Regards,
    Pradip Shelke

  • Oui is valid but for a machine type other than current

    Hi all,
    I am installing SAP ERP 6 on a Windows 2008 r2 server. I have Intel Xeon CPUs 64bits. However, as I start "oracle Universal Installer" (ou)i on it, I got a message that says "that oui is valid but for a machine type other than current". I guess is beacuse of the CPU, but I am not completely sure,
    Thank you in advanced for your help

    Same question of thread:
    http://scn.sap.com/message/13352961

  • Any suggestions for good free web hosting service for my IWeb page, other than MObileMe

    Any suggestions for good free web hosting service for my IWeb page, other than MobileMe?

    MobileMe is not free.
    Search : free webhosting
    You can narrow the results by being more specific by adding town, province or country.
    You can also start by checking out your own ISP.
    Or be free as in here : www.000webhost.com
    Here's mine : http://dailynews.webege.com/

  • How to use class for Translate..codepage/numer format

    In the Unicode context, TRANSLATE... CODEPAGE/NUMBER FORMAT is not allowed.

    this is the class to be used for  Translate…Codepage/number format.statement
    Unicode Error : In the Unicode context, TRANSLATE... CODEPAGE/NUMBER   FORMAT is not allowed.
    Before Unicode
      TRANSLATE T143T-TBTXT FROM CODE PAGE '1100' TO CODE PAGE '1105'.
    After Unicode
       Use class for Translate codepage to codepage.
         Data : g_codepage LIKE tcp0c-charco VALUE '1100'.
    CONSTANTS: c_unicodecp(4) VALUE '1105'.
    PERFORM translate_codepage USING g_codepage
                                     c_unicodecp
                               CHANGING T143T.
    FORM translate_codepage  USING    P_G_CODEPAGE
                                      P_C_UNICODECP
                             CHANGING P_T143T.
      DATA: converter  TYPE REF TO cl_abap_conv_obj.
      DATA: l_out      TYPE string.
      DATA: l_fromcode TYPE cpcodepage.
      DATA: l_tocode   TYPE cpcodepage.
      l_fromcode = P_G_CODEPAGE.
      l_tocode = P_C_UNICODECP.
      CREATE OBJECT converter
        EXPORTING
          incode  = l_fromcode
          miss     = '.'
          broken   = '.'
          use_f1   = 'X'
          outcode  = l_tocode
        EXCEPTIONS
          invalid_codepage = 1
          internal_error   = 2.
      IF sy-subrc <> 0.
        CASE sy-subrc.
          WHEN 1.
            MESSAGE ID 'FES' TYPE 'E' NUMBER '024' RAISING unknown_error.
          WHEN 2.
            MESSAGE ID 'FES' TYPE 'E' NUMBER '024' RAISING unknown_error.
        ENDCASE.
      ENDIF.
      CALL METHOD converter->convert
        EXPORTING
          inbuff         = P_T143T
          inbufflg       = 0
          outbufflg      = 0
        IMPORTING
          outbuff        = l_out
        EXCEPTIONS
          internal_error = 1
          OTHERS         = 2.
      IF sy-subrc <> 0.
        CASE sy-subrc.
          WHEN 1.
            MESSAGE ID 'FES' TYPE 'E' NUMBER '024' RAISING unknown_error.
          WHEN 2.
            MESSAGE ID 'FES' TYPE 'E' NUMBER '024' RAISING unknown_error.
        ENDCASE.
      ENDIF.
      P_T143T = l_out.
    ENDFORM.                    " translate_codepage

  • Mail does not recognize outgoing server for Forwards or content other than text

    Since installing Mountain Lion Mail has been erratic.  It generally will not send mail that I Forward nor will it send mail that includes links, graphics photos, etc.  It sends original mail consisting of text only without a problem.  When I try to Forward mail, or send new mail that includes content over and above text, I get the following result:
    None of the options will send the mail.   If I “Try With Selected Server”, I go into an endless loop – click on it, get the same Cannot Send… window back.  “Try Later” merely puts the message into my Outbox where it sits – and sits.  It will sit there for days if I let it.  If I sooner or later try to send it, I get the above Cannot Send… window again.  If I “Edit the Message”it still will not send. The Connection Doctor tells me that the mail account is logged in and connected without a problem.  If I “Edit SMTP Server List” I get Mail Preferences – the edit SMTP list window – and no SMTP servers listed – blank list.  Yet the Mail account has the proper iCloud SMTP server in its set-up.  Moreover, text only emails send without a hitch.  I can readily send them before, during and after the “Cannot Send…” window pops up for an email that has other than text included in its content.
    Interestingly, if I put the problem email into my Draft mailbox and then go online and log-in to my iCloud account, I can then open the email in iCloud online and send it – and it sends without a pause or quibble. Why won’t it send through Mail on my computer???
    NONE of this happened in Lion. 

    Some of the threads related to this one that I found (none provides a solution):
    On apple.com:
    * IMAP Folders (http://discussions.apple.com/message.jspa?messageID=6406947#6406947)
    * Exchange email folders and sub-folders: iPhone only pulling main "inbox" (http://discussions.apple.com/message.jspa?messageID=6406941#6406941)
    * IMAP - How to poll sub-folders (not GMAIL/Yahoo) (http://discussions.apple.com/message.jspa?messageID=6406940#6406940)
    * Mail not checking for new messages in IMAP subfolders (http://discussions.apple.com/message.jspa?messageID=6406938#6406938)
    * Imap Slow or not responsive (http://discussions.apple.com/message.jspa?messageID=6406937#6406937)
    * Iphone Mail Only Shows "Load X More Messages" (http://discussions.apple.com/thread.jspa?messageID=6407082#6407082)
    * IMAP: Only updates Inbox? (http://discussions.apple.com/thread.jspa?messageID=6407083#6407083)
    * Any way to get the mail app to get updated message counts for other folders (http://discussions.apple.com/thread.jspa?messageID=6407118#6407118)
    Elsewhere:
    * Help iphone mail subfolders IMAP (http://forums.macrumors.com/showthread.php?t=391027)

  • FM to create support message for custom process type other than 'SLFN'

    Hi All
    Is there any function module or BAPI which will create support message for the custom process type other than SLFN.
    BAPI_NOTIFICATION_CREATE is posting only for the process type 'SLFN'
    Thanks in advance
    Regards
    Ravi

    Any ideas?

  • Solutions...anyone have any for the activation problems other than time cha

    I am waiting now for 17 hours. Anyone have any solutions other than waiting and change the clock?

    I have used all of the following on Maversicks, with no issues at all:
    iPhoto
    Aperture
    Acorn
    Graphic Converter
    Intensify Pro
    Snapheal
    I've not seen any reports indicating any issues with other apps either. I would strongly echo Larry's comments about App Store reviews, and reviews on download sites and forums up and down the internet. The great thing about the internet is that everyone has an opinion, that might also be the worst thing.
    The problems with these comments are manifold: for a start, happy people are less likely to review, unhappy happy are much more inclined to. That's why we don't have thousands and thousands of posts on this forum from all the people who have no problems saying "look I have no problems". Unhappy people get cross and are more likely to express that anger in negative reviews.
    Then what about the reviewer? What is his or her knowledge, experience and skill level? No doubt they are having problems, and real ones, but how do you know if their issues are problems with the app, their own inexperience, third party conflicts and so on. I've seen people on here claim the fact that iPhoto won't edit video is a bug. I've seen hundreds and hundreds of posts from folks on here who are certain they've found a bug, only for their glitch to be resolved. No review is worth anything unless you know something of the reviewer, his or her knowledge and experience.
    So frankly, I never bother with those reviews on any such stores, not just iPhoto on the Mac App Store.

  • Searching for OR Finding Contacts other than Alpha by First/Last Name

    Am I missing something? Or, is it not possible to FIND contacts by any means other than alpha on the first or last name field?
    It's such an elementary function of a "PDA" that I failed to inquire about the ability to LOOK-UP information with some simple SEARCH tool or utility.
    Even CALENDAR events...when did I schedule that appointment with Dr. Smith? FIND "Smith".
    I know "the girl" worked for some pharmacy? SEARCH for "pharmacy".
    Am I missing something? Where can I SEARCH for "HELP"?
    Thank you,
    Joe

    I too am having the same issue. I have about 900 "company" clients. I do business with the company yet can't perform any 'search' in the iphone contacts for that company. I absolutely am shocked by this. spent 45 minutes on the phone with apple and they said i was the first person to ever bring this up.
    I have to say that this is frustrating. Why can't I perform any search. Perhaps I'd like to visit a client that is within the same city i am visiting - i can't sort or search by anything except for the individual contact name.....crap. any thoughts (besides going in to outlook and putting the company name itself under the contact name - that would take forever)

  • When will iPhone be availble for customers of providers other than AT&T

    Just curious to know if anyone has a clue, or guess, as to when Apple will release an iPhone that can legally be used with a service provider other than AT&T. That is if Apple ever will.

    AT&T has 5 year contract. Only have 1 year off so far, so four more years. As far as US goes, only TMoble has the type of network needed to be used on anyhow.

  • Using separate JVM for a java program, other than what's installed in OS

    Hello all,
    I am trying to use different version of java executable , other than using the version of java installed in the OS, in the windows.
    Is linux, I believe I have used different version of java ( I suppose using different JVM ? )
    Would there be any conflict between the version of java installed in the computer and the version of java in my program ?
    Thanks
    Kyle

    venvidu wrote:
    I see,
    So, each java executable from the separate version is its own JVM + executable java code and different java executable can be run at the same time. I don't know what you mean by that. You start a new JVM when you start java.exe or javaw.exe (on windows), and you can have several VMs running, both of same version, and of different versions.
    >
    Then, in the windows OS, is there anything in the system file which store specific information about the installed java version ?The registry has some information, but a VM doesn't need to write anything to the registry, so it all depends on how you installed the VM.
    >
    The idea is that, on top of the installed version of java, I am trying to included pre-compiled java in my program. Huh? I don't understand that.
    So that my program uses its own java version Ok
    -- most likely, the latest version Why do you think so? You can release your software today with a JRE, but that JRE might not be the latest version 1 week later.
    -- regardless of what the current windows OS has.
    I know this poses no problem in the linux OS, but is there anything in the windows OS that might potentially corrupt the above approach ?I'm not sure that I have understood exactly what you said, but I don't see any problems.
    Kaj

  • How to execute 261 goods issue for REM order items other than with MFBF?

    Our users are looking for an easy way to post a 261 goods issue for a single component of a repetitive manufacturing order without using the MFBF transaction where they have to deselect all other components of the order.
    The ideal situation would be to use a transaction similar to MB1C or MB11 to simply enter the planned REM order, component material id, and its respective quantitiy and then post. 
    Any information you can provide will be helpful.

    Strat,
    Thank you for your response but LT01 does not seem to provide the functionality that I am looking for.
    To clarify, our users would like to complete a 261 movement for a single component within a particular repetitive manufacturing, without going into the MFBF transaction and having to deselect all of the unnecessary components just to single out one. 
    So ideally we would like to use the MB1C transaction for a 261 movement. Enter in a REM order, the material id, and the quantity to be issued and simply post a single material.  Currently when we attempt to do this with MB1C we receive the error M7162 that our order, which is a product cost collector, cannot be processed with this transaction.
    Hope this helps clear it up and thanks again for your response.
    - Nick

  • Infosource for ODS to ODS other than 8* Infosurces?

    Hi,
    I have a situation where in i need to create an infosurce which should use ODS as Datasource and should update to ODS but it should not be generated datasource which will be 8(ODSname)!
    I want to make my own infosurce for it!!!!1
    any one can tell me how i can achive this??/
    Raj

    Hi Raj,
         You can create a data mart by right clicking on the infoprovider(ODS or infocube) and selecting the option 'Generate Export Datasource' .
    For more information:
    [Re: What is the procedure to create a data mart?]
        Hope this helps you.
    Regards,
    Yokesh.

  • App for presenting Photographic Portfolios - (other than built in iPhoto)

    Hello all !
    I've been asked to investigate getting our Photographers Portfolios onto a couple of iPads we've bought.
    I have been using the iPad for some weeks and yes the built in Photo app works ... But we're wondering if there's any "funky" apps out there to show off our pics instead of just drag and expand and drag next one and turn on slide show etc etc ...
    Maybe like a "light table" with pics all over, not necessarily all squared up, but like moveable and rotatable (if thats a word) ... just something "different" ...
    Thanks guys (and girls) !
    Mitch

    Mitch - The App Photo-Sort will definitely help - lets you put together presentations made of of selected images from multiple folders. It also has it's own slideshow feature which gets around several of iPad's limitations including: better slideshow timing control, eliminates annoying transitions, includes arrow keys so you can "tap" from slide to slide.
    Another very important App for any of your company's Windows users is a free program called ExifDateChanger. As you probably already know, iPad re-sorts all images by date - no option to avoid. There's a manual workaround in iPhoto for Mac, but Windows users are required to alter image dates to control the display order of their photos.
    Written by a frustrated iPad user in Swtzerland, ExifDateChanger is a "pre-processor" for synced images which alters their dates so they will always display in filename sequence. You can download ExifDateChanger at this link: http://www.tiltsoft.com/ipad.html

Maybe you are looking for