How to print special characters?

Hello friends,
I am reading a file contains special characters like...é
when i read the file, in internal table it shows as #
how can i print the special characters (é) on output?
Regards,
RH

Hi,
check this link..
http://help.sap.com/search/highlightContent.jsp
thanks
Ashu

Similar Messages

  • How to print Special Characters in Sap-Scripts

    How to print Special Characters in Sap-Scripts
    Thanks,
    Ravi

    Hi
    if u want print special characters we can use hot codes i.e '  '  (single inverted commas). in between these hot codes insert u r special characters.
    write    '    !@#$%^&*( )  '.
    for the above write statement output is
    output is   !@#$%^&*( )

  • How to print special characters in sqpllus gui, for example "double dagger"

    Hello,
    I have a SOAP call procedure which retrieves data which is delimited by " double dagger", on screen I get a filled block instead of ‡.
    If I do a copy/paste in here, the double dagger shows up, but not in sqlplus.
    how can I resolve this?
    Thanks, Pierre
    SOAP_CALL
    <Warehouse_AggCustProdDailyResult>&lt;columns&gt;day_date,cust_id,external_id,product_id,product_group_id,campaign,paid_bonus,converted_bonus,dep
    rawal,num_correction,num_transfer_in,num_transfer_out,num_logins&lt;/columns&gt;&lt;values&gt;8/8/2011 12:00:00 AM‡1917‡146126‡11101‡11100‡CPN_01_d
    ‡0‡0‡0‡0‡0‡0‡0‡0‡1†8/8/2011 12:00:00 AM‡1913‡146122‡11110‡11100‡CPN_01_default‡0‡0‡0‡0‡0‡0‡0‡0‡0‡0‡0‡0‡0‡0‡8†8/8/2011 12:00:00 AM‡1902‡146111‡11100
    ult‡0‡0‡0‡0‡0‡0‡0‡0‡0‡0‡0‡0‡0‡0‡2†8/8/2011 12:00:00 AM‡1919‡146128‡11110‡11100‡CPN_01_default‡0‡0‡0‡0‡0‡0‡0‡0‡0‡0‡0‡0‡0‡0‡1†8/8/2011 12:00:00 AM‡18
    lyResult>
    </Warehouse_AggCustProdDailyResponse>

    I found the solution.
    Pierre

  • How to print special characters in Crystal Report 7.0

    Post Author: rvandakar
    CA Forum: General
    Hi,
    I am using Data Report in my VB 6.0, Crystal Reprot ver 7.0. I want to display square root in the report. When I retrive data from sql database to display into report, I need to check the occurence of 'T' or 't' in a field and need to replace it with square root symbol in the report. How to make it in crystal designer (data reprot integrated in VB6).
    ___ Regards,  Rajeev Vandakar, India.

    Post Author: synapsevampire
    CA Forum: General
    In general, find the character you want within your fonts, then learn it's equivalent ASCII, then use a formula:
    if uppercase({table.field}) = "T" thenchr(63)else{table.field}
    You can test what the ASCII code is using:
    ASC("u221A")
    -k

  • How to print Arabic characters in Oracle BI Publisher report

    Dear Experts,
    Kindly suggest me how to print arabic characters in BI Publisher.
    Regards,
    Mohan

    see link
    https://blogs.oracle.com/BIDeveloper/entry/non-english_characters_appears

  • How to write special characters in PDF using iText

    How to write special characters encoded with UTF-8 in PDF using iText.
    Regards,
    Pandharinath.

    I don't know what your problem is but that's almost certainly the wrong question to ask about it. Java (including iText) uses only Unicode characters. (You may consider some of them to be "special" if you like but Unicode doesn't.) And when it does that, they aren't encoded in UTF-8 or any other encoding.
    So can you describe your problem? That question doesn't make sense.

  • How to display special characters in Script...

    hi all,
    Can any one tell me how to display special characters in script...
    how to write in text element
    thanks in advance,
    prashant

    Hi Prashant ,
      What special characters would you like to include .
    There are a set of characters / icons /symbols that can be included in Script , for that open a window in edit mode and in the menu there will be an option called Insert  , here you can find a lot of characters/symbols that can be included .
    Regards,
    Arun

  • Printing Special Characters like u00F1 , u00F3 etc

    Hello ABAP gurus,
    I am facing issues while printing special characters like ó or ñ  using SAP script during check printing from F110 Tcode. 
    The system was recently upgraded from 4.7 to ECC 6.0 and this was when the user reported this error.
    Please Help !.
    Cheers,
    RK

    Hi Adrian,
    I have posted to the user asking him the output device name.
    Hi Nils,
    When the user prints the check, he sees junk value instead of the character ñ.
    I am not sure as to which output type they are using and will update as and when i get an answer form them.
    Thanks,
      RK

  • How to remove special characters while typing data in edit cell in datagrid in flex4

    Hi Friends,
    I am facing this problem "how to remove special characters while typing data in edit cell in datagrid in flex4".If know anyone please help in this
    Thanks,
    Anderson.

    Removes any characters from
    @myString that do not meet the
    provided criteria.
    CREATE FUNCTION dbo.GetCharacters(@myString varchar(500), @validChars varchar(100))
    RETURNS varchar(500) AS
    BEGIN
    While @myString like '%[^' + @validChars + ']%'
    Select @myString = replace(@myString,substring(@myString,patindex('%[^' + @validChars + ']%',@myString),1),'')
    Return @myString
    END
    Go
    Declare @testStr varchar(1000),
    @i int
    Set @i = 1
    while @i < 255
    Select
    @TestStr = isnull(@TestStr,'') + isnull(char(@i),''),
    @i = @i + 1
    Select @TestStr
    Select dbo.GetCharacters(@TestStr,'a-z')
    Select dbo.GetCharacters(@TestStr,'0-9')
    Select dbo.GetCharacters(@TestStr,'0-9a-z')
    Select dbo.GetCharacters(@TestStr,'02468bferlki')
    perfect soluction

  • How to use special characters in Report Builder

    Hi everyone,
    I wonder if you guys can help me. I'm trying to change our Invoice hearders from English to Portuguese. Eg, I've changed this English heading
    ("FOR ACCOUNT QUERIES CONTACT") to this Portuguese heading ("PARA CONSULTAS DE CONTA CONTACTE"). So when I'm done, my entire invoice will be in Portuguese. This works fine, until I get special characters in some of the Portuguese translations. I can copy and paste the translations with special characters into Report Builder. But when I print the invoice in Oracle Apps (with a PDF output), the special characters get replaced with a "?".
    Here's an example:
    < "Line No" should read "Linha nº" but it prints out as "Linha n?" > Does anybother know how I can resolve this? I'm using Report Builder: 10.1.2.3.0 on Oracle Apps: 11.5.10.2 and RDBMS : 10.2.0.4.0
    Thank you in advance

    Hi,
    You need to have Portuguese font installed on your machine, if you are running the report from your machine or else if you are running the same from report server then the font has to be there on the server font dir.

  • Problem printing Special Characters in Smartform

    Hi,
    I am developing a Smartform for Position Description. For that I have to display data from table HRT1002 as the data in this table is stored using Text Editor the data internally is stored in '#' when there is a enter, space or some special Characters. While displaying this data I have used class CL_ABAP_CHAR_UTILITIES -->HORIZONTAL_TAB to make '#' to it original value in my internal table.
    After using the Class the data has been converted into the correct format, but while printing few special characters like ", ' , .. etc are been printed as # where as in my internal table they are not in # format.  How can I change the # to it original Character while printing.
    Regards,
    Ramu N.

    In Text Element,click Txt editor icon on the left side in General attributes.Then in the menu Include->Characters->Displayable Characters and then select the characters.
    To display Special characters in Smartforms ...
    goto text editor of the perticular text node.
    in the text editor, Click INSERT - Characters - Displayable Characters.
    a new window will open showing all characters...if ur required character is not
    present, click on non-dispalyble character button , it displays all the characters
    and their respective numbers...select ur required character .
    <b>Check it, if it is helpfull reward points..</b>
    Regards....
    ABhay

  • How to add special characters in Flash CS3

    Hi, i need the help of some flash guru… these last weeks we were working with cloversites.com to build a community website… the interface is awesome etc etc however we in Malta have eight special characters (GCZ with a dot on top of them and an H with a second strikethrough). Those at cloversites wrestled with the problem, they could see the characters on their computers but when they entered the text in the site, flash couldn't render the special characters. Here is their message:
    I am extremely sorry about this, but we were unable to add in your characters. We attempted to add them into our software but they did not work. We worked on it all morning and realized that we need an extra add-on for our keyboards. Adding special characters is nothing new to us and have answered this request for many of our international users. For some reason, the Maltese characters did not work in our sites. For example, our "option-G" is the copyright symbol so it will need to be transferred over to international characters.
    Unfortunately, we thing that this has to do with Adobe Flash CS3. The software allowed me to embed the characters, but we were unable to render them on the web. Which led us to think it had to do with the version Adobe is running and its inability to render the text through its software on the web. None of the characters worked on the web, and it looks like its just an Adobe bug. So we are able to type and use the Maltese characters, but Adobe Flash is having trouble with them.
    Does anybody know of any possible solution?

    see if codepoints-to-string() is suitable for you ..
    Re: how to concatenate hexadecimal value to string in XQuery in PS Message Flow

  • How to remove special characters in xml

    Dear friends,
    How to remove the special character  from the xml. I am placing the xml file and  fetching through file adapter.
    The problem is when there is any special character in xml. i am not able to pass to target system smoothly.
    Customer asking schedule the file adapter in order to do that the source xml should not have any special charatcters
    How to acheive this friends,
    Thanx in advance.
    Take care

    Hi Karthik,
    Go throgh the following links how to handle special character
    https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/9420 [original link is broken] [original link is broken] [original link is broken]
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/502991a2-45d9-2910-d99f-8aba5d79fb42
    Restricting special characters in XML within XI..
    Regards
    Goli Sridhar

  • How to handle special characters in Apex

    Hi ,
    In my application I have two regions - one is Report Region (Interactive Report) and other one is HTML region with two text items - Empno and name
    My Report has two columns Empno(varchar2) and Ename(varchar2).
    When I click the edit link in the report column, the empno should have a read only EMPNO value and ename is a text field with ENAME value.
    When I run my application I have encountered the following problems :
    1. if my empno has special characters like ' # ', the characters after that is not getting displayed
    2. if my empno has special characters like ',' - the characters after comma is treated as a next texitem value
    Here is my credential ,
    Workspace CTSAN_ORACLE_DB
    Username [email protected]
    Password lakshmi321
    URL : http://apex.oracle.com/pls/apex/f?p=9444:19:4292839314890159:::::
    Plz. suggest me how to rectify the above problems.
    Thanks,
    Anoo..
    Edited by: Anoo on Aug 13, 2010 3:05 AM

    Don't pass data values in URLs. Whilst it is possible to escape values to make them URL- and APEX parameter-safe, it is much better practice to avoid the problem altogether.
    Create a surrogate primary key on the table that is an immutable discrete numeric identifier and only use this as a URL parameter. In target pages/regions, use this PK value to retrieve the required data from the table.

  • How to preserve special characters in dynamic textfield for text comparison?

    The problem is as follows:
    Since I mostly develop for multiple languages I am forced to have dynamic textfields in my buttons which contain three lines (to account for the differnt text.lengths in different languages).
    I then populate the textfields with strings out of an array or xml and use the textfields contents later in my button class to execute different code depending on the textfields content.
    This works fine as long as I don`t use any special characters, like for example "\n".
    var labels:Array = ["\nLABEL1","LABEL\n\n2"];
    switch (e.currentTarget.txt.text)
                    case labels[0]:
                        doSomething();
                        break;
                    case labels[1]:
                        doSomethingElse();
                        break;
    shows the right thing in the button label (breaks the text were I want it)
    but stops to work
    (with htmlText &  <br> its the same)
    my workaround for the moment is to use filler spaces,
    var labels:Array = ["                   LABEL1","LABEL                                                                        2"];
    but that`s obviously ugly to setUp and requires a lot of trial/error to get it right for all languages.
    Any ideas how to bypass that?

    Bad habits die hard ;-)
    Weird enough spelling the problem out and getting this response from you cleared my head and  I finally got an easy solution.
    I simply attach a dynamic property to the movieclip, copy the array contents into them and instead of using the text-property for comparison I compare the MovieClips fresh created spectext property.
    Voila: Now I can be lazy without too much of a bad conscience.

Maybe you are looking for

  • Problem with magic mouse gestures in safari

    iMac 27", mid 2011 16 GB 1333Mhz Using OS X Yosemite, Safari, Magic Mouse one day no problem at all, the next day, without any new installations: Whenever I use the swipe gesture to go back to a previous page, It does not work and I cannot scroll on

  • New jsp to be included on onChange event

    Hi, I have a dropdown box in JSP... Based on the selection I make in it, a new jsp is to be included in the same page.How do i do that with an onChange event? Any help is appreciated. Thanks in advance

  • My ipod went white

    My iPod screen went white and won't do anything. I tried rebooting it and it didn't work. Help??!

  • Classic vs 5th Gen (Power Requirements)

    I had a 5th Gen iPod video for two years without problems. I ordered the new Classic 160Gb and i was wondering: Can I use the same car power adapter and/or Apple Dock I used for the 5th gen? I really don't remember the car adapter brand, it's on my c

  • HT204053 MOUNTAIN LION ICLOUD TAB pROBLEM (DIFFICULT PROBLEM I GUESS)

    After I installed ML in macbook pro, I have installed Mountaion Lion again on the same hard-drive. As a result on iCloud Tab, I could find a tabs that I previously had on my computer. I wonder how could I control this. Please give me a clue.