cancel
Showing results for 
Search instead for 
Did you mean: 

Function Module for countryList

Former Member
0 Kudos

hi,

does someknow which function module is used for reading the available countries from the backend which are displayed in the shipto screen? I know how to set in customizing the available country groups but I still have to change the function module.

I am using ECO 5.0 and CRM 5.0

Regards

Michael

Accepted Solutions (1)

Accepted Solutions (1)

DeborahCJ
Employee
Employee
0 Kudos

Hi Michael,

Data for web shops are determined early in the process. FM: CRM_ISA_SHOP_DATA_GET.

table shop_data has a field called: country_group.

CRMC_CNTRY_GRP - shows the country groups available in the web shop for selection

CRMC_CNTRIES_GRP - shows countries within the country group

I hope this is what you are looking for.

Deb

Former Member
0 Kudos

hi Deb,

that was quite helpful but I need the function module which determines which country belongs to a country group. The function module you mentioned just returns the name of the country group and not the corresponding countries.

Regards

Michael

DeborahCJ
Employee
Employee
0 Kudos

Hi Michael,

Try FM: CRM_CRMC_CNTRIES_GRP_DBSELECT

Here you enter the country group (i.e. 0002 for North America) and it will return back a table containing all of the corresponding countries in the country group (i.e. Canada and United States).

Deb

Answers (0)