About texts mantainance in smartforms

Hi all
I used SE63 to translate a smartform from one language to another. Now I need to modify something in my translation, but if I use SE63 again, it asks me for starting and destination language; I set destination language the one I want to modify, but when text is shown, texts is not the one I put and that can I see when printing the form in that language, but it's in english even if I did not put EN in any field (I think it's a default). The question is, how can I maintain texts already existing?
thanks in advance to anyone will help me
gabriel

hi
when u use SE63  , it will always asks u for source & destination language  and then u EDIT.
all u r source langauge information will be available in the top box and what ever u want to change u can change in the below box by insertiing u text for that corresponding text .
http://wiki.sdn.sap.com/wiki/display/ABAP/TranslatingTaskDescriptionusingSE63
surya

Similar Messages

  • Printing chinese text in a smartform.

    Whenever, I try to write chinese text in the smrtform, some weird characters appear. How can I paste chinese text in the smartform. Please provide me a solution.
    Moderator message: please do some research before asking.
    [Rules of engagement|http://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement]
    Edited by: Thomas Zloch on Feb 28, 2011 9:21 AM

    Please check with your basis that your output device support print Chinese character. Or, you can search more in forum, there are a lot of threads about print Chinese and other Unicode characters in form.
    Thanks,

  • Translations,folders and text modules in smartforms

    Hi Everyone,
    Please help me to learn :
    1. Translations into different languages in smartforms
    2. Creating folders in smartforms
    3. Creating and  the usage of text modules.
    4. More information about page navigations in smartforms.
    Helpful links and reference material would be helpful.
    KK

    hi kk,
    text modules:
    these r like global texts, which we created once can be used in any smartform.
    u can create this in t-code: smartforms
    select the radio button text modules, in the editor give the text which u want.
    to use this in our form:
    select the window -> create text
    in genaral attributes -> text type -> select text module
    give the name, language(generally en) which u created. then it gets the text which u gave in text module.
    note: when using existing text modules, as we r not aware of text size, it is better to use them in main window. so that we wont lose any data.
    hope it helps u. reward if helpful.

  • How to change TEXT EDITOR in SMARTFORMS

    Dear All,
    How to change TEXT EDITOR in SMARTFORMS i am getting editor like Microsoft Word but i want the regular editor.
    I am using ECC 6.0 GUI 710
    thanks,
    RP

    Solution By Mr. Eitan Rosenberg is correct.
    Program Name: RSCPSETEDITOR
    Thanks a lot.
    Regards..........

  • Using read text fm in smartforms

    hi experts,
                  I have captured a text using Read_text Fm .now i need to use it inside a smartforms .how to do .
    i have used that code inside a program line .
    and in text i have called the field.
    declaration in form interface
    text type char20
    itab type tline
    in program lines
    data itab like TLINE occurs 0 with header line.
    CALL FUNCTION 'READ_TEXT'
      EXPORTING
    * CLIENT                        = SY-MANDT
        id                            = '0001'
        language                      = 'E'
        name                          = '0080000055'
        object                        = 'VBBK'
      ARCHIVE_HANDLE                = 0
      LOCAL_CAT                     = ' '
    IMPORTING
      HEADER                        =
      tables
        lines                         = itab.
    LOOP AT ITAB.
    text = ITAB-TDLINE.
    ENDLOOP.
    in text
    &text&
    but the text value is not printing .but i am getting the value when i do it in SE38.
    what shall i do?
    regards,
    mani

    Hi ,
        Instead of using the FM, Use the standard functionality to print the required text provided by Smartforms.
      Create a text element, in the left top...in the drop down there is an option of include text...
    id = '0001'
    language = 'E'
    name = '0080000055'
    object = 'VBBK'
    u will get the dessired output
    Regards,
    Himanshu

  • Pls explain how to add standard text in sapscript & smartforms

    Dear friends,
    pls explain how to implement standard text into sap script and smartforms.
    in how many we can do.
    and what is diff between include text & text modules in smartforms.
    how we can translate into multiple languages.
    Regards
    Jagadeeshwar.B

    hi,
    for the include text goto tcode so10.
    for changing the smartform and scripts use there methods..
    1. goto se63>translation->abap objects->other long texts->FS Forms and Styles---> for scripts use Forms
                                           for smartforsm use SAPSmart form
                                           for styles use Styles
    2. goto se71->utilities->original language.---> source lang
    (for scripts)                                                     target lang
    to include the include text created in the tcode so10 in the smartforms go to general attributes of the text element--text type> include text...
    regards,
    venkat.
    Edited by: venkat  appikonda on Mar 22, 2008 11:56 AM

  • How to change the font size of text element in smartform

    Hi
    i want to know how to change the font size of text element in smartform
    regards
    Gincy

    Hi
    You can create Smartstyles, in which you can define paragraph formats for texts and character formats for character level changes.
    Paragraph format ---> alignment, font size etc
    character format for ---> superscript, subscript.
    After creating, in your smartform, there will be a option in the text element to enter a style.
    You give the created style and you can use the paragraph and character formats i that style.
    Hope this is clear..
    Regards
    Sekar

  • Standard text from SO10 - smartform

    Hi Folks,
    I need to print a document with some standard text and the vendor address.
    1.For this I had created the standard text in S010,how to call this standard text in the text editor of the main window?
    This standard text will be the same for all the vendors.
    2.I need to fetch the address of the vendor.So I had created a select option.I have to print this document with the standard text for each vendor.Text will remain the same but the vendor address differs.I had created a structure having all the fields for the address and declared in the form interface.Internal table is getting populated but it is not printing in the smartform.
    How to get the document in one shot for all the vendors given in the range.
    Thanks,
    K.Kiran.

    u can call the standrd text from the smartform directly :
    got the smarform u created/ developed.
    create text.
    in the general attributes tab give the type <Include Text>
    assign the standard text that u want ot inclue.
    smartform will call that directly
    address cn be created direclty from the smartform
    in creation u will the get the option to create the address.
    just give th varible and populate the varible from the program.
    Thanks

  • Text element in smartforms

    Hi guys,
    What is the use of text elements in smartforms? I am getting confused. For texts, we generally use text modules rite? So what is the difference between the two. Wehn am i to use text element and when am i to choose text module. Please explain me in detail
    Regards,
    Prem

    Hi,
    Text Elements (locally in form)
    To include data from the form interface (data from application tables) or system data (date, time) into the text, use system fields or user-defined fields in the text When processing the form, SAP Smart Forms replaces these fields with the corresponding values
    Text Modules (for reusing texts)
    You can use text modules to store texts that frequently appear in your forms which is stored centrally in the system. This detaches text maintenance from form maintenance, with the result that you do not need to call the Form Builder to edit individual texts.

  • Centre align a text in a smartform

    Hello all,
    I want to centre align a text in a smartform. It is not using any paragraph format.
    I want to use formatting options like (C) for condense.
    thanks,
    Anju

    Hi Anju,
    In this case you have to create a paragraph format as CENTER center-aligned and use this paragraph format for the center alignment of the text.
    Nagaraj->
    Alignment can not be controlled using CHARACTER format.
    Regards
    DKS

  • Vertical text print in smartforms

    Hi Experts,
    I want to print text vertically in smartforms.
    Can any one tell me how to do that.
    Thanks in advance
    Dhananjay

    hi
    good
    i dont think there is any option to print the data vertically in smartform.
    thanks
    mrutyun^

  • Create Text Module in smartforms

    Hi guys,
    How can we create text module in smartforms? and I need this to be translated into other languages...
    Thanks a lot!
    Always,
    Mark

    Hi,
       In the smartforms initial screen you can find Test module radio button.
      Provide the name and create the text there.
      In the following screen you find Management tab, where  bydefault translate to all language radio button is selected.
    Thanks,
    Phani Diwakar.

  • Long text output in smartforms

    Hi all,
    here i get data after call a Read_text function. But now how can i attach this data with my smartform. means with internal table or any thing else so please help me. thanks
    here i put my code
    loop at it_out.
    SELECT COUNT( * ) FROM STXH WHERE TDOBJECT = 'DOC_ITEM' AND   TDNAME   =  NAME AND   TDID     = '0001'
                                                            AND   TDSPRAS  = 'EN'.
      IF SY-SUBRC = 0 .
        CALL FUNCTION 'READ_TEXT'
          EXPORTING
           CLIENT                         = SY-MANDT
            ID                            = '0001'
            LANGUAGE                      = 'EN'
            NAME                          =  NAME
            OBJECT                        = 'DOC_ITEM'
      ARCHIVE_HANDLE                = 0
      LOCAL_CAT                     = ' '
    IMPORTING
      HEADER                        =
          TABLES
            LINES                         = LINE
         EXCEPTIONS
           ID                            = 1
           LANGUAGE                      = 2
           NAME                          = 3
           NOT_FOUND                     = 4
           OBJECT                        = 5
           REFERENCE_CHECK               = 6
           WRONG_ACCESS_TO_ARCHIVE       = 7
           OTHERS                        = 8
        IF SY-SUBRC <> 0.
          MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                  WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
        LOOP AT LINE.
          IF LINE-TDLINE <> ' '.
            IF sy-tabix = '1'.
                 it_out-text2 = LINE-TDLINE.
            ENDIF.
            IF sy-tabix = '2'.
                 it_out-text3 = LINE-TDLINE.
            ENDIF.
            IF sy-tabix = '3'.
                 it_out-text4 = LINE-TDLINE.
            ENDIF.
            IF sy-tabix = '4'.
                 it_out-text5 = LINE-TDLINE.
            ENDIF.
            IF sy-tabix = '5'.
                 it_out-text6 = LINE-TDLINE.
            ENDIF.
          ENDIF.
        ENDLOOP.
      ENDIF.
      endloop.
    endform.                    " get_data

    Hi,
    You don't need to call the READ_TEXT function module to put the text in a smartform, you can do it directly using the Object, Name and ID.
    Create a text node in the smartform and change it to type 'Include Text'.  In the field Text Name put the variable that hold the text name (click the triangle to the right of the field to switch to variable), in the Text Object put DOC_ITEM, in the text ID put 0001.
    Regards,
    Nick

  • HT1688 If I'm in Mexico and I'm skyping with someone in the US, will it go against my data plan or is it free? What about text messaging?

    If I'm in Mexico and skyping with someone in the US, will it go against my data plan? What about text messaging?

    Unless you are connected to an available wi-fi network when Skyping, when doing so via a carrier's cellular network goes against your data plan. The same when using any app that requires internet access.
    SMS is exchanged over the same network as calls, so no data usage with SMS.
    MMS is exchanged over the carrier's cellular data or internet network so MMS goes against your data plan.
    The same when exchanging iMessages unless your are connected to an available wi-fi network when doing so.

  • Need info about text elements used in Smartform / Sapscript

    Hi experts
    I am working on Smartform / Sapscript i am facing the problem mentioned below
    I want the info regarding all the text elements used in Form / Script
    Can u please suggest me the name of table
    I have already used STXH table but it is not giving me the all text elements
    I mean i want that if i enter some formane ...i should get all the text elment contained in it
    Plz help me
    Thanks

    Hi Gaurav,
        Try out the fn module "READ_TEXT".
    Hope it helps you.
    Regards,
    CS.
    Note: Reward points if helpful.

Maybe you are looking for

  • IPhone and iPad don't show up in Windows 7 iTunes

    Using iTunes 10.6.1.7 on my Windows 7 machine I can no longer see my iPhone or iPad when directly connected via USB (I can't see them wirelessly either but that's not the issue). I wish I could say when this started, but it's been at least a month an

  • Java.exe has encountered a problem and needs to close.

    I installed Oracle8i on my P4 then when I reboot I get the error "java.exe has encountered a problem and needs to close." even if I click on "don't report" if keeps popping up, anything to do to resolve this? Thanks.

  • Cannot resovle the Symbol error in UDF - Java mapping - RFC Lookup ?

    Hi Friends , We are working on Java mapping  -  UDF for RFC Lookup . It is giving the Cannot resolve Symbol for all imported archive java class files even if we give again all imported files in import section of UDF we are still getting the same cann

  • Business process monitoring - application monitor

    Hi guys Perhaps you can assist.  I have setup a application monitor on SD Invoices AR , sales invoices not posted to FI . It is setup for one sales org and one distribution channel.  It picks up 3 documents.  The monitor runs at night .  When I howev

  • Materialized view - fast refresh logs

    I understand that there will be a Change Data Capture(CDC) log maintained internally for materialized view fast refresh to happen. My question is, will this log get purged once the changes are applied to corresponding materialized view or will it per