In what table or through witch function module can I see that there's a problem with a user's role via ABAP?
I have a role that seems to be fine when I search it with function module PRGN_READ_USERS_FOR_ONE_AGR. But when I search it with SU01, it appears with a red threshold and the user can not acctually access the functionalities of that role.
What I need is to know, though my ABAP code, which users returned by PRGN_READ_USERS_FOR_ONE_AGR do not really have the role working properly.
Any ideas of how can I get this information?
Thanks in advance,
Carol.