Handling Non English language characters in PDF output

Hi All,
We have a requirement wherein we have to display an existing Smartform output in a PDF format.
We have used OTF to PDF conversion and displayed the PDF output in a container.
The issue is if certain characters are of non english language then the PDF is displaying these characters as special symbols.
The following string is getting dispalyed in the SmartForm as follows:
ОРЕНБУРГАВТОРЕМСЕРВИС_ 
The same string is displayed as follows in the PDF form :
Any pointers on how to handle such cases would be highly appreciated.
Thanks in advance.
regards
Chaitanya
9703019495

Before calling the smartform, use the FM 'SSF_GET_DEVICE_TYPE' and get  the device type based on the language.
For eg:
  CALL FUNCTION 'SSF_GET_DEVICE_TYPE'
    EXPORTING
      i_language = l_langu
    IMPORTING
      e_devtype  = lwa_output_options-tdprinter.
Then you need to build the other control parameters like this:
Build control parameters.
  lwa_control_parameters-getotf  = c_charx.
  lwa_control_parameters-device = 'PRINTER'.
  lwa_control_parameters-preview = ''.
  lwa_control_parameters-no_dialog = c_charx.
  lwa_output_options-tddest = 'LOCL'.
Pass this lwa_output_options & lwa_control_parameters to output_options & control_parameters respectively in the Smartform FM.
This should ideally solve this issue.
Regards,
Amirth

