Question:
Where can I mass delete roles?
Mike
Answer:
Hi Mike,
Unfortunately, there is no way one can mass delete roles. It's not Standard SAP. A prog would need to be written for that.
Answer:
SAP provides a "for internal use only" report that is forr mass deleting roles. If you search in SE38 it is either starts with AGR or PRGN. The other way to find it is to use SE11 where used on table AGR_DEFINE looking for programs. It shows up on this list.
It has some code in it to ensure it is running on a SAP system Not a CUSTOMER system but you can override it in Debug with replace or copy the program and remove that code.
TO delete in all systmes, enter the roles to be deleted in a transport THEN run the delete program, release the transport and import into target systems.