cancel
Showing results for 
Search instead for 
Did you mean: 

Collision with full-day absence

SyambabuAllu
Contributor
0 Kudos

Hi Experts,

when I am creating the CATS Time-sheet using the BAPI "BAPI_CATIMESHEETMGR_INSERT" .

First time of BAPI executing with values

for saving the multiple(hole week) records : Profile,Employee No,Workdate,Abb_type,Cathours at that time executed successfully and also created with status 10.

Second time of BAPI executing with same values of first time as mentioned above but include the release data value 'X'.

for saving the multiple(hole week) records : Profile,Employee No,Workdate,Abb_type,Cathours at that time not executed getting the below errors.

Error list

I HRTIM00WS            009 Generate period work schedule NLCG-WSR for 2/NL/05 in 02/20

I HRTIM00WS            009 Generate period work schedule NLCG-WSR for 2/NL/05 in 03/20

W LR                   206 Number of hours recorded 16.00 exceeds target hours 8.00

E LR                   221 Collision with full-day absence

W LR                   206 Number of hours recorded 16.00 exceeds target hours 8.00

E LR                   221 Collision with full-day absence

W LR                   206 Number of hours recorded 16.00 exceeds target hours 8.00

W LR                   206 Number of hours recorded 16.00 exceeds target hours 8.00

W LR                   206 Number of hours recorded 16.00 exceeds target hours 8.00

Can you please help me on this what i need to pass in BAPI .

Thanks,

Syam

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

should you use BAPI_CATIMESHEETMGR_CHANGE the second time since your changing and not inserting?

rajasekhar_reddy3
Active Contributor
0 Kudos

Hi,

In the cats profile in T-code CAC1 in Data entry checks block we maintain the collisions .

I think there is a record existing in IT2001 and again for the same day, that BAPI is trying to update one more absence types and creating a collisions as per setting in CAC1 profile

Check for a different day where there is no IT2001 and 2002 and trying updating with the same BAPI.

Regards,

Raja Sekhar