cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to Pass Parameters to I5Grid in SAP MII 14.0 SP05

Former Member
0 Kudos

Hi Experts,

There was a bug in SAP MII 14.0 SP04  where we were unable to pass parameters to I5Grid dynamically. I understand that this bug has been fixed in SP05 , so we applied following patches:

Patches installed :

a)      XMII05P_4-10008694.SCA

b)      XMII05_0-10008694.SCA

Note details mentioning this issue :

  1. 2016927 - I5Grid does not take into account overridden parameters when updateGrid(true) is called

But even after applying these patches, I am still not able to pass parameters to I5Grid dynamically from irpt page.  Does anyone have any insight to it? Is it working for any one of you?

Regards,

Kirti

Accepted Solutions (1)

Accepted Solutions (1)

former_member185280
Active Contributor
0 Kudos

Try clearing your browser cache. This was probably an update to the MII javascript libs and I think the  file names are the same across versions so your browser may still be using the older version.

Former Member
0 Kudos

Hi Christian,

Thanks for replying. I tried clear my browser cache and Java cache multiple times. But it does not help. Could their be any other reason for this behaviour? Is this working for you?

Appreciate your response.

Regards,

Kirti

former_member185280
Active Contributor
0 Kudos

Sorry Kirti I don't have access to a 14 box at the moment.

Former Member
0 Kudos

Hi Chirstian,

I see this change working. I was doing a mistake while passing parameter to I5grid.

What I was doing-

Grid.getQueryObject().setParameter(1, linename);

Correct Way:

Grid.getQueryObject().setParameter("Param.1", linename);

Thanks & Regards,

Kirti

Answers (0)