Application Development 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: 

Address in International Version in Smartforms

vikas_mulay2
Participant
0 Kudos

Hello Experts,

I want to print Address using Address Node in Smartform in International Version(i.e by passing ADRC-NATION) maintained.

As per my understanding Address Node in Smartform Internally call FM 'ADDRESS_INTO_PRINTFORM'.

If I pass Nation Value(i.e International Version) to 'IV_NATION' parameter of FM then i am getting correct output.(i.e in the International  Version)

So my quest is ->

How to pass IV_NATION Parameter to Address Node in Smartform?

Suggestions are highly appreciated.

Regards,

Vikas

2 REPLIES 2

DavidLY
Advisor
Advisor
0 Kudos

Hello,

You can check SAP note 316331, where it is written how you can use the international address version with Smartforms. Check also the sample code of the attachment of the note.

Regards,

David

agnihotro_sinha2
Active Contributor
0 Kudos

Hi,

I guess if IV_NATION is not present in the smartform editor screen.

Better to create window and map it to a new address structure from your driver program. In the program call your FM 'ADDRESS_INTO_PRINTFORM'. the way you want and pass the address to this structure.

this will give you the same result of printing the relevant address to the smartform.

- ags