cancel
Showing results for 
Search instead for 
Did you mean: 

Using URL's to pass parameters to VC developed iViews

bob_schmidt2
Explorer
0 Kudos

It is with great interest that I read the following article on passing parameters to VC-developed iViews as that is exactly what we are trying to do.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2090414b-cd20-2a10-d594-8de9d146...

However, when I ran through the scenario as instructed, I ran into the following error.

"Portal Runtime Error

An exception occurred while processing a request for :

iView : com.sap.portal.appintegrator.sap.WebDynproPageBuilder

Component Name : com.sap.portal.appintegrator.sap.WebDynproPageBuilder

Exception in SAP Application Integrator occured: Unable to process template '<Params><Row BANK_CTRY="US" MAX_ROWS= 01D10 01D></Params>', because 'Params' is an invalid terminal property of the Root context..

Exception id: 04:04_08/10/07_0057_503331650

See the details for the exception ID in the log file"

We are on VC7 SP9.

Any information is greatly appreciated.

Regards!

Bob Schmidt

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Bob,

I have followed the document and passed the parameters in the URL but i couldnot get the output as given.

I have tried using following types

Used Start point and encoded the URL as

iviewURL&_paramsXmlStr_=<Params><Row Material_Type="z001"Plant="8302"></Rows></Params>

also

iviewURL&_paramsXmlStr_=%3CParams%3E%3CRow%20Material_Type%3D%22z001%22%20Plant%3D%228302%22%%3E%3C/Rows3E%3C/Params%3E

also

iviewURL&Material_Type=z001&Plant=8302 (is in wiki for VC7.1)

Can you help me out in getting the result.

Thanks & Regards

K.Srinivas

Former Member
0 Kudos

I am trying to do the same, but having no luck.

Any body out there that has made this work have any suggestions on things to look out for?

Best Regards,

Mark

bob_schmidt2
Explorer
0 Kudos

Nevermind. We were formatting the XML parameter string incorrectly. It is working correctly.