cancel
Showing results for 
Search instead for 
Did you mean: 

Info Type 41 has insert problem with HR_INFOTYPE_OPERATION

Former Member
0 Kudos

Hi all,

This is strange problem we found in production.

We are using PCR form for termination form portal. When user terminated we want insert into the info type 41 with new dates with the field’s z4, z5.

When we executed our updated function module, which is only inserting only Z4 not for Z5.

When we tested in QA system we are able to insert two values Z4 and Z5 with current date for certain Pernrs.but one pernr we observed same thing like in production its inserting Z4 only. For all the employee has 4 values (z1,z2,z3,zs) before inserting new values z4,z5

what could be the problem? we check the code not found any clue.

Is there any thing specific to pernr while inserting , if it is not the case why its inserting one value Z4 not second one Z5 some employees and both the values some employees.

very urgent please give your valuable suggestions

Thanks in advance

Gopal

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Have you checked the return code of FM?check the previous record of employee.

Regards,

Manoj.

Former Member
0 Kudos

Hi Manoj

The retrun code 0. no errors found

and old record is

24.10.2007 Z1

09.01.2007 Z2

09.01.2007 Z3

09.01.2007 ZS

Now the new record has one more entry

Z4

But Z5 is not inserting

thanks

Gopal

Former Member
0 Kudos

Hi,

Can u debugg the Function module by passing dialog module as foreground.So you can see whats happening in the screen for this particular employee.

Regards,

Manoj.