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

smartforms--printing address using country specific

Former Member
0 Likes
1,051

Hi friends,

Is it possible to print the address using the country specific. Some countries have specific requirements like, Europe needs to print postal code before city. Where as the Ireland, Israel needs to print the postal code after the city.

Hi friends,

Is it possible to print the address using the country specific. Some countries have specific requirements like, Europe needs to print postal code before city. Where as the Ireland, Israel needs to print the postal code after the city.

6 REPLIES 6
Read only

FredericGirod
Active Contributor
0 Likes
893

Hi Hasmath,

SAP manage the address specificity of country.

Rgd

Frédéric

Read only

0 Likes
893

sap provide address specificity of country..

just make the addres conditional window based on country code.

and another way u just make the perform for difrent diffrent line of address..

perform for addressline1

perform for addressline2

perform for addressline3

perform for addressline4

besed on country code and write logic according to ur requirment...

Message was edited by: kishan negi

Read only

0 Likes
893

Hi Kishan,

i think its not a good idea to write different performs for different address. if tomorrow a new country address is been added then it will make another headache.

any other solution.

Thanx for ur replies.

Read only

0 Likes
893

Why didn't you want to let SAP manage the address alone ?

I'm in Europe and everything is ok for us with the address option in Smartforms.

Read only

0 Likes
893

ya it is ...

u can make a z table for all line based on country code. if any country is added u just have to add the value into z table....

but i think it is very hactic .......

wait for some gud reply.....

Read only

vinod_gunaware2
Active Contributor
0 Likes
893

Hi

Use ADDRESS_INTO_PRINTFORM this function module. It will take care of all

contries specific setting.

ADDRESS.........ENDADDRESS in SAP Script which work same way of above function module.

check it out whether that will useful in smartform also.

regards

vinod