Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

URGENT Smartform address node

Former Member
0 Likes
889

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

5 REPLIES 5
Read only

Former Member
0 Likes
717

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

Read only

0 Likes
717

Ashok, thanks for the reply but I need to get the address from ADRC and not KNA1.

Read only

0 Likes
717

Have you looked at FM ADDR_SELECT_ADRC_SINGLE

Read only

Former Member
0 Likes
717

Hi Davis,

Please check also FM ADDRESS_INTO_PRINTFORM.

Regards,

Ferry Lianto

Read only

0 Likes
717

I'm pretty sure that ADDRESS_INTO_PRINTFORM is the FM that is already used by the smartform Address Node.