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.