Hi, first of all I am new to authorization. Currently I tried to created a few composite role and tagged to the position (as a start testing). When I tried to run PFUD/RHAUTUPD_NEW, I notice only the roles from first entry was being adjusted accordingly. I have tried the following
Assigned Role A to user A, role B to user B, role C to user C
Program
ZCOMPOSITE_ROLE_A
ZCOMPOSITE_ROLE_B
ZCOMPOSITE_ROLE_C
Outcome:
only user A having role A
Removing Role A from user A and assign role C to user A
Program
ZCOMPOSITE_ROLE_A
ZCOMPOSITE_ROLE_B
ZCOMPOSITE_ROLE_C
Outcome:
only role A being removed
If I execute the program 3 times (each role execute 1 time) all work perfectly. I also tried ZCOMPOSITE* but same issue happened.
I am using ECC6 (SAP_BASIS 731 0008) and I cannot find relevant note on this issue. Am I doing something wrong?
PS: I tried putting no roles and execute but it doesn't help.