cancel
Showing results for 
Search instead for 
Did you mean: 

Add country to region listing

Former Member
0 Kudos

How are the countries determined for the location field? We are looking to add India and everything looks to be specific to the US (although somehow East Timor is in our region listing).

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I think it is determine from Company code default country (not confirmed)

Regards,

Muhammad Umer

Former Member
0 Kudos

No, this doesn't look to be right. We have USA, Mexico, Canada, all 50 states, and East Timor. Any ideas?

0 Kudos

Hi Timothy,

It is based on Tables T702O/T706O as these need to have entries for every country with a blank region as well, otherwise it will read the US as the default.

It is coming from the coding here:

GET_CUSTOMIZING (CL_FITV_ASSISTANCE)

LOOP AT gt_countries_trip REFERENCE INTO lr_country_trip

WHERE region IS INITIAL.

INSERT lr_country_trip->* INTO TABLE

gth_countries_trip.

ENDLOOP.

Hope it helps!

Sally