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: 

How to get Transportation Zone form postal code and Country code

Former Member
0 Kudos

How to get Transportation Zone from the ZIP code / Postal Code and Country code

8 REPLIES 8

Former Member
0 Kudos

Hi,

Based on country code you could get it from TZONE table.You can also get transportation Code from Table KNA1 also.

Hope this helps.

0 Kudos

Hi,

Thanks for replay.

A cournty may have more than one transportation zone, In that I need one Transportation Zone based on the ZIP/Postal code.

BR//

Ajay.G

Former Member
0 Kudos

Get it from ADRC table. You can find the TRANSPZONE (Transportation zone), POST_CODE1 and COUNTRY.

Based on the Country code u can get the Transportation zone from TZONE and TZONT will store the short text of it.

Prakash,

Message was edited by: Prakash Ramu

Former Member
0 Kudos

you can get them from table TZONE and the texts from table TZONT

Former Member
0 Kudos

this table should serve u better

ADRCITY

0 Kudos

Hi,

Thanks for replay.

We are not maintain the ADRCITY table.

Could you please suggest one more IDEA.

BR//

Ajay.G

0 Kudos

Transportation zone is not directly linked to Postal code. Better option is to go for a Z table where u can store all the value.

Regards

Prakash.

anversha_s
Active Contributor
0 Kudos

hi,

use this table - > ADRCITY

rgds

anver

mark all hlpful answers