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: 

country grouping

Former Member
0 Kudos

i have a p0008 internal table in my program for infotype 0008.

I get all values in p0008.

Based on these values i want to find the country grouping.

How should i find this?

Thanks

Prashant

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Prashant,

1 MOLGA (Country Grouping)

for India its 40.

2. T500L

This is the master table.

3. Why do u want to look for it in P0008

Bcos i think its customized

for each country - Payroll India, etc.

regards,

amit m.

6 REPLIES 6

Former Member
0 Kudos

SORT p008 by country.

Former Member
0 Kudos

Hi Prashant,

1 MOLGA (Country Grouping)

for India its 40.

2. T500L

This is the master table.

3. Why do u want to look for it in P0008

Bcos i think its customized

for each country - Payroll India, etc.

regards,

amit m.

Former Member
0 Kudos

Hi again,

1. WAERS

Currency Key

Field in P0008

2. Maybe we can use this

for finding out the country,

and then finally country grouping - molga.

eg. WAERS = INR (indian rupees)

Country = IN (India)

Groping = 40 (india)

may be we can use tables such as

T005

country groping table

3. Nice Question.

I tried finding a lot,

but not successful!

regards,

amit m.

Former Member
0 Kudos

Hi Prashant,

Use the FM "RP_FILL_WAGE_TYPE_TABLE" and find country grouping as output in table PPBWLA.

Regards,

Shailly

Former Member
0 Kudos

use FM : HR_COUNTRYGROUPING_GET to get the country grouping ...

Former Member
0 Kudos

Hi,

use this transaction..PRML

REgards

Kiran