Skip to Content
0
Former Member
Sep 01, 2009 at 05:28 PM

Find BADI's, exits, etc... on saving a modification of field in ops6

213 Views

Hello experts,

My objective is to insert some custom code after modifying a record in the transaction ops6.

I've tried the following options:

1 - adding an event on the view V_TCJ04, but since it has a standard function group I need to register the object(which I have to avoid).

2 - Looking for BADI's I found in the code(using the debug option in the classe cl_exithandler) two BADI's: CTS_CURRENT_PROJECT and VIM_ALS_BADI. CTS_CURRENT_PROJECT doensn't meet my requirement and VIM_ALS_BADI doesn't exist(?!). I'm interested in finding out why VIM_ALS_BADI doesn't exist, because it seems it would be the optimal solution.

3 - Couldn't find any exits.

So if anyone could help i would be much obliged.

Thank you and regards,

David Pereira

Edited by: David Pereira on Sep 2, 2009 11:02 AM