cancel
Showing results for 
Search instead for 
Did you mean: 

Time entry deletion using tcode CAT2

Former Member

Hi All,

Please help me understand how the deletion of time entry functions. In my case when I delete a time entry using tcode CAT2, the record is marked with status '60' but a new record gets created with blank (its white space and not 00:00:00) starttime endtime and status '30'. While debugging I found this new record is created by a standard code in include LCATSF21 form DELETE_MARKED_LINES line number 140. Since a new record with blank value gets generated every time we delete a record it is causing issues while approving time entries using CAT7.

Could you please help me find out how to resolve this issue?

Thanks,

Muktar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Status 60 means that the entry is cancelled means cancelled after approval.You cannot cancel a record if your profile settings

determine that approved data may not be changed.

You can use approval denied 40. and when you will enter 30 staus in entry screen, it will not appear.

Former Member
0 Kudos

Thanks for the reply!

You mean to say, if I delete an approved record it will always create a new record with status '30' and blank start time and end time.