Reputation: 6465
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:
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.
Upvotes: 1
Views: 379
Reputation: 11358
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
Upvotes: 3