Having Russian text in SMARTFORMS

Dear friends,
I have a smartform which is in language EN. Now I have to make a copy of that form and change some hardcoded texts like Purchase order etc into Cyrillic(Russian) words. I have all the corresponding words with me. Now how do I go and paste these words (hardcode ) them? Should I have  Russian smartform to do that?
How do I change the language of the smartform? Please help.
Thanks!!
Veena

Hello Veena,
i faced a similar problem in our Czech implementation were the requirement is to change a form in english to be displayed in Czech.
you can traslate the smartform texts using se63. in the menu option goto Translation-> longtext -> Smartforms
then give the target language as Russian and put your Hard coded text against the required once.
thus your form will appear in russian.
reward points if helpul. do mail if you have any queries.

Similar Messages

  • Smartforms with Russian text.

    I am attempting to enter Russian text into a Smartform. I have edited the Smartform while being logged into SAP in Russian and English, but any Russian text displayed in the output has hashes (#) displayed instead of the Russian text. I've also entered the text in SE63 as well, again logged in as Russian and English, the results are the same.
    Strangely enough the data, like product name, is shown in Russian.
    The Smartform itself has the form_attributes->Language_attributes set to 'To selected languages' and with the Russian language being set. I have also tried using 'To all languages' as well, but with no change in effect.  The default language of the Smartform though is showing as English, and I don't think that this can be changed, or indeed needs to be changed, and is probably defined when the Smartform is initially created, choosing the current language as the default.
    Has anyone encountered this problem before.
    Regards
    Gary
    Edited by: Gary  King on Jul 24, 2009 11:52 AM

    I've managed to get Russian text out now using Se63. I don't know whether there's some locking goining on if you have the Smsrtform open in another session becuase I did get some very strange results. Anyway, I now exit Smartforms when using SE63 to enter texts and all seems fine now.
    I am very grateful for your replies, however, I really do wish that you guys would read the message properly. Someone said that I should ensure that Russian was installed, when I had previously said that I had already logged in with the Russian language, and someoen else said I should ensure my printer is capable of printing Russian when I had previously said that the data (material description) was appearing in Russian.
    With regards
    Gary King

  • Header text in smartforms

    how to get header text in any smartform with function module
    ''READ_TEXT'' having some text id i.e. z102.

    PERFORM READ_TEXT TABLES ITEXT
                     USING 'EX05' 'VBBK' text_del.
    READ TABLE ITEXT into witext INDEX 1.
    IF SY-SUBRC EQ 0. MODEOFTRN = wITEXT-TDLINE. ENDIF.
    REFRESH ITEXT.
    FORM READ_TEXT TABLES ITEXT STRUCTURE TLINE
    USING P_ID P_OBJ P_NAME.
    CALL FUNCTION 'READ_TEXT'
    EXPORTING
            CLIENT                  = SY-MANDT
    ID                      = P_ID----
    text id
    LANGUAGE                = SY-LANGU
    NAME                    = P_NAME---- (po, so , invoice no)
    OBJECT                  = P_OBJ
            ARCHIVE_HANDLE          = 0
       IMPORTING
            HEADER                  =
    TABLES
    LINES                   = ITEXT
    EXCEPTIONS
    ID                      = 1
    LANGUAGE                = 2
    NAME                    = 3
    NOT_FOUND               = 4
    OBJECT                  = 5
    REFERENCE_CHECK         = 6
    WRONG_ACCESS_TO_ARCHIVE = 7
    OTHERS                  = 8.
    endform.

  • Error in text window : smartforms

    Hi,
    In smartforms iam having a text window named text7. while executing this particular text window from transaction me9e it gives an error message saying " font family not maintained" . if i remove the text elements from that window iam able to see the output. if i write something on to that text window it gives the same message at runtime.
    i checked the style which iam using. the paragraph format which iam using on that text window exists. But do not ale ti find out why this runtime error comes. an anyone help me on this.
    Thanks,
    Rose.

    Hi
    Reset the paragraph and assign the different paragraph format
    then check the output
    later use the required one to set the same
    Regards
    Shiva

  • Handling texts with SMARTFORMS and SE63

    Hi all
    I am having a strange situation I cannot understand: I am working on a form on two side:
    1) changing aspects with smartforms
    2) handling texts translations with se63
    The problem is that now if I made some change on text in smartform, I cannot see on output. Say I put a text in the middle of the form with "Hello world!" in, I cannot see in its output. why? Is this because I am working also with se63? I tried to leave transaction se63 to avoid eventual conflict, but still ... if now I go in smartforms transaction and try to change the form I cannot see any changes and till yesterday I did not have this kind of problem.
    Any idea ?
    thanks
    Gabriele

    The problem was that modifying form modifies were not visible .. I don't know if was because I was using also se63 on same form ... Now I solved and all is turned normal and change are visible: I closed and restart everything handling in different moment se63 and smartforms .. very strange ...
    thank you anyway
    Gabriele

  • How to display long text in smartforms

    Hi experts,
    Iam trying to display long text into smartforms.I got the long text into ITAB frm database
    in the abap program.In the form interface how to define the variable?In the long text i have 6 lines.
    points guaranteed
    cheers
    kaki

    Kaki,
    Delcare a table and getting the LONG TEXT is not the right way of doing this.
    You create a TEXT object and change the TYPE to INCLUDE TEXT. Once that is done all you have to do specify the parameters of your long text - TEXT ID, TEXT OBJECT and TEXT NAME. These are the same parameters that you use for READ_TEXT funciton. You don't have to fetch the text manually, it happens automatically.
    Make sure this is a part of the main window as this might run into multiple pages.
    Regards,
    Ravi
    Note : Please reward the posts that help you.

  • How to add standard text in smartforms?

    Hi friends,
    How to add standard text in smartforms ?
    points rewarded soon
    Regards
    RH

    Creating the Standard Text:
    Go to SO10
    1. Enter Text Name.  For example, ZABC
    2. Text ID ST
    3. Language EN
    Click on Create.
    And enter the Required Information and save.
    To include a Standard text in SmartForm.
    Follow the steps below:
    1. Create a text node in the window.
    2. Under general attributes select "Include text" as Type.
    3. Specify the fields under Text.
    Text Name ZABC
    Text Object TEXT
    Text ID ST
    Language EN.
    Hope it helps.
    Regards.

  • How to use standard texts in smartforms

    Hi Friends,
          How to use standard texts in smartforms, ie in scripts we are using standard texts using tr so10.
    thanks in advance,
    regards,
    sharma.

    For long text
    method1
    Create TEXT node- general attributes change text type to include text
    then you can input text name/text object/text id/language
    method2
    create PROGRAM LINE node - use FM READ_TEXT to read it to a internal table
    then use LOOP or TABLE node to display it
    For TEXT module(For foreign language)
    Tr-code:smartforms -- choose Text module(not choose form)--create a text module object
    then enter smartform Create TEXT node- general attributes change text type to text module
    input the text module name which created by above
    btw SO10 is just for Scriptform, in smartforms we use text module to replace SO10

  • Russian text not appearing correctly in excel file while needs to be mailed

    Hi all,
               I am sending vendor data to each vendor to their email id through excel files in a report. This report does not display any of this data.
    For this iam using the FM. SO_DOCUMENT_SEND_API1. The excel sheet consists of Russian text. This Russian text is not appearing properly in the excel sheets sent through mail. Some weird characters are appearing instead of the Russian text.
    I tried using "Translate" but its invain. I also tried to generate the report by logging into the system in Russian still i could not get proper text.
    Kindly help me in resolving this.
    << Moderator message - Please do not promise rewards. >>
    Thanks and Regards,
    Venu.
    Edited by: Rob Burbank on Nov 17, 2011 12:22 PM

    Hi
    You mean to say that the table you have queried doesnt have a column called last_update_login right ? If its the case then what you did for debugging the error. Pls share it since i was also struggling with *<<<< needs to be declared abstract; it does not define the method setLastUpdateLogin() ..>>>*
    error.
    Thanks.
    Praveen

  • Standard text in smartform

    hi,
    I want to include one standard text in smartform how cani do it

    For long text
    method1
    Create TEXT node- general attributes change text type to include text
    then you can input text name/text object/text id/language
    method2
    create PROGRAM LINE node - use FM READ_TEXT to read it to a internal table
    then use LOOP or TABLE node to display it
    For TEXT module(For foreign language)
    Tr-code:smartforms -- choose Text module(not choose form)--create a text module object
    then enter smartform Create TEXT node- general attributes change text type to text module
    input the text module name which created by above

  • Help needed regarding 'Address Text' in Smartforms

    hi guys,
    To display the address text in Smartforms, we include an 'Address' component and provide the respective address number to it. I just want to know which is the table where the complete address text corresponding to the address number is saved. I have checked the 'ADRC' & 'ADRCT' tables but in vain. Help me out.
    With regards,
    Sandeep Panja.

    Hi Panja,
                 In smartform u have to pass the address no and it's give the full address by FM ADDRESS_INTO_PRINTFORM .plz check this fm and for address check the master table like vendor the table is LFA1 to get the address for it
    tarak

  • How to use a standard text in Smartform ?

    hi all...
    iam want to use standard text in smartform ?
    can any one tell me how to do this ?
    Thanks
    sandy

    use function module READ_TEXT  to read standard text .
    Regards,
    Shiva Kumar

  • How to paste arabic and russian text in indesign and have the fonts recognized?

    How to paste arabic and russian text in indesign and have the fonts recognized?

    There is a preference item for clipbaord handling that toggles text ony or formatted text when pating from external applications. You may be pasting unformatted text.
    And of course the fonts must be installed...

  • I have an iPhone 5c. Just started having trouble texting to certain numbers. I send a message, they receive it (most of the time) but it also comes back to me saying not delivered. Also, their texts to me are delayed, sometimes 4hours and sometimes more?!

    I have an iPhone 5c. Just started having trouble texting certain numbers. They receive them(most of them) but then it comes back to me saying not delivered. Also, their texts to me are delayed, anywhere from 4 to 12 hours.

    iMessages. I have gone into settings and turned off iMessages for one minute then reactivated it. Then I turned off network settings and then back on again. Today I'll try and restore the phone again to see if that works. Frustrating!

  • Russian text not appearing correctly

    I'm new to the Mac, please bear with me.
    I am attempting to translate some code developed by a Russian speaker however the Russian text appears in weird characters.
    See this screenshot: http://i34.tinypic.com/2yk1ilt.jpg
    I've tried everything I could think of to get it to appear correctly to no avail. I've looked at other Russian code to ensure it was not just his files and it's not. I'm assuming it's something on my end not allowing it to appear correctly.
    Please help a frustrated developer get back on track

    The TextEdit option did not work however your suggestion to view the file in a browser proved successful. I switched the character encoding to Cyrillic (Windows-1251) and the Russian text appeared as it should. I was using TextWrangler to view the files set to the same setting yet it remained the same. Not sure why. In any event, many thanks for your helpful suggestions.

