Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

User exit for CAT2

Former Member
0 Likes
784

Hi Guys,

I have a requirement to restrict access to tcode CAT2 for few employees. I tried few userexits but all are triggerring at the time of save. Is there any user exit that triggers when change button(enter time sheet) is pressed so that I can add my validation in that exit.

Thanks,

Meenu.

Hi Guys,

I have a requirement to restrict access to tcode CAT2 for few employees. I tried few userexits but all are triggerring at the time of save. Is there any user exit that triggers when change button(enter time sheet) is pressed so that I can add my validation in that exit.

Thanks,

Meenu.

3 REPLIES 3
Read only

Former Member
0 Likes
699

Hi,

You do not need a user exit for this.

Ask your basis folks to put the restriction in the role. (Authorization)

Regards,

Jovito

Read only

0 Likes
699

I think BASIS will not help here because they might create authorization object for us, but then we u2018d have to call it and take the necessary action anyway. My requirement is to check for specific employee's werks value and display an error message if it is not matching the required one.

Thanks,

Meenu.

Read only

Former Member
0 Likes
699

Handled this through BADI: CATS_WORKLIST_ADDIN.