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

Configuration for Custom Country Code

Former Member
0 Likes
3,143

Hi Experts,

I have created a custom company code 'ZZ' and Region 'ZZZ', while using this company code, I am getting an error " Geocoder SAP0 : Incomplete Country specification (Customization)".

This error is because there is no geographical data for the country code i.e in tables GEOT005 and GEOT005S.

How I can do customization to create entries in these custom tables ( i.e in SPRO)?

Thanks

Deep

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
0 Likes
1,628

You can maintain the views for those tables using SM30 transaction.

V_GEOT005,V_GEOT005S

Hi Experts,

I have created a custom company code 'ZZ' and Region 'ZZZ', while using this company code, I am getting an error " Geocoder SAP0 : Incomplete Country specification (Customization)".

This error is because there is no geographical data for the country code i.e in tables GEOT005 and GEOT005S.

How I can do customization to create entries in these custom tables ( i.e in SPRO)?

Thanks

Deep

3 REPLIES 3
Read only

GauthamV
Active Contributor
0 Likes
1,629

You can maintain the views for those tables using SM30 transaction.

V_GEOT005,V_GEOT005S

Read only

Former Member
0 Likes
1,628

Hi Gautham,

I have already maintained these entries using the SM30 and kept degree, minutes,seconds to be zero in both the view but if we see both the tables in se16, there is no record for country code ZZ.

What could be missing here?.

Read only

Former Member
0 Likes
1,628

Hi goutham,

Thanks for the help. We are able to maintain geographical data.