cancel
Showing results for 
Search instead for 
Did you mean: 

Creation Of Project restriction

former_member282774
Participant
0 Kudos

Hi Experts,

We have a coding mask CP-XXX.XX.XX.XX.XX,.The requirement is certain Users with ROLE X must be restrcited from creating a Projects for the mentioned mask? Any thoughts Pls.

Accepted Solutions (0)

Answers (3)

Answers (3)

sunil_yadav2
Active Contributor
0 Kudos

Hi Srini,

as suggested by Ken, go for custom validation or some user exit where system will restrict user to create specific WBS using that coding mask.

thanks

Sunil

former_member210872
Participant
0 Kudos

Hi Srini,


Initially you have to connect your target coding mast with some unique authorization object (For Example : project profile (PROJ-PROFL)  ) by creating validation on project definition coding mask ( PROJ-PSPID) and project profile.

Eg.

Prerequisite:

PROJ-PSPID :1-2: = 'CP'

Check :

PROJ-PROFL = 'XYZ'

Error Msg:

Please select proper coding mast.

Now restrict Authorization on XYZ project profile for creating a project.

Assign validation in project profile for automatic validation.

Now whenever the user try to create a project with mask ID “CP” system will stop him while saving the project.



hope this will help you.



Regards,

~Dnyaneshwar Gund.

kenmelching
Active Contributor
0 Kudos

This is not a standard SAP security offering.

You could do a custom validation that checks the users access prior to saving a project.  This will stop them when they try to save.  You will need a custom ABAP routine to insert in the validation check.