Maybe you are looking for

  • What's wrong? Simple button click to put input on to label

    I'm trying to build a simple application with an input box, button, and label. Clicking the button should take the input box contents and display it upon the label. However, although I have no bugs listed, clicking the button in the app does nothing.

  • Purchased movies not shown in itunes (but on Apple TV and iPhone 6)

    Hello, I bought some movies on apple tv and they are shown correctly on iPhone 6 (iOS 8.1.2) and Apple TV 3. But I can't see them (the movies library is shown empty) in iTunes 12 on my MacBook Air (mid 2012, Yosemite 10.10.1). My music is shown corre

  • JScrollPane scroll bar trouble on rebuild

    I've been working on this for hours (about 4 hours now) without finding the right solution, so maybe someone can help. I searched through a few pages of the forum but didn't see this exact issue. And the tutorial online doesn't help much. I have a JP

  • Issue containing a rogue AP

    My WLC has detected (via 15 detecting radios) a rogue AP with a client connected to it. The infrastructure has not determined that the AP is plugged into the local network. I'm trying to contain the AP - I classify it as "Malicious", update its statu

  • Which HDD can I install on Satellite Pro 2100?

    I have installed a second hand Toshiba 40GB hard drive in my Pro 2100 but it fails to recognise it in the BIOS. Any ideas ?