Language Conversion in Smartform

Hi Gurus,
I have a little problem with a Smartform... I need to show differents languages in the same Form, depends on the client language.
Can somebody help me?
Many thanks for all
Rakesh R

hI
if the language parameter, be it a flag or sy-langu is passed to the Smartform, then u can have different variables for the same text carrying the same word in different languages. Based on the language parameter, u can use conditions in ur Smartform to display the correct word depending on the language. Hope u clear...
By adding a Text module we can do this.
i.e in smartforms transaction
you can see the text module
in that text module you can upload any type of language
and add this in your forms.

Similar Messages

  • Urgent ,Where the Smart Form once the change the language conversion??

    Hi Experts,
    I had done the language conversion (smatform thru SE63)from English to French. Once I had done the target smartform. I am trying to save and activate the same, its not asking any request number, Its just simly saved. How can we track this and  How could we know it transports the successfull

    Hi,
    Go to SE03 and choose Object Directories entries.There use the form and click f8.You will find the transport and can change the package accordinglu.
    Reward if useful.
    Thanks,
    Dishant

  • Direct Conversion of smartform into PDF system has to take spool request ?

    does anybody know:
    Direct Conversion of smartform into PDF, system has to take spool request dynamically..
    i don't mean to use the SE38 calling PRG RSTXPDFT4 to transfer SAP sript into PDF.
    thanks
    SRIDHAR

    --strike Yes this is what I understood.
    In the structure job_output_info of your function you'll find your OTF data :
    st_ssfcrescl-otfdata --
      CALL FUNCTION smartform_fonction_name
            EXPORTING
    *     ARCHIVE_INDEX              =
    *     ARCHIVE_INDEX_TAB          =
    *     ARCHIVE_PARAMETERS         =
          control_parameters         = st_ssfctrlop
    *     MAIL_APPL_OBJ              =
    *     MAIL_RECIPIENT             =
    *     MAIL_SENDER                =
          output_options             = st_ssfcompop
          user_settings              = ' '
        IMPORTING
         document_output_info        = st_ssfcrespd
         job_output_info             = st_ssfcrescl " This is the one which contains OTF data
         job_output_options          = st_ssfcresop
        TABLES
       EXCEPTIONS
         formatting_error           = 1
         internal_error             = 2
         send_error                 = 3
         user_canceled              = 4
         OTHERS                     = 5.
    -- Then you just have to convert, using something like that : --
    * Convert OTF to PDF
      LOOP AT otf_data INTO w_otf.
        CONCATENATE w_otf-tdprintcom w_otf-tdprintpar
        INTO w_pdf.
        APPEND w_pdf TO i_content_txt.
      ENDLOOP.
      CALL FUNCTION 'SX_OBJECT_CONVERT_OTF_PDF'
        EXPORTING
          format_src      = 'OTF'
          format_dst      = 'PDF'
        CHANGING
          transfer_bin    = w_transfer_bin
          content_txt     = i_content_txt
          content_bin     = i_content_bin
          objhead         = i_objhead
          len             = v_len_in
        EXCEPTIONS
          err_conv_failed = 1
          OTHERS          = 2.
      v_size = v_len_in.
      pdf_itab_size = v_size.
      it_pdfout[] = it_pdf[].
    * Create the PDF File
      CLEAR it_pdfdata.
      REFRESH it_pdfdata.
    *  it_pdfdata[] = it_pdfout[].
      LOOP AT it_pdfout.
        MOVE it_pdfout-tline TO it_pdfdata-line.
        APPEND it_pdfdata.
        CLEAR it_pdfdata.
      ENDLOOP.
    -- The smartform creation and the PDF creation are done in the same time...--
    OK, So what do'nt you want to use the RSTXPDFT4 program ?
    Hope this helps,
    Erwan
    Edited by: Erwan LE BRUN on Aug 28, 2008 12:02 PM
    Edited by: Erwan LE BRUN on Aug 28, 2008 12:03 PM

  • Displaying English and ARABIC language on a smartform?

    Hi All,
    Hi Folks, I have an issue printing two different languages on a smartform; I should print English and One more language of ARABIC style (RIGHT TO LEFT). In Debugging mode i could see the Arabic Text exactly in the format which i have entered but when i print it takes the other way.
    For Ex: ABCD - (Fyi - this is of Arabic Language dialect)
    o/p: ( i m getting) DCBA
    i tried with Text Include n Text Element during debugging i could see the data as DCBA but when i print the system (MS Tools - Word) are recognising the Language is of Arabic and its automatically changing the cursor position to the end ((**I found this in XML Format of Smartform)). so the form is printing from the new cursor position i.e A; and its displaying the output as ABCD.
    Note: I have no problem with List, Screen Etc. except "Form".
    Please Advice me. Thanks in Advance.

    Shekher,
    Check the printer device type you are using.
    For printing the Arabic output you need the printer defined using ZARSWIN device type. Ask the Basis consultant to do the same.
    Regards..

  • Problem in Chinese Language conversion

    HI ,
    I have some probelm in chinese language conversion.
    Scenario:
    1.I am trying to send the saleorder details as a mail, from the output types of sale order.
    2.The details of the related cutomer in sales order is maintained in chinese in (XD01)
    3.When I login in chinese language the mail generated is having chinesse texts as expected..But when i login in english language, the mail generates some JUNK values in place of chinese texts in SOST.
    Note: If i generate a mail by loging in English, i need the chinese text as such maintained in XD01.Please give a solution for this problem.

    Why is this a problem?  It is just a way of letting Chinese users know about a new set of discussion forums in their language.

  • Language display in smartform

    Hi,
    all.
    how to display the contents of a form in chineese language in a smartform when i logged on with english language

    Hi ,
    In your sap screen in the end of the Application toolbar there is button called Customizing of local layout then goto the Character set then click on the simplified chinese or traditional chinese . Then you are able to see the chinese contents with the help of english log on language.
    Thanks!
    Please reward points if it helps you

  • Language conversion of text on buttons in application toll bar of report -

    Hello,
       Can you please let us know,
      How to convert the language(EN -> FR)  the text  for buttons in application tool bar of a report . I have tried  with SE63.  If SE63, pl let me know the navigation path ?
    Regards
    Badari

    Hi,
    This would happen in much the same way as text-elements and would be a straightforward language conversion.
    For your [reference|http://www.sapdev.co.uk/country/Lang_Conv_Issues.htm].
    May it helps you.
    Regards,
    DS.

  • Language conversion or translation is available for oracle istore

    Hello Gurus,
    I am dealing with multiple language in iStore.There all the messages that which are displaying in iStore site are the FND MESSAGES. For one language itself I am nearly using 100 FND MESSAGES like that I am going to use 5 more languages for the same site. Its really painful thing to create FND MESSAGES for each and every language. Here whats my question is
    "Any Language conversion or translation is available for oracle istore to do this?". Could anyone please help me on this.
    Please suggest me to cross this difficulty. Its really high priority.
    Thanks,
    Vinoth

    873376 wrote:
    Hello Gurus,
    I am dealing with multiple language in iStore.There all the messages that which are displaying in iStore site are the FND MESSAGES. For one language itself I am nearly using 100 FND MESSAGES like that I am going to use 5 more languages for the same site. Its really painful thing to create FND MESSAGES for each and every language. Here whats my question is
    "Any Language conversion or translation is available for oracle istore to do this?". Could anyone please help me on this.
    Please suggest me to cross this difficulty. Its really high priority.
    Thanks,
    VinothYou need to do it manually.
    Re: Internalization
    Re: translate extensions
    Thanks,
    Hussein

  • Language conversion in BI

    Hello Forum,
    The data from the data source is in Chinese format, When loading it into BI i need to convert into English and load it into BI.
    Is there any standard SAP methods or steps that we can follow for performing a language conversion.
    Thanks and  Regards,
    KK

    What do you actually want to translate?
    The text in the datasource?

  • Language Conversion Issue in PI

    Hi Experts,
    The scenario is from IDoc to PI to File System. There is one particular field in the source IDoc which needs language conversion to Spanish.
    Can you please guide me when the IDoc XML comes into PI how can I convert that particular field in Spanish Language and also how can I convert the whole IDoc XML content to Spanish language?
    Thanks,
    Arkesh

    Hi Arkesh,
    I think you can achive using a work around.
    1. Find/write  a function module/ BAPI in SAP which can be used for language converison.
    2. You can pass the text in english to the function module using RFC lookup function, which in turn will return the converted text in spanish.
    I am not an ABAPer but you can ask your abaper to check and developed fxn module based on following fxn modules
    SXMI_MESSAGE_TRANSLATE_INT
    TERM_TRANSLATE_TEXT
    HR_RU_TRANSLATE_XML
    Regards,
    Deepak.
    Edited by: Deepak  Shah on Feb 11, 2011 12:21 PM

  • Language conversion issue in PI7.1

    Hi,
    My sceanrio is file to Idoc. Am facing language conversion issues.
    For example one of the field in the source file is having the value "Différence sur net". And in the IDOC field the value is appearing as "Différence sur net".
    With the same data I have done file to file scenario with and without content conversion and the output is coming correctly as "Différence sur net".
    I have enabled Unicode check box in RFC destination also in XI server. But still its coming "Différence sur net" . Please advice how can I get the target field value same as that of the source field vale.
    Can anyone help me to sort out this issue?
    Thanks.
    Dinesh

    Hi,
    In Channel try with using the File type: text and encoding : UTF-8.
    I think this will solve your issue.
    Thank you,
    Siva

  • Question on Language Conversion exit

    Does anybody know whether Language Conversion exit gets executed when sourcing data from SAP systems (R/3, CRM)?
    I am sourcing data from CRM, SPRAS(2 digit) is mapped to 0LANG(1 digit) in the transfer structure. Spanish(ES) and English(EN) for some reason is interpreted as English(E) instead of E and S.
    In T002 table I see both the entries for english (E) and spanish (S) and if the conversion exit would have applied, these two digit language code from the datasource should be converted to the corresponding one digit code.
    Can I assume that these conversion routines are executed only when sourcing data from non-sap systems.
    Please let me know your ideas.
    thanks
    George

    Conversion routine ISOLA converts the two-digit ISO language abbreviation INPUT into its SAP internal OUTPUT presentation. These are assigned using the LAISO and SPRAS fields in table T002. An INPUT that cannot be
    converted (because it is not defined as T002-LAISO) produces an error message and triggers the UNKNOWN_LANGUAGE exception.
    Because they are compatible, single-digit entries are supported in that they are transferred to OUTPUT unchanged. They are not checked against table T002.
    The difference between upper and lower case letters is irrelevant with two-digit entries however with single-digit entries, upper and lower case letters stand for different languages.
    Now I have no system availabilty...try to search in SE37 with ISOLA and then F4...
    Did you debug your transfer rules ?
    Bye,
    Roberto

  • Smartform Language Conversion

    Hi,
    The Origin of Smartform is in GERMAN Lang. Afterthat  Changes(added 4 fields to display using text elements) has been Done in ENGLISH. Now the Issue while Display the Smartform in French the values for the above four fields are not getting displayed.
    We tried to change the language in german and for English and german only it is getting displayed . but in case of FRENCH it is not getting displayed. Kindly  Advice.
    Thanx in Advance

    Hi Jack,
    I tried but still i am facing the problem. In Debugging mode i checked for both english and French. In English it is working fine ( i.e it is displaying the text and values) but in french it is displaying the text only. (Note: In the debugging mode while checking the text element, i found that the text is getting displayed but the variables which holds the values are not there. I tried to give the variables manually and then it is getting displayed)
    Can u tell me why the variables are not displayed while i try to display in french???
    Thanx in advance..

  • How to handle the multiple language in SAP Smartform

    Hi all!
    I need to handle both English and French language for a form in smartform, that form was already maintained in English(EN) language, I need to copy of that form and it should be maintained in two languages(English and French). Anybody can guide me how to do this.
    Thanks in advance,
    palani.

    Hello,
    Use transaction SE63, after activate your smartform, to translate.
    Regards
    Frédéric

  • Language Conversion from Unicode 8 to Character Set

    Hi,
    I am creating a file programmatically containing Vendor Master data (FTP interface).
    The vendor name and vendor address is maintained in the local language (Taiwanese) in SAP System, these characters are in Unicode 8 character set.
    The Unicode character set should be converted to BIG5 for Taiwanese, and then send this information in the file.
    How can I perform this conversion and change the character set of the values I'm retrieving from table (LFA1) to character set BIG5.
    Is is possible to does this conversion in SAP, does sap allows this?
    /Mike

    Hi Manik,
      I am also having a similar requirement, as I need to convert the unicode chinese character to GB2312 encoded chinese character,. I already posted in forums but didnt get the required the solution.
    Can you please provide the solution which you implemented and also confirm whether it can be used  to solve  the above problem.
    Hoping for your good reply.
    Regards,
    Prakash

Maybe you are looking for

  • I fixed the Flash Player Problem...Here's How

    Okay, this worked for me.  Whether it will work for you, I hope so.  Thanks to Duelly Noted for much of the work, and dumb luck for the rest. First, you need 3 user accounts for windows.  When you open the start menu, on the top is the username and t

  • How can I create a background within a border leaving space at top of the page but fill to bottom?

    This is simply a skecth to hand a client but I can't get the bordered fill to fill the screen to the bottom. The Contact and Address are in the footer. Watched the "Defining a Background" video but it refers to the "Browser Fill" button and there is

  • How do you choose what music goes onto your iPhone?

    My iPhone has finally hit capacity, mostly with music.  I don't want to delete things from my library, because my comptuer has plenty of space, but I want to limit what gets sync'd to my iphone.  I.E. There is old music that I don't listen to regular

  • 0FIGL_O02  partitioning options

    Hi   Our GL DSo is growing huge,Currently holds more than 75Million records.Now we are considering partitioning it. Can any one update me with ideas...how to perform partitioning without interputting Daily deltas Thanks

  • Help with Flex - PHP - and SQL Server

    Good afternoon, I have been working on this problem for over a week and am at my wit's end. I am trying to create an application that will allow me and my fellow statisticians to share code easily. The technologies at my disposal are Flex, PHP and SQ