cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem in Applet for passing values dynamically from web page to sap xMII

Former Member
0 Likes
312

I have just started learning xMII but facing problem in passing values of parameters like rangeLow, rangeHigh, etc dynamically from web page to sap xMII 12.0. I have referred many web page examples in the Module Library template on SDN, but not getting exact solution.

Applet using an irpt extension. I am using Xacute query. Below is some part of code containing calling of required function on buttonClick event and Applet for dynamic paramter passing. Kindly correct me if any part is incorrect or missing.

Simillarly in queryTemplate some default values has been maintained in propertyDetail Value and TransactionDetails Param values. Is this correct method?

Edited by: Anand G Saraswat on Apr 25, 2011 6:56 PM

View Entire Topic
Former Member
0 Likes

Hi Anand,

Is your problem solved? I assume not, because the question is still open.

it seems from above discussion that you are mixing multiple approaches. I would suggest you to keep it simple first.

Most of the times your Javascript code is the culprit.I have realized over time that MII is a bit moody and its behavior may vary with the MII version, Patch level, Your browser and a lot more things. So its advisable to keep it straight and simple.

for instance, try using getElementById instead of directly using the document object name. this will rarely cause any issue.

If your prob is not yet solved then can you please mention which portion is not working now. Since you mentioned somewhere above that you are getting output now, so where are you stuck now and till what point you are done?

Thanks

Piyush Govil

Former Member
0 Likes

Hi Piyush,

Thanks for the reply..but my problem is solved, stil ur reply also worth useful.