Skip to Content
0
Former Member
Dec 06, 2007 at 06:17 PM

How to Pass a Workitem parameter to a BSP in UWL..

30 Views

Hi everyone,

I want to launch a BSP page (packed in portal iView) from an UWL Workitem, i have edited an XML File for UWL and upload it to the Portal, now when i click on the Workitem in the UWL

i get the right BSP App. but not see correct, because one important parameter for (appraisal document ID) is not passed from the Workitem to the BSP App.

How can i pass this Parameter from the Workitem (e.g. Document_ID) to the BSP via the UWL.

Here is the XML File i have created:

<?xml version="1.0" encoding="utf-8"?>

<!DOCTYPE UWLConfiguration PUBLIC '-//SAP//UWL1.0//EN'

'uwl_configuration.dtd' [ ]>

<UWLConfiguration>

<ItemTypes>

<ItemType name="uwl.task.webflow.TS12300110.SAP_HR_200" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchSAPAction" executionMode="optimistic">

<ItemTypeCriteria connector="WebFlowConnector" externalType="TS12300110" />

<Actions>

<Action name="launchSAPAction" handler="SAPAppLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes">

<Properties>

<Property name="SAPIntegrator" value="pcd:portal_content/XXXXXXXXXXX.performance_management_document_1" />

<Property name="DynamicParameter" value="ID=${item.externalid}" />

</Properties>

<Descriptions default="" />

</Action>

</Actions>

</ItemType>

</ItemTypes>

</UWLConfiguration>

Many Thanks,

Nazih