cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to save entries in Basic Pay Infotype(0008) in PA30 (HCM IDES 800)

Former Member
0 Kudos

Dear Respected Mentors,

I am trying to save entries in Basic Pay Infotype but error occurs.

Pay Scale Type is 01: Finance

Pay Scale Area: Bangalore

Group: CLERK

Level: 0

Start Date is 29.11.2017 & Personal Area : AK11 (Also company code)

Please explain how to configure settings, kindly find enclosed file of error screenshot.

Thanks and Regards,

Akash Sharma

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Akash,

You are missing MOLGA value in the table T001P. Such message always shows you the values from the table mentioned. In this example if you call SE16 transaction and enter table T510 the order is as follows:

1. MOLGA = empty in your case,
2. TRFAR = 01
3. TRFGB = 01
etc.

Now if you call SE16 for the table T001P you can notice that this table has values:

1. WERKS
2. BTRTL
3. MOLGA

So each personnel subarea is assigned to country in your case this field is empty that's why this results in error message.

regards,
Bartosz

Former Member
0 Kudos

Thanks for replying, I am stuck, please refer screenshot below. MOLGA: IN (India), what do to next? (After TRFB, other values should also be as 01?)

Former Member
0 Kudos

Ok, this is complete script 🙂

1. Check what is the group and subgroup of an employee in IT0001. For example 1, N1.
2. Go to SM30->V_503_B and check if there is an entry for values from point 1 and note down the value from "ESG for CAP".
3. Check what is the personnel are and subarea of an employee in IT0001.
4. Go to SE16->T001P and enter personnel area in WERKS field and personnel subarea in BTRTL field and click F8.
5. Check if showed value in MOLGA column is equal to IN. Empty value in cell means error.
6. Goto SE16->T510 and enter MOLGA = IN, TRFAR = 01, TRFGB = 01, TRFKZ = value from point 2, TRFGR = CLERK, TRFST = 0 and click F8.
7. Check if there is an entry in this table for the key searched.

I guess that your grouping from point 2 is different than 1 in such case fix an entry in the table V_T510 in first column to the one from point 2.

christophha
Associate
Associate
0 Kudos

...you can also put a breakpoint in form CHECK_T510 of program MP000800 where the select on table T510 takes place and check which entry the system requires in this table.

christophha
Associate
Associate
0 Kudos

Hi Akash,

Please check whether there is an entry for pay scale type/area/group/level in view V_T510_C.