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¶m2=testClient", true, true);
When executing the application, I get the following portal exception:
Exception in SAP Application Integrator occured: Unable to process template 'RF02D-KTOKD=<Request.param1>&RF02D-KUNNR=<Request.param2>', because 'param1' is an invalid terminal property of context 'Request.'.
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