Disable records removal of standard table through maintenance view

318 Views Asked by At

There is a standard table T513 and customer master data table T7SK13, which is modified by customer using maintenance view V_T7SK13, with following tables/join conditions:

A

Is there a possibility to somehow disable removal of records from international table T513, but still allowing to add new records there?

I can remove the delete button for maintenance view using excl_cua_funct parameter of function view_maintenance_call, but this would also disable removal of records from customer table T7SK13, which still needs to work.

1

There are 1 best solutions below

3
phil soady On

You may find this useful. You add code that is called by generated views that is called at particular events. Like before delete. Event 03.
See the View V_TVIMF

You can use mod assistant to add a form routine.
Or add it use implicit enhancements. If that makes people feel better. ;)

Sm30 v_tvimf

sm30 V_TVIMF
V_t7sk13

V_T7SK13

Add a new

Add a method to the existing ls3kf01

Sexy Mod