Hello;
I'm working with the transaction RSSM for query authorization.
I have the following hierarchie for the 0abcprocess info objetc:
Root A
/ |
1) Level B C D
/ / /
2) Level E F G H I J
I do create the node authorization for B and D with type '1' does means
subtree bellow the node.
When I do assign just one node to the user works fine, because the query
shows E, F values.
When I do assign two nodes to the user only can see the same two values
E,F but can't see I,J.
How can I do to see the values that correspond to more than one node at
the same level?
TIA