cancel
Showing results for 
Search instead for 
Did you mean: 

HCM process and forms update quota

0 Kudos

We have a process and form for voluntary separation. I have a requirement to update infotype 2006 when employee submits resignation. I tried to update 2006 using FM in flush method but it throws the invalid parameter exception. Can you please suggest a way to achieve this ?

0 Kudos

christopher.solomon Can you please help

Accepted Solutions (0)

Answers (1)

Answers (1)

ChrisSolomon
Active Contributor
0 Kudos

Have you debugged? If it is throwing "invalid parameter", you should find out which one. I am guessing you are passing a wrong data type/element. You probably just need to recast to a local value and pass that.

0 Kudos

I am trying to update IT 2006 using FM 'HR_CONTROL_INFTY_OPERATION' . It is using Old Infotype framework to update.

Can i use that FM to update 2006 in Flush method ?