2015 Sep 07 4:47 PM
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
2015 Sep 08 1:37 AM
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
2015 Sep 08 5:51 AM
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