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 change MOLGA or COUNTRY GROUPING into CHARACTER FORM?

Former Member
0 Kudos

Guys i need to convert the country grouping into a test form. I used the function module COUNTRY GROUPING GET to retrieve it country grouping but the requirement was in text form.

EX. molga = 10 is equivalent to US.

1 ACCEPTED SOLUTION

andreas_mann3
Active Contributor
0 Kudos

Hi Federiso,

try this fm:

HR_GET_ISO_AND_MOLGA

Andreas

2 REPLIES 2

andreas_mann3
Active Contributor
0 Kudos

Hi Federiso,

try this fm:

HR_GET_ISO_AND_MOLGA

Andreas

Former Member
0 Kudos

Hi Walter,

I can think of two options:

1. using the FM HR_HCP_CHECK_COUNTRYGROUPING.

2. using the database tables T500L and T500T.

Regards,

Anand Mandalika.