cancel
Showing results for 
Search instead for 
Did you mean: 

Authorisation PPM: change a project but no delete

michael_swistowski
Participant
0 Kudos
423

Hello,

I have a requirement that users should be able to change projects but not to delete them.

If I use ACO_SUPER Auth. object without activity ADMIN (so only write and read), they cant delete a project bur they can not change the project anymore (e.g. add a new task or phase; all the functions remain grey). The only things what they change is add a notice or a document. Is there any possibility to give the user change rights without delete rights?

Thanks a lot

Mike

Accepted Solutions (0)

Answers (3)

Answers (3)

nikolay_lumpov
Participant
0 Kudos

Hi.

I think this problem can only be solved with the help of a BADI. Define the custom role and special object of authority and then - the ABAP.

nikolay_lumpov
Participant
0 Kudos

This job is not hard. Only, you need to find a ABAP-programmer.

michael_swistowski
Participant
0 Kudos

Hello Mr. Lumpov,

so Admins should have all rights to the project. So just ACO_SUPER Admin rights.

However I have a problem with Projects Managers / Leaders. They should also change projects but no delete them. Which role / authorisation will be the right one? Just with ACO_SUPER Write rights its not possible, they can not change the data in the project, only add some notice or upload a document.

Regards

Michal

nikolay_lumpov
Participant
0 Kudos

Hi.

There is not possible to give the user "Admin" change his rights without delete any rights.

I think you can define BADI to block the delete operation with the corresponding authority object.

SAP NOTE 1417134 - PPM 5.0: List of all BAdIs

SAP NOTE 2183855 - PPM 6.1: List of all BAdIs

Regards, Nikolay.