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: 

Change name of country in SmartForm

Former Member
0 Kudos

Dear All,

I am using Address Node in smartforms. I pass on the ADRC number. My requirement is i have to change the name of country, than what is defined in SAP country settings(OY17). For eg. I wan to change Republic of France to France only for a specific client (sy-mandt). Could you please advise me, if i am using address node, would i be able to edit the returned country name in smartform later?

1 REPLY 1

Sandra_Rossi
Active Contributor
0 Kudos

Instead of using the address node, use a classic text node. Before calling the function module to print the form (or inside your smart form if you have no other choice), call the function module ADDRESS_INTO_PRINTFORM, to generate the address as you wish. You don't have a standard feature to force a country text, but it's easy to replace a text by another one in the address.