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

Composite role

Former Member
0 Likes
568

I have a derived role design . I wanted to group set of affiliate specific roles as per each job responsibility and prepare one composite role per job .

But when i did that i got the following error

'The inheritance list for role 'ROLEIDXXXXX´' contains a ring relationship

Can someone help me how should i get rid of this error

1 ACCEPTED SOLUTION
Read only

Bernhard_SAP
Product and Topic Expert
Product and Topic Expert
0 Likes
545

Hi,

please check, which role causes the problem. Then have a look at table agr_define. the relationship is contained in field PARENT_AGR. I suppose there is an entry, where a role is referring to itself as source.

@Alex: I think the messg.no. is S# 462

The longtext of this message gives the solution of how to solve the ring relationship.

I hope, this helps!

Bernhard

4 REPLIES 4
Read only

Former Member
0 Likes
545

try using a difrent name for the role starting with Z or Y

Read only

Former Member
0 Likes
545

What is the technical error message number?

Read only

Bernhard_SAP
Product and Topic Expert
Product and Topic Expert
0 Likes
546

Hi,

please check, which role causes the problem. Then have a look at table agr_define. the relationship is contained in field PARENT_AGR. I suppose there is an entry, where a role is referring to itself as source.

@Alex: I think the messg.no. is S# 462

The longtext of this message gives the solution of how to solve the ring relationship.

I hope, this helps!

Bernhard

Read only

0 Likes
545

thanks Bernhard