cancel
Showing results for 
Search instead for 
Did you mean: 

Name of the standard FM called for displaying address in Smartform.

former_member195383
Active Contributor
0 Kudos

Hi all..

Wat is the name pf the standard FM that is called wen we use address in smartform,inputting the address number...

Regards

Rudra

Accepted Solutions (1)

Accepted Solutions (1)

KalC
Active Participant
0 Kudos

Hi,

It may be ADDRESS_INTO_PRINTFORM or ADDRESS_INTO_PRINTFORM1.

Hope this helps.

Regards,

Kalyan.

Answers (2)

Answers (2)

raymond_giuseppi
Active Contributor
0 Kudos

You can use the FM ADDRESS_INTO_PRINTFORM, but you can also create an "Address" node (right click, create, Address) where you input the address number as parameter.

Correct way is :

Create an alternative node : ADRNR <> space

If yes

- Address Node

If no

- Program lines Node : Call ADDRESS_INTO_PRINTFORM

- Text Node : &adrs-line0&, &adrs-line1& , etc.

Regards

Former Member
0 Kudos

Hi,

if we Inclue Address in Address Node, System reads address data directly from the data base tables.

Inserting addresses:

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 ADDRESS_INTO_PRINTFORM 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,

Omkar.