Configurable Security Context - As per current design it shows all combinations of cost center and balancing segment. But customer is requesting for the feature where user can see only cost center and only balancing segments which are assigned to user
for eg:
If we assigne Balancing Segment 403 and Cost Center 000
Then report puts 'OR' clause.
(T424140.SEC_OBJ_CODE in ('35e037ab-55e4-4c1e-a27a-dc383453d97e') or T424141.SEC_OBJ_CODE in ('786d822f-7da1-4864-93d6-268a93e622fe')) )
Due to this we get all combinations. Customer is expecting only assigned cost center and balancing segment.
So, there should be 'AND' clause instead of OR.