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.

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)

  • 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

  • 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

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

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

  • In smartform address element ?

    hi guru's.
                  i am doing purchase order smartform in that address window displaying like this
                                   The Post Office
                                   Post Office Headquarters
                                   33 Grosvenor Place
                                   London
               but i want to modify like this
               ADDRESS:     The Post Office
                                     Post Office Headquarters
                                     33 Grosvenor Place
                                     London
    please let me how to proceed for this requirement.
    regards,
    satheesh.

    Hi Satheesh,
          Are you using ADDRESS WINDOW to display the address????
    If Yes ...
    Then CREATE two windows and allighn it side by side .
    Create one Text element on the left side Window and write "ADDRESS" inside the text.
    The Right side window will contain the ADDRESS .
    It will be displayed as given below.
    ADDRESS:  The Post Office
               Post Office Headquarters
               33 Grosvenor Place
               London.
    If U are not using ADDRESS window,
    then the only way to display like this is
    to create a TEMPLATE with 4 columns, create TEXT elements for each columns
    and in the text element of FIRST column write ADDRESS: &wa_post_office&.
    The advantage when we use Address is we need to just pass the address number , but if we use
    template then we need to write select statement , and fill some workarea with
    the address  details and display those work area fields in the TEMPLATE.
    Regards.
    Avi....

  • SMARTFORM Address

    Hello.
    Is there any way to reorder the lines of the address structure of the smartform?
    It prints the street as Street2, Street3, Street.
    Is there a way to make it print Street, Street2, Street3.
    Thank you
    Nuno Silva

    hi
    Use function module
    <b>ADDRESS_INTO_PRINTFORM</b> which act like ADDRESS ENDADDRESS
    In which all options are available like no line ...etc.
    ADDRESS_INTO_PRINTFORM Address format according to Post Office guidelines Note. It's enough to import two parameters:
    ADDRESS_TYPE = 1 (Firm or Organization, SAP Address)
    ADDRESS_NUMBER
    regards
    vind

  • Smartform Address-spro

    Hi A
    In spro under Defination under SD under Maintain Sales Office
    Under Sales Office  4000 the Address is given:
    Name                         : Honeywell Technologies Sàrl
                                      : ECC EMEA - HFM 302731.
    Street/House number   : Z.A. La Pièce 16
    Postal Code/City         : 1180       Rolle
    Country                      : CH Switzerland
    And in smartform the output is as fallows under Address:
    Honeywell Technologies Sàrl
    Z.A. La Pièce 16
    CH-1180       Rolle
    Switzerland.
    Here the 2nd line is not printing means ECC EMEA - HFM 302731 .and for only 4000 sales office only it should print rest of them they r not printing ,no need to print rest of sales office,
    Please tell me where to do the changes in spro or in smartform .
    and how to do.please explain ?
    Thanks in Advance,

    Hi,
    In address tab thr is one input field called
    "Number of lines to be used" Try to give grater value into that.

Maybe you are looking for

  • Error code: 50 when trying to install creative cloud

    I'm getting an error code:50 when installing newest version of creative cloud. Any input on what to do or what this error is?

  • GR Reversal \ QM Problem

    Dear ALL,               I am getting this message "Change the inspection stock of material X in QM only"while doing MVT 322. My stock is in un-resticted stock,i want to transfer this stock to Quality stock & from there i want to do GR reversal. Pleas

  • Future of abap

    will nay body tell the future technology of abap ? i came to know right now calls are less in abap ? Hi Abapers answer to my question

  • Licensing my application on a target computer

    I built an application and intend to sell it for use in a target computer. How can I incorporate a parallel key for use with my application? Or are there other ways I can license my product? Help is greatly appraciated. Thanks.

  • AIR performance for vector graphics

    Hello, I prototyped an app in AS3, and now I want to move it iPhone.  When I had came to this forum before a while back (it was called something else; the Flash to iPhone convertor wasn't a part of Adobe AIR), I got scared by the performance issues r