‎2007 Jun 11 8:02 PM
This is urgent. Is there any way to get an address from ADRC using an address node in smartforms? Right now it seems to be using the customer master and not adrc.
Regards,
Davis
‎2007 Jun 11 8:18 PM
Hi,
<b>if we Inclue Address in Address Node, System reads address data directly from the data base tables.</b>
<b>Inserting addresses:</b>
One can use the address node to insert an address into the form. This guarantees that the address is formatted according to the postal rules of the sender country.
1) To create an address node , call the context menu for that node in the tree structure that one wants to contain the text and choose create->text
2) Enter a name for the node and a description
3) Determine the address type on the general attributes tab
4) For organizational addresses one has to specify the address number, for any other one has to specify the person number and the address number
5) In the box additional addresses one can maintain other attributes to specify how to display the address
Addresses are printed using the <b>ADDRESS_INTO_PRINTFORM</b> function module.
To enable the ADDRESS_INTO_PRINTFORM function module to call existing versions of an address for print output, the application program has to transfer the address number for address type 1, or the address number and person number for address types 2 and 3, to the function module or to SAPscript/SAP Smart Forms.
If SAPscript/SAP Smart Forms are used for printing, the address number (or address number and person number) is to be specified here as a parameter. The ADDRESS_INTO_PRINTFORM function module then controls internally which version of an address is printed:
In the standard system, printing of address versions is only supported for Japan. Besides the default version, the versions Kanji (K) or International (I) can also be printed.
follow these links for brief information.
http://www.sap-press.com/downloads/h955_preview.pdf
regards,
Ashokreddy
Message was edited by:
Ashok Reddy
‎2007 Jun 11 8:20 PM
Ashok, thanks for the reply but I need to get the address from ADRC and not KNA1.
‎2007 Jun 11 8:30 PM
‎2007 Jun 11 8:36 PM
Hi Davis,
Please check also FM ADDRESS_INTO_PRINTFORM.
Regards,
Ferry Lianto
‎2007 Jun 11 8:39 PM
I'm pretty sure that ADDRESS_INTO_PRINTFORM is the FM that is already used by the smartform Address Node.