Similar Messages

  • Can't able to print Non English data properly in PDF Output

    Can't able to print non english data properly
    Example:
    I want to print the germen data (Währung),But it printing like this (Währung) in PDF out put
    What the changes i have to do to achive this
    Thanks&regards
    yamini

    Hi Yamini,
    I think this happens when you look at utf-8 in Windows wiith another character set. I've noticed that the XML file (and hence the PDF output) displays those characters when I preview reports on the BI desktop, but the output from the server is fine, so I don't worry about it.
    Tore.

  • Passwords in non-english languages

    Hi all,
    I have some passwords in non-english languages, but enter them in English layout. Looks like "FylhjblDHfpsKexit".
    Standard keyboard doesn't display another language while it in English layout. How to enter such passwords?
    Remake passwords in English - bad idea.

    Again:  What language are you talking about?
    It sounds to me like your passwords are in fact in Latin characters, but you want to enter them as if you were using some other language keyboard.   I think the only way to do that would probably be to use a bluetooth keyboard.
    You could ask Apple to add the feature you want via
    http://www.apple.com/feedback
    but I cannot imagine they would ever do so.

  • Logon with non-English language LSMW donot display character

    hi,When I Logon with non-english language ,
    When I use LSMW ,
    But the screen donot display character,
    and in smlt , i setting supplementation language is english ,
    who can help me ,thanks.

    Hi Benson,
    Can you please elaborate on the issue. What characters are missing?
    Regards.
    Ruchit.

  • Can't seem to save non-English as text from PDF using Reader

    I have several PDF documents that were originally generated by OpenOffice from a UTF8-encoded text file. The text is in different languages, e.g. Korean, Arabic, Russian, English. When I open these documents and then "save as text", the resulting text files contain garbage or nothing at all in all cases except for English. Is it possible to extract non-English text from a PDF document using Reader? If not, is there a different product that could be used for this purpose? Thanks much!

    They're using fonts that you don't have on your system so no, it isn't possible with Reader.

  • Does Active Directory Support Non English Languages?

    Hi,
    I want to know that does Active Directory Support Non English Languages like japanes, Arabian?
    I think we can have domain name in non english languages also. How active directory handles it.
    Sandeep Gupta

    This actually isn't controlled by Active Directory but by the core operating system and its language packs.
    Server 2012
    http://www.microsoft.com/oem/en/installation/downloads/Pages/Windows-Server-2012-Language-Packs.aspx?mtag=TW-P-S12#fbid=CPJWmInHH14
    Server 2008 R2
    http://www.microsoft.com/en-us/download/details.aspx?id=1246
    Server 2008
    http://www.microsoft.com/en-us/download/details.aspx?id=22681
    Paul Bergson
    MVP - Directory Services MCITP: Enterprise Administrator
    MCTS, MCT, MCSE, MCSA, Security, BS CSci
    2012, 2008, Vista, 2003, 2000 (Early Achiever), NT4
    Twitter @pbbergs
    http://blogs.dirteam.com/blogs/paulbergson < br> Please no e-mails, any questions should be posted in the NewsGroup. This posting is provided AS IS with no warranties, and confers no rights.

  • Lack of World or Non-English language films and search filter in Australia

    iTunes Australia doesn't have a search set up for World or Non-English language films in Australia whereas it does in US. Please fix and please also include more titles - very limited to the point of embarrassing Apple...

    We are fellow users here on these forums, if you want to leave feedback for Apple then you can do so via this page : http://www.apple.com/feedback/itunesapp.html
    In terms of the films that are available there, Apple can only sell the films that the studios/rights-holders have granted them licenses to sell there. You can try requesting that films be added, but unless the studios agree to it then Apple won't be able to add them : http://www.apple.com/feedback/itunes.html

  • Converting a given string to non-english language

    {color:#0000ff}Hi can anybody help me how to convert an entered string in textfield to french or spanish or to anyother non-english language?{color}

    Hi,
    I don't think you get a language translator package.
    What you can do is store the fraises, words in a database.
    //SQL Code
    CREATE TABLE [Language_Data]
      [ID]    INT NOT NULL IDENTITY PRIMARY KEY,
      [Lang]  VARCHAR(30) NOT NULL,                             //Lang English/French.....
      [Type]  CHAR(1) NOT NULL,                                 //is Fraise or Word
      [Words] VARCHAR(100) NOT NULL                             //Fraise or Word data
    GO
    CREATE TABLE [Translate]
      [ID]       INT NOT NULL IDENTITY PRIMARY KEY,
      [FK_Orig]  INT NOT NULL REFERENCES [Language_Data]([ID]), //ID of the original language
      [FK_Trans] INT NOT NULL REFERENCES [Language_Data]([ID])  //ID's for all known translations
    GO Create Stored procedures to add a new word/fraise to the [Language_Data] table,
    Create a Stored Procedure to add a translation to the [Translate] table
    Please note that to add a translation you will first insert into the [Language_Data] table then
    insert the original's ID and the translation ID to the [Translate] table Also make prevision for backwards translation

  • How can build help file for right to left and non english language

    hi erverybody, i have a big problem ,please help me
    i creat a c# appliction with vs.net2005 and i want to write
    help file for it .i need a software to creat help file for non
    english language(such as persian or arabic) and right to left
    support . i tried many helpware chm builder tools but each of them
    made a problem .i dont know what to do .what is the best solution
    for creating help files for right to left and non english languages
    how can i build my help file with f1 helping ability .thank u
    so much
    Text

    Hi Mr_Sia and welcome to the RH community.
    You could try looking at the HAT Matrix. This is a comparison
    of all the help tools around. Click
    here to go to it.
    RoboHelp itself, whilst it does support over 35 different languages
    does not support Persian or Arabic.

  • I am getting emails in a foreign (non-english) language?

    I am receiving emails in a non-english language. I guess I must have pressed something during installation and/or startup. This is not a wish to choose a language to open web pages with it is the language with which Mozilla is attempting to communicate with me.

    This is not my problem; the emails are from Mozilla.
    I tried the previous suggestion and it looks like its going to work but at the end it pops up a screen that says "How Embarrassing". I says the problem could be caused by an open web sight or to set up a completely new session, which doesn't work either.

  • Customer conversion for non-english language

    Hi:
    We have a requirement to convert customer data from lagacy system to Oracle EBS supporting English and Non-English languages. Our conversion programs for english is working fine but we are not sure about the approach for other language converions. Can anyboody share the knowledge if faced similar requirements?
    Thanks /Santanu

    I believe your conversion programs should work regardless of the language the data is stored in, as long as the database and Apps use UTF8 characterset. To the code, data is data, whether it is in English or in another language. Your approach should be to test your conversion programs in test instances and tweak them as necessary. Are there specific concerns you have with using data in other languages ?
    Srini

  • Customer conversion for Non-English languages

    Hi:
    We have a requirement to convert customer data from lagacy system to Oracle EBS supporting English and Non-English languages. Our conversion programs for english is working fine but we are not sure about the approach for other language converions. Can anyboody share the knowledge if faced similar requirements?
    Thanks /Santanu

    Duplicate thread (please post only once) ...
    Customer conversion for non-english language
    Re: Customer conversion for non-english language

  • Handling Non-English characters in the payload

    Hi Gurus,
    We are currently facing an issue in XI with Non-English characters. When we are trying to process Non-English characters in the payload , they are getting converted in to Junk characters at the receiver end. This scenario inbound to SAP ( File to Idoc scenario ) . Is there a way that Non-English characters can be handled in XI.
    Regards,
    Nick

    Hi Nick,
    I have knowledge of some problems when showing some kind of chinese character when
    dusplaying XML messages. If it's the case, check notes:
    #1135671 - ITS HTML viewer: incorrect display of xml documents
    #1072127 - ITS HTML Control: xml file rendering problem
    With regards,
    Caio Cagnani

  • Non English language support

    Hi,
    We use measurement studio 6 in a non Unicode application, written VS2008 C++.
    We have problems displaying non English characters in CWGraph.
    1. Is there a way to set language or codepage for CWGraph dynamically? statically?
    2. Will switching the application to Unicode can help in this issue?
    3. If the above answers are false, do later versions like 7,8.x can help in this issue?
    Any other suggestions are welcome.
    thanks

    The only information I have been able to find on this is here.  It seems like you may need to change to unicode, and 8.0 or later.
    Jensen
    National Instruments
    Applications Engineer

  • Square boxes instead of Japanese characters in pdf output of a crystal rep

    Hi All,
    Did anyone of you ever faced such an issue, where the pdf output of a crystal report shows square boxes instead of Japanese characters when the output is saved in pdf. However the crystal report output looks perfect. I have saved the ouput in xls and rtf formats the characters look perfect as required, the issue we have is when the output is saved as pdf.
    I have language pack installed on my machine.
    My guess is that the few Character's width is not sufficient and few Characters in other fields appear perfect in pdf. I have to test this, it might take few days before I can access this report. Before that I want to gather information. If anyone has solution to this issue please let me know.
    Thanks,
    Ravi

    Hi,
    Could you please answer the following questions
    1.What version of Crystal Reports are you using?
    Go to Help-> About to find out.
    2.What is the font you are using on the report?
    Try to change the font style to MS Gothic or Arial Unicode MS, most preferably MS Gothic.
    And export the report to PDF format.
    This may help you
    Thanks,
    Praveen G

Maybe you are looking for

  • QT stops playing half way the clip

    I think it started happening after the last QT update. QT clips that were playing fine, now have this problem Here is what happens: 1. QT starts playing clip 2. all of the sudden video playback pauses, but audio keeps going 3. when you press "play" a

  • Installing on G4 iBook

    Help! Trying to install leopard from the DVD (purchased from apple store last wk) and having no end of trouble. Plenty of HD space and RAM etc. First it did nothing when i put it in, asked me to restart. Then i did restart and it asked me do I want t

  • HT1937 reset and restore iphone4 from lock out

    Please help me figure out how to reset and restore my iphone4 after being locked out because the passcode that I created and instantly forgot so it locked me out.

  • Error in vendor upload using LSMW

    Hi all, If I create central vendor manually using XK01, fields for postal code and city in 'street address' are optional. But if I try to upload vendors with LSMW and with central management active, these fields becomes mandatory. Can anyone tell me

  • Emoticon/Smileys not displaying... I get TEXT ;-) instead!

    Hi, This just started out of the blue. DIdn't do any update or anything. I click to send a SMILEY face in my ichat and on my end I see the TEXT version of the smiley instead of the cute image. What can be causing this? I tried to quit iChat and open