cancel
Showing results for 
Search instead for 
Did you mean: 

CAT2 time sheet

Former Member
0 Kudos

Hi guru's,

we use cat2 time sheet to enter times on a weekly basis. is there any way that we can restrict user not to enter more than 40 hours if he uses any absence types. what I mean is if he enters time using absence type for that whole week, can we restrict him not to enter more than 40 hours for that week. we use only two absence types which will be paid, so for these absence types (say 0005 & 0010) can we check the total hours entered and restrict the user not to enter more than 40.

Any kind of suggestions are welcome and will be rewarded

cheers

SA

Accepted Solutions (1)

Accepted Solutions (1)

suresh_datti
Active Contributor
0 Kudos

You can use the CATS User exit to accomplish such validations.

~Suresh

Former Member
0 Kudos

Hi Suresh,

thanks for the reply, can u throw some light on this issue.

suresh_datti
Active Contributor
0 Kudos

SMOD>CATS0002>Components> Display>Double click on EXIT_SAPLCATS_002--> Double click on zxcatu02

Ignore the warning

Put your validations in this include , save & activate.

inside the include, you can loop at the itab enrich_table

awart -> Abs type

catshours--> hours entered

~Suresh

Former Member
0 Kudos

I think CATS0006 is the place to validate multiple lines entered in the timesheet (cATS0003 for single lines). I'm looking for help to restrict Absence Types in CAT2 in the same way you can restrict them in config for CATS regular via the web using entries in T554S_ESSEX. If anyone has any code (for CATS0003 ?) I'd be REALLY grateful.

Thanks,

James.

Answers (0)