cancel
Showing results for 
Search instead for 
Did you mean: 

Using Role/Action for User in MII 12.2

Former Member
0 Kudos

Hi All,

I created a UI Page wherein I have several drop downs and a button. On page load, I expect values in drop down.

I have mapped all queries to UI drop down and everything works well for me (developer role assigned).

But if i execute the same page through new user created and having role/action of xmii_user in UME..i see drop down doesnt show any value during page load. I have tried assigning it workbench_all , xmii_readonly, xmii_user ..several combinations but none worked. Please guide if i am missing something?

Using 12.2 v MII

Thanking You All,

Ruchir

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ruchir,

Kindly try assigning "SAP_XMII_User" role to the newly created user through NWA screeon. You can check whether any "Group" needs to be added for the user.

Let us know your findings on this.

Thanks

S.Rajesh

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Rajesh,

Thanks for guiding me. Actually, I was looking at action - xmii_user and adding it modifying ....never really clicked role .. adding it, solved my issue.

thanks!

Regards,

Ruchir

Former Member
0 Kudos

Welcome

Former Member
0 Kudos

Hi Rajesh,

i have similar problem .  Having SAP_XMII_USER role as well as Developer role . But in the Drop down it shows XML content .

It was working with MII 12.0. Once the version upgraded to 12.2 drop down doesnt hold values .

i'm using IFRAME to display the values in dropdown. is there any problem with IFRAME vs MII 12.2.

<iframe name="Frame1"  border="0" width="254" height="48"  scrolling="no" src="/XMII/Illuminator?QueryTemplate=HEM-MES/SchedulingScreen/Xacute_SchedulingScreen_ResourceList&Content-Type=text/xml&StyleSheet=/XMII/CM/HEM-MES/SchedulingScreen/SchedulingScreen_Resource.xsl">

Kindly let me know if some more info needed.

Regards,

Annamalai

Former Member
0 Kudos

I believe your xml generated by backend and your xsl are problem ..do check if the output is as expected before using it