Skip to Content
0
Former Member
Jan 18, 2011 at 09:17 AM

Exception while trying to pass parameters to transaction iView from WDPJ

29 Views

Hi,

I have created a transaction iView with the following application parameters: (as seen on another post)

RF02D-KTOKD=<Request.param1>&RF02D-KUNNR=<Request.param2>

My Web Dynpro Java code to call the iView and pass the parameters is:

WDPortalNavigation.navigateAbsolute(
		"ROLES://portal_content/com.agora/iviews/com.agora",
		WDPortalNavigationMode.SHOW_INPLACE, "", "",
		WDPortalNavigationHistoryMode.NO_DUPLICATIONS, "", "", "",
		"param1=Adhérent&param2=testClient", true, true);

When executing the application, I get the following portal exception:

Exception in SAP Application Integrator occured: Unable to process template &#39;RF02D-KTOKD=&lt;Request.param1&gt;&amp;RF02D-KUNNR=&lt;Request.param2&gt;&#39;, because &#39;param1&#39; is an invalid terminal property of context &#39;Request.&#39;.

I've been looking around for a solution but didn't find any. Does anyone see what I am doing wrong ?

Thanks in advance for your help,

Thibault