Application Development 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: 

Question regarding CUA

former_member759680
Contributor
0 Kudos

Suppose I have 4 systems connected CUA(SID CA1)

AS1

QW1

ZX1

ER1

Is it possible to create a CUA Admin in CA1 system such that the Admin can only make changes in the CUA system for systems ZX1 and ER1, but he cant make changes related to AS1 and QW1.

Thanks in advance.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Guatam,

Have a look at the documentation for auth object S_USER_SYS

http://help.sap.com/saphelp_nw04s/helpdata/en/ce/17533e5ff4d064e10000000a114084/content.htm

If I understand your question correctly, this should restrict your user admin to manking changes to specific systems.

3 REPLIES 3

Former Member
0 Kudos

Hi Guatam,

Have a look at the documentation for auth object S_USER_SYS

http://help.sap.com/saphelp_nw04s/helpdata/en/ce/17533e5ff4d064e10000000a114084/content.htm

If I understand your question correctly, this should restrict your user admin to manking changes to specific systems.

Former Member
0 Kudos

Hi Gautam,

In the child system, change the system user (such as CUA_PRD_324) in transaction SU01 by removing the role Z_SAP_BC_USR_CUA_CLIENT on the Roles tab page. If this means that the user is no longer assigned any roles or any profiles, you can assume that it is not used for any other purpose, and can delete it.

for more on this .. refer to the below link.

http://help.sap.com/saphelp_nw70/helpdata/en/cc/50b43be7492354e10000000a114084/frameset.htm

just remove the above mentioned role, from the child system's, system user.

hope this info helps you,

regards..

raj

<i>pls award points!!!</i>

former_member759680
Contributor
0 Kudos

Thanks you guys!