Question:
The following case:
Two profiles have been assigned to a user. Both profiles contain the same authorization object, but with different field values.
Which authorization will be applied for this object for this user ? The least or the most restrictive one ?
Thanks...
Answer:
Think of it as simple pattern matching. SAP will go though all the same authorization objects until it finds the first one that passes the check.
Answer:
In other words, when processing, SAP will effectively combine the two profiles rather than treat them separately.