cancel
Showing results for 
Search instead for 
Did you mean: 

Performing two actions for an employee on the same day

Former Member
0 Kudos

Hello All,

We have an interface to upload employee changes to finance system daily. These changes include Hire,Organizational change, LOA, Termination and Rehire. We used BDC for PA40 to perform all these actions. Somehow the BDC is not working for contract employee terminations. No we changed the code and used HR_INFOTYPE_OPERATION FM to perform these termination actions. Here we got an issue with multiple actions on the same day.

For example: employee A has organizational change and termination actions on the same day, the first action is stored in IT 0000 and the second action is stored in IT0302 (Additional actions). This is not the case with BDC. It overwrites the first record. I mean termination record overwrites the organizational change record.

Can anybody explain why the behavior is different for BDC and FM?

Thanks in advance.

Bindu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Actually, the IT 0302 is having different behavior compare to IT0001.

Because it's having table control,it's having repetitive structure.

At one time you can fill up 8 or 10 fields data. After that, in order to fill 

you have to apply page down key to record the data for IT0302.

Regards,

Vijay