Application Development 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: 

How to disable Reject button in transaction CATS_APPR_LITE output?

bhaskar_ghandikota
Participant
0 Kudos
149

I want to disable the reject button in the CATS_APPR_LITE (Approve working time) transaction. I have tried to use some BADI definitions such as CATSXT_EVENT and CATS_REPORTING, but not able to disable this button. Any idea how we can do this or alleast prevent the users from rejecting the working time.

Any help on this is highly appreciated..

3 REPLIES 3

b_deterd2
Active Contributor
0 Kudos
78

Hi,

There are several user-exits in SMOD/CMOD starting with CATS00001...12. One of them has the capability of deactivating functions. I think these also work for CATSXT.

Regards, Bert

0 Kudos
78

Those exits are good only for CAT2 transaction. For CATS_APPR_LITE transaction, there are some BADIs that I have listed earlier, but I was not able to disable that reject button using those BADIs.

Thanks

0 Kudos
78

Hi Bhaskar,

Did you ever figure out how to disable the reject button in CATS_APPR_LITE. I'm needing to do the same thing. Thanks.