cancel
Showing results for 
Search instead for 
Did you mean: 

CAT2 transaction BADI or exits

Former Member
0 Kudos

Hi

Is there any user exits or BADI which could be used at the time copying entries from Worklist to Data Entry Area ?

Thanks and regards,

Amit Raut

Accepted Solutions (1)

Accepted Solutions (1)

suresh_datti
Active Contributor
0 Kudos

Check the following User Exits

 CATS0001  CATS: Set up worklist                                  
 CATS0002  CATS: Supplement recorded data                         
 CATS0003  CATS: Validate recorded data                           
 CATS0004  CATS: Deactivate functions in the user interface       
 CATS0005  CATS: Customer field enhancements                      
 CATS0006  CATS: Validate entire time sheet                       
 CATS0007  CATS: Subscreen on initial screen                      
 CATS0008  CATS: Determine workflow recipients for approval       
 CATS0009  CATS: Customer-Specific Text Fields in Data Entry Secti
 CATS0010  CATS: Customer-Specific Text Fields in Worklist        
 CATS0011  CATS: Customer functions                               
 CATS0012  CATS: Subscreen on data entry screen                   
 CATSBW01  Customer Exit for Time Sheet Data Transfer -> BW       

~Suresh

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks for replies.

Former Member
0 Kudos

To check for the suitable badi, Go to transaction SE24 and give the Object type as CL_EXITHANDLER and click on Display button.

Double click on method GET_INSTANCE, put a break point on case statement.

Execute your transaction and look for variable EXIT_NAME at your scenario then It will show the available badi's.

Reward if it is useful.

Thanks,

Srinivas