Smartforms Language Problem

Hi freinds,
My requirement was to out get the output of the form in two languages English and french.
I got the output in English.
Can anyone please let me know the way to output the form in french.
Please help me in doing this.
Thank you,
Nivedhitha.

Hi Niveditha,
In order to get the output of the SMARTFORM in French language or any other language , First check the <b>Translate to all Languages</b> radio button.
Then design the Snmartform.
Later logon using the French Language and then call the required Smartform, and then execute it.
Otherwise change the Smartform language to French Language.
Hope this resolves your query.
<b>Reward all the helpful answers.</b>
Regards

Similar Messages

  • Smartform language problem

    Hi,
    I developed one smartform with EN language and i have written the drive program also. But when im configuring  form name to
    program name in Nace t.code  it is showing like " Smartform En langu is not available". Please help me out in this issue.
    Regards,
    Narasimha.

    Pls find below steps to add any form to NACE, Pls check all this again,
    1. Goto in NACE
    2. You need to ask your functional buddy to let you know about Application area, I suppose u need to take V3 (Billing).
    3. Select V3 from the list and then click on Output Types, select any output type (Which you wud like to give to your smartform)
    4. Else if you like to create a new one for your script, then on same screen click on change button, then click on New Entries
    And give all the detailed info.
    5. To use existing output types, select a output type like "ZEDI", at the left hand side double click on Processing Routines.
    6. In the Processing Routines block, Give the Program name as print program and here you need to give your Smart form name in Form option.
    You mean to say when you are saving the settings you are getting that error???

  • Sapscripts To Smartforms (Paragraph problem)

    Hi everyone,
    It' possible to convert automatically, all the paragraphs from one SAPscript to a Smartform style or similar?.
    My problem is that i have 60 o 70 paragraphs in the SAPscript and i'm searching a automatic process for migrate them to a Smartform.
    Greetings.

    Hi,
    If you are talking of Styles then goto tcode SMARTSTYLES -> UTILITIES -> Convert SAPScript Styles.
    If you are talking of paragraphs as in SAPSCript then goto Tcode SMARTFORMS ->UTILITIES -> Convert SAPScript.
    Regards,
    Amit
    Reward all helpful answers.
    Yeah, by formats means styles, so if you want you can also convert the styles too from SAPScript by using other method or delete the current one and choose any from smartform styles.
    Message was edited by:
            Amit Khare
    For language problem just change the maintain language for the form.But it will give some more errors later.
    Message was edited by:
            Amit Khare

  • Smartform upload problem (within same Version)

    i have download smartforms from 4.7 first and than uploading it in same 4.7 but error occurs as below:
    first:  "A serious error has occurred
    The transaction had to be terminated".
    than second: Internal error (illegal structure of data storage)
    Message no. SMARTFORMS002.
    i can uplodad smartform successfully than and check also successfully,
    but while i do final activation it causes above error.
    what can be problem, is due to smartforms style problem, but i tried removing all style of text elements, thought it creat that errors,
    if any can knhow how to upload smartform successfully and solve above error.
    regards,

    L.S.
    I just encounter a similar error when activating a smartforms. I had made some changes, maybe by copy nodes through memeory into another smartforms and/or deleting one %GRAPHICS1 and making another.... smartforms got confused somehow and gave me an abort error 002.
    I debugged the coding of activating smartforms and found out that ( in my case ) sap coding tries to insert duplicate entries in table stxfobjt.
    Here is the part of coding where you can put your breakpoint and adjust the internal table tobjt if you have the same problem.
    I made the line  insert stxfobjt from table t_objt.  BOLD ( in plain text with * : it s  not a remarked coding line )
    SAPLSTXBX                      / LSTXBXU36
    FUNCTION                       / SSF_SAVE_FORM      
    Speichern der Tabellen
      if i_active = space.                         " gesicherte Fassung
        export t_ntokens t_objt t_ltext t_noltext
               to database stxfconts(xx) id i_formname.
      else.                                        "     aktive Fassung
        delete from stxfobjt where formname = i_formname.
        try.
          insert stxfobjt from table t_objt.
        catch cx_sy_sql_error into l_exception.
          get reference of t_objt[] into l_dref.
          raise exception type cx_ssf_fb
                exporting textid     = cx_ssf_fb=>err_on_insert
                          table_dref = l_dref.
        endtry.
        perform save_ltext using i_formname t_ltext.
        export t_noltext t_ntokens unchecked = i_header-unchecked
               to database stxfcont(xx) id i_formname.
        delete from database stxfconts(xx) id i_formname.
      endif.
    Good luck all with debugging SAP's bugs
    Regards,
    Edwin Glaser
    doubleclickyourprogrammer [at] sap4u.nl

  • Smartform upload problem

    i have download smartforms from 4.7 first and than uploading it in same 4.7 but error occurs as below:
    first:  "A serious error has occurred
    The transaction had to be terminated".
    than second: Internal error (illegal structure of data storage)
    Message no. SMARTFORMS002.
    i can uplodad smartform successfully than and check also successfully,
    but while i do final activation it causes above error.
    what can be problem, is due to smartforms style problem, but i tried removing all style of text elements, thought it creat that errors,
    if any can knhow how to upload smartform successfully and solve above error.
    regards,

    i have tried deleting one by one elements and found that problem in address element,
    i have just delete it and active it that it got activated,
    and again after deletion i have put sam variable in address element for displaying adress dynamicaly and set length and width all same that it fot activated!
    than what the problem at first time activation?
    is there any runtime conflict or what?
    regards,

  • Language problem in JSP please help

    Hi all java guru;
    Altough I tried all different way I can not solve the my problem.
    My problem is Turkish language problem in JSP.
    If my jsp page use database applications such as push or pull data to my SQL 2000 database or call some datas from database, some data which contains turkish caracter are seen wrong. suc as ����� is to ??????
    what is the problem?
    But important point is that; this is only Database data which come from sql database. But I can see JSP data or HTML data truly.
    I try different method to solve in JSP page;
    1-request.setEncoding("iso-8859-9");
    or
    request.setCharacterEncoding( "windows-1250" );
    2-
    @contentType="text/html; charset=iso-8859-9"
    @page pageEncoding="iso-8859-9"
    3-
    <meta http-equiv="Content-Language" content="tr">
    <META http-equiv="Content-Style-Type" content="text/css">
    4-
    ISO-8859-9 is turkish charecter spefications
    String TR_tlp = new String(NEW_TALEP.getBytes(),"ISO-8859-9"); // this parm is inserting database but problem is go on.
    5-
    for the database...
    Properties props = new Properties();
    props.put("user","login");
    props.put("password","password");
    props.put("charSet","UNICODE");
    6-
    url= "jdbc:microsoft:sqlserver://IP_NO:1433;databasename=database;TRUSTED_CONNECTION = true;CHARSET="+sun.io.ByteToCharConverter.getDefault().getCharacterEncoding();
    or
    url= "jdbc:microsoft:sqlserver://IP_NO:1433;databasename=database;TRUSTED_CONNECTION = true;CHARSET=ISO-8859-9"
    con= DriverManager.getConnection(url, kulad, sifre);
    I am using tomcat 5.0.19,
    is there any way to solve this problem... Please help......

    Were you ever able to solve your problem?
    I have a similar problem.
    My database is storing the characters correctly and they can be viewed in Java, but when I try to convert them to unicode using:
    String inputUtf8 = new String(input.getBytes(),charset);
    it works for almost all characters, but some come through as noncharacter "boxes."
    The characters that come through as boxes in iso8859-1 are the ones that are in the "supplementary" character range of that set, such as:
    - curved left and right quotes
    - "TM" symbol
    - bullets
    - m dash and n dash
    (see this table: http://www.csgnetwork.com/htmlchrset.html for a more complete list of the supplementary characters )
    Any idea what I need to do to have these characters show up properly?

  • Smartform language

    Hi SAP prfessionals.
    this is maharana.
    i have some issues in smartforms.
    1) in 4.7 version i tried to convert smartform language in french or german.so in FORM ATRIBURES TAB i selected
        the middle radiobutton SELECTED LANGUAEGS and choose FR and i activate it.but prob is that the form is not converted into
       FR language. so plz giude me how to convert language into other language.
    2) a field is given to me,so how can i find the table name related to that field.
        if a structure is given then how can i find the table ,field name.
    plz solve these issues.

    Hi,
    To Convert SF from one Lang to other.
    go to
    ->se63->translation->Abap objects->other long text-->forms & styles...
    Regards
    ABG.

  • Language problem with Safari!

    I can't view the Arabic language correctly with "Safari". I chose the "Arabic (Windows )" as my "Default Encoding". I'm using "Safari 3.0.3 (522.15.5)". My OS is "Windows Vista Ultimate". "Arabic" is my current language for non-unicode programs. I don't have this language problem with neither "Internet Explorer 7" or "Firefox 2.0.0.7". I really like the "Safari Web Browser" but this problem si really annoying. How can I solve it? Thanks!

    Try to run nightly version of Safari: http://nightly.webkit.org or wait for final version of Safari. Localization issues are major known bugs in Safari.

  • SMARTFORMS language translations are not stored

    Experts,
    I am trying to translate a SMARTFORM from Language EN to Languages ES, PT & DE.
    After maintaining translations using SE63 when I check the output it is giving the correct output with language translations but after changing the english version again, when I tried to give the output in language ES, PT & DE all my translations are gone. I dont know the reason why it happened, even I have created the transport using the program 'RS_LXE_RECORD_TORDER' as well.
    Again I did the same thing second time i .e. translated the texts in different languages and again changed the form in language EN (base language) and activated it and after this, again I have tried to give the output in languages ES, PT and DE, again the same all my translations are gone and displaying only in English language.
    Kindly give some ideas so that this problem get resolved.
    Thanks,
    Kalikonda.

    Jay,
    Allotted points for your advice, but actually before asking this question I already searched in the forums and found the same program, but I thought that since my language translations are not getting stored, I may be using wrong program for the transport to be generated.
    Thank you very much for your advice and help.
    Kalikonda.

  • 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..

  • Generate PDF from SmartForm Style Problem

    Hi everyone,
    I am a starter at ABAP.I made document with SmartForms.There is a 3 pages.According to Table Information SmartForms tables can be changed. I coded a how to transfer informations to pdf. My problem is  the field values included 'ğ,ş,i' letter.But this letters doesn't shown in pdf.This letters show like a 'X' .  How can solve this problem ?

    Hello,
    Firstly you need to check if the correct fonts used in the form.
    You can check the SAP note:
    776507 SAPscript/SmartForms: Which fonts for which languages?
    Also check if you are using the correct device type for the PDF output, if your system is a unicode system you can use
    device type SWINCF or PDFUC as per SAP notes: 812821 and 999712.
    Regards,
    David

  • Sapscript to smartform migration problem

    Hello,
    I'm trying to migrate sapscript form to smartform. I used standard way in smartform transaction. After migration I found out that not all of sapscript windows waren't migrated. What's wrong? Does anybody deal with this problem? What's possibly cause?
    Best regards,
    Josef Motl

    hi
    check the below document may be helpful for you
    Here is the background info from SAP
    http://help.sap.com/saphelp_nw04/helpdata/en/9d/9599386185c064e10000009b38f8cf/content.htm
    Step 1. Access the initial screen. Choose Tools>Forms printout>Smart Forms (transaction SMARTFORMS) from the SAP Easy Access Menu. The dialog window SAP Smart Forms: Initial Screen appears.
    Step 2. Name the form. In the Form Field, enter field name you want to give, for example ZTF_GR_## (based on your company standard starting with Z to identify this as a customized form, where “##” is the group number).
    Step 3. Access the migrate function. Go to Utilities>Migrate SAPscript Form. In the dialogue window enter the SAPscript form name, for example Y_SAPSCRIPT_STD. Choose the Check button.
    Step 4. View the migrated layout. On the screen that appears, the SAPscript form is migrated into a rough Smart Form . Click on Form Painter to see an overview of the form layout.
    Use the following steps for mass migration or simultaneous migration of multiple SAPscript forms: Step 1. Run the mass migration program. In Reporting (transaction SE38), select the program SF_MIGRATE and execute it (Figure 3). Select the names and the language of the SAPscript forms and click the execute icon. The system creates the Smart Forms named for the SAPscript forms plus the extension SF. It displays a list of the migrated forms.
    Step 2. Make changes (if necessary). To change and adapt a form, go to transaction SMARTFORMS. Then activate the changed Smart Form.
    Once the SAPscripts are converted, whether in Smart Forms or Smart Styles, you should clean up any errors made during the conversion process, in terms of attributes, window alignment, or syntax errors. Cleaning up errors during conversion is often standard procedure, as SAPscript might have used local logic. Errors may occur when a field displayed is extracted or manipulated to display and doesn’t exist, or fields exist but appear with no values. Errors may also arise in ABAP syntax.
    Step 1. Define the Import Parameter. Double-click on the Global Settings> Form Interface from the navigation menu
    Step 2. On the Import Tab, enter the import structure information. For example, enter Parameter Name (table name, such as LIKP), Type Assignment: Type, Reference Type (table name), Optional (or Mandatory); Pass Val: (Passing value indicator). This must be done for all the data retrieved from the SAP tables.
    Step 3. Remove irrelevant or unnecessary windows. To delete a navigational menu node, right-click on the node, and select Delete. Since you start with windows in SAPscript, there might be redundant windows created for text.
    Step 4. Set the first page. Delete the NEXT page node on the menu tree. Double-click on the first page node. In the General Attributes tab, change the Next Page value to FIRST.
    Step 5. Delete the DETAIL frame window. Expand the MAIN window and delete all its text nodes.
    Step 6. Adjust the text nodes. Click on the text nodes and let the system fit the text.
    Step 7. Save and check the syntax.
    Refer this thread:
    Re: Migrating SAPscript print program to Smartform
    ~~Guduri

  • Smartform output problem in dunning

    Hi
    I've done a search for this problem in the forums and found what I thought was the answer but it still doesn't work...
    My dunning FM passes paramter IS_SFPARAM to the smartform (which is a copy of the standard SAP form F150_DUNN_SF). the initialisation in the form then calls FM GET_SF_DUNN_DATA in order to populate all the data from the IS_SFPARAM parameter.
    However, as far as I can see, inside FM GET_SF_DUNN_DATA, a method is called to populate h_mhnk and use that to check that the parameters like gs_sf_mhnk are populated. If they are not, it raises exception no_parameters_found. I thought the FM set those parameters in the first place! How can I set parameters gs_sf_mhnk, gs_sf_fsabe and all the others in there? i am always getting the no_parameters_found exception at the moment!
    Any help appreciated.
    Jon

    use smartform_trace transaction to trace ur smartform for errors.
    also open ur smartform goto environment and get fm name now in the end some number wud be thr like this \...\SF000091 modify it and use it in se38 like this \...\LSF000091F01
    it will open the code insert session break points and now check by running the smartform
    кu03B1ятu03B9к

  • Language Problem while exporting and importing data

    hi,
    I have Oracle version 8.1.7.0.0 installed on one server and 9.2.0.1.0 installed on new server.
    I'm copying and pasting my version info from SQL*Plus:
    SQL*Plus: Release 8.1.7.0.0 - Production on Mon Aug 22 10:46:31 2005
    (c) Copyright 2000 Oracle Corporation. All rights reserved.
    Connected to:
    Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    SQL>
    SQL*Plus: Release 9.2.0.1.0 - Production on Mon Aug 22 12:30:06 2005
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to:
    Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - Production
    SQL>
    I created new user on my new server from enterprise manager.
    Exported user from the old server and imported in the new server.
    i.e: from Oracle8i Enterprise Edition Release 8.1.7.0.0, I did
    c:\>exp system/manager file=abc.dmp owner=abc
    Then on the new server Release 9.2.0.1.0, I did
    c:\>imp system/manager file=abc.dmp fromuser=abc touser=abc
    I'm using Arabic Language on my both servers. NLS_LANG parameter on both the servers is AMERICAN_AMERICA.WE8MSWIN1252.
    On both the servers I'm able to insert and select data in arabic.
    However, after I export the data from old server to the new server, the arabic data comes in question marks.
    If I create new table and insert arabic data on new server's user abc it is displaying well. Only the data which I exported and imported is not showing arabic.
    On both old and new servers operating system is Windows XP.
    I'm stuck with this problem. Anybody having any idea about how to solve this problem please help.
    Thank you all in advance.
    Regards

    Let me be clear here. Storing Arabic data in a WE8MSWIN1252 database is not supported by Oracle and will lead to problems. You are incorrectly using the NLS_LANG to prevent proper conversion and your data appears to be okay when you use utilties like SQL*PLUS to view your data. When you write applications that don't rely on the NLS_LANG like JDBC thin driver for instance you will realize your data is in fact invalid. To learn more about the NLS_LANG you can take a look at this FAQ: http://www.oracle.com/technology/tech/globalization/htdocs/nls_lang%20faq.htm
    To migrate your database to a proper character set you can refer to this paper:
    http://www.oracle.com/technology/tech/globalization/pdf/mwp.pdf
    But please do not ask for help in supporting your current configuration in this forum.

  • Mavericks OSX Update 10.9.1 is out - fixes language problem

    See:  http://support.apple.com/kb/HT6065
    The new update to Mavericks fixes the problem with updates not showing, if the primary system language is not set to English:
    Fixes an issue that prevented iLife and iWork apps from updating on non-English systems
    It does not mention Aperture - but hopefully this problem has been fixed for Aperture as well with this update.

    Actually, this is an id10T mistake.  I rebooted to the wrong hard drive.  Please disregard this problem.  It is solved.

