Experts,
Can somebody provide me with the documentation on se54 tcode for event handling, my problem i have a table along with table maintenace generator
, the requirement is whenver somebody delete entry from table , those entry
need to be passed to separate program for some validation ,
Well i have tried following approach
1) Table name is entered on intial screen
2) SE54->Environment->Events->, here i have specified form routine call CHECK_DELETION , with event as 04 (After deleting the data displayed)
3) I have added these routine in new include .
and i have coded in these form routine , but when i go for sm30 for these table
for deleting entry , it is going for dump ( routine not found), i have tried activating
function group , but it is not getting activated , Am i missing something ?