Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Restrict access in development client to new developers modulewise, for e.g. PPQM or HCM

Former Member
0 Likes
1,047

Can we restrict access to new developers in development client for a module like HCM only and not to other modules. If so how?

1 ACCEPTED SOLUTION
Read only

JackGraus
Active Contributor
0 Likes
970

Hi

That depends how your developments are categorized. If you have different packages for customer developments then you can authorize with the object S_DEVELOP on package.

When changing or opening a customer development the package gets authorized by id DEVCLASS.

Regards Jack 

3 REPLIES 3
Read only

JackGraus
Active Contributor
0 Likes
971

Hi

That depends how your developments are categorized. If you have different packages for customer developments then you can authorize with the object S_DEVELOP on package.

When changing or opening a customer development the package gets authorized by id DEVCLASS.

Regards Jack 

Read only

Former Member
0 Likes
970

Hi,

You can use authorization object S_DEVELOP and provide the below attributes:

By providing the package, you can restrict the usage to different modules.

Read only

0 Likes
970

Thank you very much. We have implemented your suggestion.