Maybe you are looking for

  • Exporting data from SQL Server database to Oracle database

    Hello All, We need to replicate a table's data of SQL Server database to Oracle database. Can this task be accomplished using Import/Export wizard or Linked servers? Can help me regarding which Oracle data access components should i download to do th

  • CD burning with disk utility - format and size for 800 MB - 90 minutes CD

    Hi Support, I'm trying to burn a CD with 800 MB (90 minutes) using disk utility. When I create a new empty image I can select the size. Unfortunately there is no option for a 90 minutes CD. When I create the image with 800 MB and I try to burn it, di

  • Rejected password when trying to send e-mail

    When I try to send mail, I get a 'rejected password' message no matter how many times I reenter the password. What could be the problem? I lost one e-mail account when I did an upgrade to high speed about a week ago, and haven't been able to use my n

  • [Solved] X won't function after I log out of a DM (Awesome, i3)

    I boot into arch, and I log in the tty. I hit startx, in my .xinitc there's the line: exec awesome Or exec i3 I manage to log in to awesome/i3. If for any reason I want to change to another  desktop manager (i3, awesome always). I close down my curre

  • Safari is frozen by a fake security alert, how do I resolve?

    Safari is frozen by a fake security alert.  How do I resolve on my MacBook Air using IOS 8.1.2  Error Message: "Safari - Alert Your Browser has been Locked because of Possible Infections found in your Machine. Due to which your Browser Might be Corru