Smartforms address node language

Hi,
I need to display standard address.
I use address node to display this informations on form.
It display address but in language wich I have logged.
I have to chenage language is there any way to change this language ??
Regards,
Greg.

Hi Greg,
In the attibutes of the address node is a field "Different Recipient Language", where you can specify a language code or a variable.  This should display the address in that language.
Regards,
Nick

Similar Messages

  • How to eliminate "Company" text in smartform "address" node

    Hi all,
    I got a problem.
    I want to display company address using "Organization Address" in address node.
    However, the address node displayed "Company" text automatically when company address contains incomplete info. Eg, the company address only contains city='new city' info.
    Then the address node will displayed as below:
    Company
    city
    Anyone know how to remove "Company" text if no incomplete company address data?
    Any suggestion/comment will be greatly appreciated!
    Thanks.
    best regards,
    Xiang Li Heah

    read addres using  internal tables. dont use address node..
    refer this code.
      SELECT SINGLE ADRNR FROM KNA1
      INTO ADDRNUM
      WHERE KUNNR EQ WA_VBPA1-KUNNR.
      SELECT * FROM ADRC INTO TABLE IT_ADRC
      WHERE ADDRNUMBER = ADDRNUM.
      READ TABLE IT_ADRC INTO WA_ADRC INDEX 1.
    then print wa_adrc-city.
                  wa_adrc-street like this.
    if u want to remove company andall dat is already therein fields then please contact urfunctional consultant. they will give u the tcode to remove that.
    some  usefulinformation. hopeu will get tcode from here also. to remove company from address.
    Client
    SCC4
    Tools > Administration > Administration > Client Admin > Client Maintenance
    Change the name of the client you are using (updates T000) Client Independent
    Company Code
    OX02
    IMG > Enterprise Structure > Maintain Structure > Definition > Financial Accounting > Define, copy, delete, check Company Code > Define Company Code
    Change the name, city and country to your company details (updates T001)
    Company Code Address
    OBY6
    IMG > Financial Accounting > Financial Accounting Global Settings > Company Code > Enter Global Parameters > Click on address button
    Maintain the complete address details here (updates SADR)
    Credit Control Area
    OB45
    IMG > Enterprise Structure > Maintain Structure > Definition > Financial Accounting > Maintain Credit Control Area
    Change the description (updates T014)
    Controlling Area
    OX06
    IMG > Enterprise Structure > Maintain Structure > Definition > Controlling > Maintain Controlling Area
    Change the name (updates TKA01)
    Plant
    OX10
    IMG > Enterprise Structure > Maintain Structure > Definition > Logistics u2013 General > Define, copy, delete, check plant > Define Plant. Select the plant of choice and go into the detail screen.
    Change Name 1 and Name 2 and detailed information (updates T001W)
    Plant address
    OX10
    IMG > Enterprise Structure > Maintain Structure > Definition > Logistics u2013 General > Define, copy, delete, check plant > Define Plant. Select the plant of choice and go into the detail screen. Click the address button.
    Maintain the complete address details here (updates SADR)
    Division
    OVXB
    IMG > Enterprise Structure > Maintain Structure > Definition > Logistics u2013 General > Define, copy, delete, check division > Define Division
    Change the name (update TSPA)
    Storage Location
    OX09
    IMG > Enterprise Structure > Maintain Structure > Definition > Materials Management > Maintain Storage Location
    Change the description (updates T001L)
    Purchasing Organization
    OX08
    IMG > Enterprise Structure > Maintain Structure > Definition > Materials Management > Maintain Purchasing Organization
    Change the description (updates T024E)
    Sales Organization
    OVX5
    IMG > Enterprise Structure > Maintain Structure > Definition > Sales and Distribution > Define, copy, delete, check Sales Organization > Define Sales Organization
    Change the name and replace the standard texts ADRS_* with ZXYZ_* (updates TVKO)
    Sales Organization Address
    OVX5
    IMG > Enterprise Structure > Maintain Structure > Definition > Sales and Distribution > Define, copy, delete, check Sales Organization > Define Sales Organization > Click the address button
    Maintain the complete address details here (updates SADR)
    Distribution Channel
    OVXI
    IMG > Enterprise Structure > Maintain Structure > Definition > Sales and Distribution > Define, copy, delete, check Distribution Channel > Define Distribution Channel
    Change the name (updates TVTW)
    Sales Office
    OVX1
    IMG > Enterprise Structure > Maintain Structure > Definition > Sales and Distribution > Maintain Sales Office
    Change the description (updates TVBUR)
    Sales Office Address
    OVX1
    IMG > Enterprise Structure > Maintain Structure > Definition > Sales and Distribution > Maintain Sales Office > Click the address button
    Maintain the complete address details here (updates SADR)
    Sales group
    OVX4
    IMG > Enterprise Structure > Maintain Structure > Definition > Sales and Distribution > Maintain Sales Group
    Change the description (updates TVKGR)
    Shipping Point
    OVXD
    IMG > Enterprise Structure > Maintain Structure > Definition > Sales and Distribution > Define, copy, delete, check Shipping Point > Define Shipping Point
    Change the description and replace the standard texts ADRS_* with ZXYZ_* (updates TVST)

  • Smartform Address Node

    Hi all,
            I need to add address node which should come infront of a text.
    Delivery address => ................(here i need to place).
    how to proced..
    Regards
    Suprith

    Hi
    Create a Paragraph format and have it Right Alignment...and You have to place the text element in such a way that next to delivery address the address gets printed.
    Delivery Address:                                    "here the address gets printed
    Or, create two new windows side by side...Have them in same position. In one window, have the text "delivery address", in the other window have the address node.
    hope it works.
    Vishwa.

  • No blank line between address node in smartform

    hi all ,
    customer want to delete the blank line between address , is there a way to solve this ? i just want to use the address node.
    regards
    Kevin

    For the paragraph format used with the ADDRESS command, indicate that you don't want blank lines.
    Eg.    /: ADDRESS PARAGRAPH ZD
    So for this Paragraph Format 'ZD'  check the checkbox 'No Blank Lines'.

  • How to use address node in smart forms

    hii all,
          can any one tell me how to print the address usin the address node in smartforms....pls explain me in detail...
    thank you.

    Hi Neelima,
    Create a Address Node to print the addres of particular object like vendor, customer, plant, company address etc...
    for example vendor address
    To Print the address, you need to declare a variable VENDOR_ADRNR TYPE ADRNR in Form interface Import Parameters.
    Get the Vendor Address Number from LFA1 Table and pass the value to the form interface parameter when you call the smartform function module in the print program.
    Pass this to Address number &VENDOR_ADRNR& in the address number field, then the system will get the address of the vendor automatically.
    Regards,
    Satish

  • Printing Address Node in International Format

    Hi,
    I am working on Adobe Form. Could some one provide me a best solution for the following question ?
    How could i display an Address Node with Internationalized country specific format instead of the default local format ?
    Cases:
    1. Sending Country is US then the Address Node should print in English.
    2. Sending Country is JP then the Address Node should print in Japanese.
    For Instance,
    The following are the Address Node parameters that is passed through interface
    Address Type      -> Organization, Company
    Address Number  -> A variable that holds a specific Address Number
    Sending Country  -> A variable that holds a specific Sending Country
    Note:
    1. By default the address Node itself picks up the local format. ( I don't find a property that specifys to pick Internationalized format)
    2. For single Address number there are multiple languages maintained in the Address table.
    Thanx in Advance.

    Hi,
    Can you check with the Different Recipient Language field in the addree node details.
    Regards,
    sasi

  • Smartform address style

    hi!
    haven't found a solution for the following problem:
    I'd like to use a style on an address node in smartforms! how can i do that?
    Another question:
    Is it right, that the vertical allignment in a smartforms table can't be changed?
    regards,
    jacko

    Hi
    u can use Smartstyles for Address Node , when u create it  USe OUTPUT OPTIONS TAB  Next to GENERAL TAB and include the Smartstyle and use the Paragraph format in the GENERAL Tab and Output Starts with Paragraph:
    surya

  • Error in address node

    Hi
    This is the coding i am giving in the window of the smartform..
    For progrma lines this is the code i gave:
    SELECT SINGLE * FROM lfa1 INTO l_lfa1
    WHERE lifnr = zxekko-lifnr.
    IF sy-subrc = 0.
    MOVE l_lfa1-adrnr TO adRNR.
    ENDIF.
    In input parameters:zxekko,output parameters:adrnr
    then i created an address node, where in the address number i gave:&adrnr&.
    Now,i am getting the error message:error in address output(name not filled).
    Where did i go wrong.
    Regards and Thanks,
    Srihari.

    Delete the address node & check , activate it. Run the smartform. see whether u get the same error. It may happen that error will be related to another address node.
    check all the node one by one .Check & activate the smartform & run it. u will find where is he error

  • SMARTFORM in Hebrew language

    Hello
    Anyone has experience in SMARTFORM in Hebrew language
    I have a form in EN and for testing i have convert EN  text into HE Lang (Tcode:SE63).
    When i print this invoice into HE language , SAP Convert the invoice from Right to Left(all the English char) but it works in different way.
    Example :
    1.
    EN : Schindler Nechushtan Elevators Ltd
    HE: Ltd Schindler Nechushtan Elevators
    2.
      EN: Tel: 972 3 7214400  Fax: 972 3 7214405
      HE : 7214405 Tel: 972 3 7214400  Fax: 972 3
    Do anyone has idea "How it works" and how can i start defined Hebrew forms.
    with best regards
    Ravi

    Hello Gungor
    Do you think that for HE  i should not translate from SE63 .
    I have a form in EN (dev language EN) and from SE63 i convert EN to HE (with all EN).
    Now from SE63 , I have a form in HE with English text .
    some text is converted from Right to left with strange order
    HE  --yr.comravi.shankar.tiwary at ch.schindle :E-mail
    EN will be : ravi.shankar.tiwary atch.schindler.com
    Do you have any example for me how can i handle EN + HE in same form  or how can i do it .
    do you think that in HE  i have to translate the form  not through SE63  but to logon in HE and then translate.
    With best regards
    Ravi

  • Smartform address in a single line

    I am having a window where I have address as 3 lines..but I want to keep in the footer in a single line with comma.
    I am using the address node's for it.
    do you have any idea how to do it.

    Hi mark,
    Using ADDRESS NODE the text cannot not be displayed as per your requirement.If you want to display the address in a single line with comma then use TEXT NODE.
    Regards,
    Sravanthi

  • Printing Smartforms in Other Language

    Hi,
    I have designed a smartform in English Language.
    Then I translated the the Text to Arabic using SE63.
    Now, I am getting the <b>Print Priview</b> properly. It is showing Arabic, if the logon language is Arabic and showing in English if the logon Language is English.
    Also, we have created a output devide <b>ZARABIC</b> for printing in Arabic.
    Though the print preview is comming properly, the print out is not comming properly for Arabic(Some Junk in Arabic is comming). It is comming properly for English using device LP01.
    Note: If I type anything in Arabic in Wordpad and give printout, it is comming properly. So, there is no OS level problem. There is problem from SAP Side only.
    The BASIS person has tried all the options available to him. Still it is not printing properly.
    Please help me solve this problem.
    Do suggest me, if I have to set anything in the Smartform.
    Waiting for your valuable suggestion.
    Regards,
    Ishaq.

    Ishaq,
    In my requirement i have to combine both english and arabic text.I have created the smartform in english.The problem is in the print preview arabic text are reversed.Do i have to translate the text in se63? Iam using text element with combination of both english and arabic text.can u tell me the procedure to translate the text elements.
    regard
    chinna

  • URGENT : Converting Smartform  into different languages

    HI ALL,
    Any one has idea about how to convert the smartform to required language,I am trying to convert smartform language Engilsh to Sweden.
    When i logon to Swden language and converting the EN smartform to SV,its not changed ,how to solve this issue.
    Your help is very much appriciated.
    Thanks in advance

    Hi,
    Check this setting in your smart form.
    Global Settings --> Form Attributes --> General Attributes Tab.
    Set radio button 'To All Languages'.
    Now your smart form will be translated automatically to the logon language.
    For example if you want to see your form in korean language, logout SAP once, then login with korean language 'KO'. (field after username and password)
    If you need any specific text in other languages ... you have to create text id in SO10 using different logon languages.
    Regards,
    Ferry Lianto

  • Dispaly PO and Street in an address node

    Hi Gurus,
    I am creating an adobe non-interactive form.
    I want to display an adderss with both Street and PObox.
    For that I am using an address node.If I give "POBOX has priority", only POBOX is displayed.If I give "STREET has priority", only street is displayed in the options available for address node.
    Using an address node is Mandatory.
    Is it possible to dispaly both po and street ?
    Awaiting your valuable answers,This is an urgent requirement
    Thanks,
    Raj.

    Hi,
    Take the data from the tables ADRC or KNA1 into a structure ( defined within ) writing program lines with the field value ADDRNR.
    Then print the individual fields through individual text nodes.
    Regards,
    Ram

  • Display both PO and Street in address node

    Hi Gurus,
    I want to display an adderss with both Street and PObox.
    For that I am using an address node.If I give "POBOX has priority",  only POBOX  is displayed.If I give "STREET has priority", only street is displayed in the options available for address node.
    How to get both of them displayed in the address. Using an address node is Mandatory.
    Is it possible to dispaly both po and street ?
    Awaiting your valuable answers,This is an urgent requirement
    Thanks,
    Raj.

    Hi Raj,
    Will you be more specific and clear about your question. Please explain where you are giving this priority and in which form like textfield and how you want to show the address. and also explain the node(cardinality, attributes) you are using as address node.
    Regards,
    Vaibhav Tiwari.

  • Address node font size

    Hi All,
    Can somebody help me with 'How to change the font size in a address nide'. I can manage it in text nodes and tables but not in Address node. It is coming up with a larger font size and I would like to control it. Is there any way of doing it. Any suggestions please..
    Thanks,
    Kiran.

    Hi
    You can give the Paragrpah format in the Address node...
    There is "Output Starts with Paragraph", just give the Paragraph format there.
    Regards,
    Vishwa.

Maybe you are looking for