cancel
Showing results for 
Search instead for 
Did you mean: 

Workset sorting in Role merge

Former Member
0 Kudos

HI,

I am performing a role merge of 2 navigational roles.

W - Workset

I - Iview

-


Role A

W1,W2,W3,W4,W5,I1,I2,I3

RoleB

W6,W7,W8,W9,I4,I5,I6

CURRENTLY output is

ROLE

W1,W2,W3,W4,W5,I1,I2,I3,W6,W7,W8,W9,I4,I5,I6

REQUIREMENT

After role merge my requirement is

ROLE

W1,W2,W3,W4,W5,W6,W7,W8,W9,I1,I2,I3,I4,I5,I6

Is there any way i can achieve this

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member201257
Active Contributor
0 Kudos

You need to maintain the sort priority for all the worksets and iviews assigned to the merged roles.

The object with the least value for sort priority appears first in the TLN.

So, open your workset or iview and look for a property called Sort Priority and give the value as follows:

for W1 - Set Sort priority to 10

for W2 - Set Sort priority to 11

......

for I1 - set sort priority to 30

for I2 - set sort priority to 31

.....

Thanks,

Shanti

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

Kindly go through the below help document it clearly explains the sorting:

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/92/3e703e632c7937e10000000a114084/frameset.htm

for the requiement you have to set the sorting property as below

W1,W2,W3,W4,W5,W6,W7,W8,W9, I1 ,I2, I3, I4, I5, I6

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15

Note: The smaller the value of the navigation node, the further left it displays on the navigation bar

Naga