Delete authority is not required for instance Cut & Paste
[authority] [authority system] [authorization] [Cut] [delete] [jerking authority] [nt authority] [Paste] [record] [Structure] [S_SRMRECST]
- Deleting non-transportable doc requires transport authoritySymptom Transport authorization for a document object is checked for user even if user wants to delete a document which has a content model of type Non Transportable.Hence, user is not able...
- Unexpected error on attempting unauthorized case deleteSymptom When we try to delete a case that is not supposed to be deleted, an error message pops up saying that the case cannot be deleted. Then when you say ‘ok’,...
Symptom
System checks for the delete activity ‘06′ defined in S_SRMRECST for cut and paste activity in the record structure.
Other terms
Cut, Paste, Cut & Paste, Record, S_SRMRECST, Authorization, Structure, Delete
Reason and Prerequisites
Currently check has been made for authorization while removing the element from the structure which holds good for Cut & Paste activity also since one will remove the instance and place it somewhere inside the structure. But the Cut & Paste activity do not remove the instance element from the structure as delete or remove element does, but it just moves the instance across the structure. Because of this reason the check for delete ‘06′ ACTVT need not be checked.
Solution
Please implement the attached correction instruction.