HOW TO translate the address text in smartforms ?

hi!
   I want to translate the address text  from english description to Chinese description in smartforms, could you tell me the detail process about it,  I need your help .
   thanks in advance!
  regards
  yi zhu

To translate text from English to chinese  use http://babelfish.altavista.com/
Then after translation go to SE63
on the top menu - click on translation - ABAP objects - Other long texts - Forms - SSF Form and styles - SAP Smartforms.
Open your address module and paste the chinese translation and activate.

Similar Messages

  • 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

  • Functionality to Translate the Table Texts??

    Hello Gurus.
    Iam translating Payment advice form from EN to FR language USING se63.
    But in the source text i found one Table Text. Here i have to translate Payment advice into French.
    But this Payment advice text they are getting it from Table .Can any one explain how to translate the Table texts.
    Regards,
    Shiva.

    Hi
    If it is a dictionary field and then dictionary will take care of the translations.
    Regards
    Neha

  • How to translate the text according the  SAP logon

    Hi Friends,
    I have a report, in the selection screen have 4 radio buttons which characters are displaying in German language , if logon in DE.   But not populating in other language (English,  French , Italian etc ).
    Whenever SAP login in  u201CENu201D , is  displaying an  Information message u201CUntranslated texts from master language DE wi  also be displayedu201D.
    Please guide me how to translate the text according the  SAP logon.
    in GOTO-> Translation -> Original language  "DE"  and traget language is empty.
    Regards,
    Subash

    Did you try transaction SE63?
    Translation -> ABAP Objects -> Short texts, select object type S3 and either REPT or SCRT, probably REPT since it's a selection screen.

  • How to translate the text in VV12

    Hi All,
    I would like to  know how to translate the texts in VV12 after selected the key combination?
    How to translate Sales Organization and Sales document type?
    Could someone please advise.
    Thank you.

    Howdy muks,
    First I would like to thank you. 
    I have gone through the kb link.  After goin  through the same link I got  a lot of doubts which I have explained earlier.
    The steps which I did--> 
    1)I have exported the strings.
    2)I copied all the text in the text file and translated the same into Japanese.
    3)And I copied the same(Japanese) into a new text file(with same file name as of the VIs). But its giving error.
    I dono what to do. It would be helpful if I get any vi or the procedure to translate the txt file or the strings which I should I translate.
    Regards,
    Yogesh 
    Message Edited by YogeshaYS on 08-24-2008 11:24 AM

  • How to change the default text title of Detached table/treetable

    Hi,
    Is anybody know How to change the default text title of Detached table/treetable.
    I have already read the post on "http://vtkrishn.com/2010/07/28/how-to-change-the-default-text-title-of-detached-tabletreetable/"
    as per this post It will change the title throughout the application.
    I wanted to change only for one particular table.
    Thanks,
    Charu
    Edited by: Charu on Sep 13, 2012 4:14 AM

    Hi,
    please don't double post and instead continue with your original threat. In the previous post you got the correct answer to use skinning. You did not like the solution as it doesn't allow per-instance titles. I agree with this and a logical consequence is to file an enhancement request instead of re-posting the question. I'll file the ER, so no need to follow up for you anymore
    Frank

  • How to set the default text in an input box or a label to be a predefine, multiline text

    how to set the default text in an input box or a label to be a predefine, multiline text. In other words how to break the line in the code of a text box.
    thank you

    There are a couple of ways of doing this:
    If you're editing on the canvas, press Shift + Enter.
    If you're working in Express View (see lower right hand corner of Project Siena), you'll need to copy a hard return from another app such as Notepad.
    I believe a better implementation of hard returns are in the list of requested functionality that you can find here:
    https://social.technet.microsoft.com/Forums/en-US/2e1f9446-56b2-419a-9c17-7037d2cd6146/from-the-community-overview-of-requested-additional-functionality?forum=projectsiena
    Thor

  • How to get the short text in tcode "msc3n" -- Basic data 2 -- short text.

    I have to display the short text in my report output.
    How to get the short text in tcode "msc3n" ( msc3n --> Basic data 2 --> short text.)?
    Is there any function module availble to get this short text or is this stored in any data base table ?
    Please help me. Your help will be highly appreaciated.
    THANKS.

    Hi,
    Use FM 'READ_TEXT' to get this values.
    Say for exampele my material is  1900001 and batch is 0000000517.
    Then my parameters to the FM will be as follows:-
    Text Name       000000000001900001    0000000517
    Language        EN
    Text ID          VERM
    Text Object     CHARGE
    This information you can get as follows.
    Open the short text window in the text editor.
    Here you can enter the long text.
    In the editor Go to Header and you will find the details.
    Please note that the text name will comprise of
    Material
    Batch
    Plant
    Stor. Location
    if all the details are given.
    I hope this helps you.
    Regards,
    Ankur Parab

  • How to get the bold texts in JTextPane?

    How to get the bold texts in JTextPane?

    I believe you need to look at the Elements of the Document. Use the Document.getDefaultRootElement() method to get the first root Element. From there you can iterate through all the Elements. You should then be able to check the attributes of the element to see if it contains the Bold attribute using something like:
    AttributeSet attributes = element.getAttributes();
    if ( attributes.containsAttribute(StyleConstants.Bold, Boolean.TRUE)
    // do processing here

  • How to Extract the Highlight Text in PDF File

    Hi Scripters,
    i want know, how to extract the hightlight text in pdf files for text only format for (*.txt) file extension save.
    regards
    baby

    Hi,
    Okay i'll try do best.
    thanks for your reply.
    Regards
    Baby

  • How to translate the key words in ABAp program from lower case to upper cas

    How to translate the key words in ABAp program from lower case to upper case?

    Hi Kittu,
    You need to set the Pretty Printer settings to achieve key words in ABAP program from lower case to upper case.
    Utilities -> Settings -> Pretty Printer (tab) -> Select third radio button.
    Thats all.
    <b>Reward points if this helps.
    Manish</b>

  • How to read the whole text file lines using FTP adapter

    Hi all,
    How to read the whole text file lines when error occured middle of the text file reading.
    after it is not reading the remaining lines . how to read the whole text file using FTP adapter
    pls can you help me

    Yes there is you need to use the uniqueMessageSeparator property. Have a look at the following link for its implementation.
    http://download-west.oracle.com/docs/cd/B31017_01/integrate.1013/b28994/adptr_file.htm#CIACDAAC
    cheers
    James

  • In FF 29.0, how to move the address bar on the top of the tabs bar?

    It is OK in Firefox 28 and lower to set browser.tabs.onTop=false to move the address bar on the top of the tabs bar. But in Firefox 29, I can not find the browser.tabs.onTop
    who can tell me how to move the address bar to the top of the tabs bar?

    Here's the real, and only, solution:
    ftp://ftp.mozilla.org/pub/firefox/releases/28.0/win32/en-US/

  • How to call the new page in smartforms

    Hi friends,
    How to call the new page in smartforms.
    Thanks,
    Ravi

    Hi,
    Create a command node and click the 'Go to new page' check box specifying the page u want to go.
    You can enter your condition for which it should branch to a new page in the 'conditions' tab.
    Regards
    Shiva

  • How to wrap the heading text in alv.

    HI all,
          I need help, how to wrap the heading text in alv.
    can any help ... plz..
    Advanced Thanks
    Regards
    GUhapriyan

    Hello GuhaPriyan,
    I assume that you're referring to the ALV Grid's title. The maximum length for this title is 70 characters and this would generally fit in the one line.
    Are you intending to wrap it because you purposefully want the text to come in two lines? In that case, I'm not sure that it's possible.
    But otherwise, there's an option in the Layout called SMALLTITLE. You can set this attribute so that the title would be displayed in a amaller font and hopefully, all of your text shows up on the screen.
    Regards,
    Anand Mandalika.

Maybe you are looking for

  • Cannot find JavaBean?

    Created JSP program that calls a javabean but for some reason it cannot find the javabean class. here is the JSP that tries to do the import (This jsp sits in C:\jakarta-tomcat-4.0.3\webapps\webdav\myJSPs): <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0

  • High CPU 7206VXR - Removed Traffic but CPU didnt move - Any ideas what is keeping it high?

    CPU utilization for five seconds: 97%/95%; one minute: 97%; five minutes: 94%  PID Runtime(ms)   Invoked      uSecs   5Sec   1Min   5Min TTY Process    1     2612932   3551909        735  0.08%  0.18%  0.16%   0 Chunk Manager    2      280656     643

  • Customize the email invitation iCal sends for meetings?

    Objective: I am looking for a way to use iCal to send invitations that are business related so that they contain my company logo etc. When an invitation to an event is sent from iCal the invitation contains Apple iCal logos etc. Is there a way to cus

  • License server communication problem: E_LIC_ALREADY RETURNED

    This message stays; Adobe opens a case and declares it solved. Problem remains and I can't get books.

  • How to preview an imported mov footage?

    Howdy, I am following along the book "AE Apprentice" and apparently when I double-click an imported quicktime mov in the Projects panel, it supposed to open the quicktime player (or it's own internal player) so I can play the movie. But it doesn't. I