Hello experts. Error occurs only in completed tasks option. If I pick active task - error do not occurs, parameters transfer succesful to webdynpro application.
pressing action buttons give an error.
---------------------------------
XML configuration is:
---------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE UWLConfiguration PUBLIC '-//SAP//UWL1.0//EN' 'uwl_configuration.dtd'
>
<UWLConfiguration version="1.0">
<Actions>
<Action name="DisplayRequestForm" groupAction="" handler="SAPAppLauncher" referenceBundle="com.sap.pct.erp.mss.tra.DisplayForm" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
<Properties>
<Property name="SAPIntegrator" value="ROLES://portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.roles/com.sap.pct.erp.ess.employee_self_service/com.sap.pct.erp.ess.employee_self_service/com.sap.pct.erp.ess.area_travel_expenses/com.sap.pct.erp.ess.tripform"/>
<Property name="sap.xss.tra.TripComponent" value="R"/>
<Property name="sap.xss.tra.PersNo" value="${item.EmployeeNumber}"/>
<Property name="display_order_priority" value="10"/>
<Property name="sap.xss.tra.TripNo" value="${item.TripNumber}"/>
</Properties>
</Action>
<Action name="orderedServices" groupAction="" handler="SAPWebDynproABAPLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
<Properties>
<Property name="WebDynproApplication" value="Z_SHOW_ORDERED_SERVICES"/>
<Property name="DebugMode" value="true"/>
<Property name="newWindowFeatures" value="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no"/>
<Property name="DynamicParameter" value="TRIP_ID=${item.TripNumber}"/>
<Property name="openInNewWindow" value="yes"/>
<Property name="WebDynproNamespace" value="sap"/>
<Property name="EMPLOYEE_NUMBER" value="${item.EmployeeNumber}"/>
</Properties>
<Descriptions default="Ordered Services">
<ShortDescriptions>
<Description Language="ru" Description="Информация для бронирования"/>
</ShortDescriptions>
<LongDescriptions>
<Description Language="ru" Description="Информация для бронирования"/>
</LongDescriptions>
</Descriptions>
</Action>
<Action name="DisplayExpenseForm" groupAction="" handler="SAPAppLauncher" referenceBundle="com.sap.pct.erp.mss.tra.DisplayForm" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
<Properties>
<Property name="SAPIntegrator" value="ROLES://portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.roles/com.sap.pct.erp.ess.employee_self_service/com.sap.pct.erp.ess.employee_self_service/com.sap.pct.erp.ess.area_travel_expenses/com.sap.pct.erp.ess.tripform"/>
<Property name="sap.xss.tra.TripComponent" value=" "/>
<Property name="sap.xss.tra.PersNo" value="${item.EmployeeNumber}"/>
<Property name="display_order_priority" value="10"/>
<Property name="sap.xss.tra.TripNo" value="${item.TripNumber}"/>
</Properties>
</Action>
<Action name="agreementList" groupAction="" handler="SAPWebDynproABAPLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
<Properties>
<Property name="WebDynproApplication" value="Z_SHOW_AGREEMENT_LIST"/>
<Property name="DebugMode" value="true"/>
<Property name="newWindowFeatures" value="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no"/>
<Property name="DynamicParameter" value="TRIP_ID=${item.TripNumber}"/>
<Property name="openInNewWindow" value="yes"/>
<Property name="WebDynproNamespace" value="sap"/>
<Property name="EMPLOYEE_NUMBER" value="${item.EmployeeNumber}"/>
</Properties>
<Descriptions default="Agreement List">
<ShortDescriptions>
<Description Language="ru" Description="Лист согласования"/>
</ShortDescriptions>
<LongDescriptions>
<Description Language="ru" Description="Лист согласования"/>
</LongDescriptions>
</Descriptions>
</Action>
</Actions>
<ItemTypes>
<ItemType name="uwl.completedtask.webflow.TS99900016" connector="WebFlowConnector" defaultView="WorkItemsCompletedView" defaultAction="DisplayRequestForm" executionMode="pessimistic">
<ItemTypeCriteria systemId="SAP_ITS_XSS" externalType="TS99900016" connector="WebFlowConnector"/>
<CustomAttributes>
<CustomAttributeSource id="WEBFLOW_CONTAINER" objectIdHolder="externalId" objectType="WebFlowContainer" cacheValidity="default">
<Attribute name="TripNumber" type="string" displayName="TripNumber"/>
<Attribute name="EmployeeNumber" type="string" displayName="EmployeeNumber"/>
</CustomAttributeSource>
</CustomAttributes>
<Actions>
<Action reference="DisplayRequestForm"/>
<Action reference="agreementList"/>
<Action reference="orderedServices"/>
</Actions>
</ItemType>
<ItemType name="uwl.completedtask.webflow.TS99900018" connector="WebFlowConnector" defaultView="WorkItemsCompletedView" defaultAction="DisplayRequestForm" executionMode="pessimistic">
<ItemTypeCriteria systemId="SAP_ITS_XSS" externalType="TS99900018" connector="WebFlowConnector"/>
<CustomAttributes>
<CustomAttributeSource id="WEBFLOW_CONTAINER" objectIdHolder="externalId" objectType="WebFlowContainer" cacheValidity="default">
<Attribute name="TripNumber" type="string" displayName="TripNumber"/>
<Attribute name="EmployeeNumber" type="string" displayName="EmployeeNumber"/>
</CustomAttributeSource>
</CustomAttributes>
<Actions>
<Action reference="DisplayRequestForm"/>
<Action reference="agreementList"/>
<Action reference="orderedServices"/>
</Actions>
</ItemType>
<ItemType name="uwl.completedtask.webflow.TS99900047" connector="WebFlowConnector" defaultView="WorkItemsCompletedView" defaultAction="DisplayRequestForm" executionMode="pessimistic">
<ItemTypeCriteria systemId="SAP_ITS_XSS" externalType="TS99900047" connector="WebFlowConnector"/>
<CustomAttributes>
<CustomAttributeSource id="WEBFLOW_CONTAINER" objectIdHolder="externalId" objectType="WebFlowContainer" cacheValidity="default">
<Attribute name="TripNumber" type="string" displayName="TripNumber"/>
<Attribute name="EmployeeNumber" type="string" displayName="EmployeeNumber"/>
</CustomAttributeSource>
</CustomAttributes>
<Actions>
<Action reference="agreementList"/>
<Action reference="DisplayRequestForm"/>
</Actions>
</ItemType>
<ItemType name="uwl.completedtask.webflow.TS99900048" connector="WebFlowConnector" defaultView="WorkItemsCompletedView" defaultAction="DisplayExpenseForm" executionMode="pessimistic">
<ItemTypeCriteria systemId="SAP_ITS_XSS" externalType="TS99900048" connector="WebFlowConnector"/>
<CustomAttributes>
<CustomAttributeSource id="WEBFLOW_CONTAINER" objectIdHolder="externalId" objectType="WebFlowContainer" cacheValidity="default">
<Attribute name="TripNumber" type="string" displayName="TripNumber"/>
<Attribute name="EmployeeNumber" type="string" displayName="EmployeeNumber"/>
</CustomAttributeSource>
</CustomAttributes>
<Actions>
<Action reference="agreementList"/>
<Action reference="DisplayRequestForm"/>
</Actions>
</ItemType>
<ItemType name="uwl.completedtask.webflow.TS99900049" connector="WebFlowConnector" defaultView="WorkItemsCompletedView" defaultAction="DisplayExpenseForm" executionMode="pessimistic">
<ItemTypeCriteria systemId="SAP_ITS_XSS" externalType="TS99900049" connector="WebFlowConnector"/>
<CustomAttributes>
<CustomAttributeSource id="WEBFLOW_CONTAINER" objectIdHolder="externalId" objectType="WebFlowContainer" cacheValidity="default">
<Attribute name="TripNumber" type="string" displayName="TripNumber"/>
<Attribute name="EmployeeNumber" type="string" displayName="EmployeeNumber"/>
</CustomAttributeSource>
</CustomAttributes>
<Actions>
<Action reference="agreementList"/>
<Action reference="DisplayExpenseForm"/>
</Actions>
</ItemType>
<ItemType name="uwl.completedtask.webflow.TS99900071" connector="WebFlowConnector" defaultView="WorkItemsCompletedView" defaultAction="DisplayExpenseForm" executionMode="pessimistic">
<ItemTypeCriteria systemId="SAP_ITS_XSS" externalType="TS99900071" connector="WebFlowConnector"/>
<CustomAttributes>
<CustomAttributeSource id="WEBFLOW_CONTAINER" objectIdHolder="externalId" objectType="WebFlowContainer" cacheValidity="default">
<Attribute name="TripNumber" type="string" displayName="TripNumber"/>
<Attribute name="EmployeeNumber" type="string" displayName="EmployeeNumber"/>
</CustomAttributeSource>
</CustomAttributes>
<Actions>
<Action reference="agreementList"/>
<Action reference="DisplayRequestForm"/>
</Actions>
</ItemType>
<ItemType name="uwl.completedtask.webflow.TS99900072" connector="WebFlowConnector" defaultView="WorkItemsCompletedView" defaultAction="DisplayExpenseForm" executionMode="pessimistic">
<ItemTypeCriteria systemId="SAP_ITS_XSS" externalType="TS99900072" connector="WebFlowConnector"/>
<CustomAttributes>
<CustomAttributeSource id="WEBFLOW_CONTAINER" objectIdHolder="externalId" objectType="WebFlowContainer" cacheValidity="default">
<Attribute name="TripNumber" type="string" displayName="TripNumber"/>
<Attribute name="EmployeeNumber" type="string" displayName="EmployeeNumber"/>
</CustomAttributeSource>
</CustomAttributes>
<Actions>
<Action reference="agreementList"/>
<Action reference="DisplayExpenseForm"/>
</Actions>
</ItemType>
<ItemType name="uwl.completedtask.webflow.TS99900073" connector="WebFlowConnector" defaultView="WorkItemsCompletedView" defaultAction="DisplayExpenseForm" executionMode="pessimistic">
<ItemTypeCriteria systemId="SAP_ITS_XSS" externalType="TS99900073" connector="WebFlowConnector"/>
<CustomAttributes>
<CustomAttributeSource id="WEBFLOW_CONTAINER" objectIdHolder="externalId" objectType="WebFlowContainer" cacheValidity="default">
<Attribute name="TripNumber" type="string" displayName="TripNumber"/>
<Attribute name="EmployeeNumber" type="string" displayName="EmployeeNumber"/>
</CustomAttributeSource>
</CustomAttributes>
<Actions>
<Action reference="agreementList"/>
<Action reference="DisplayExpenseForm"/>
</Actions>
</ItemType>
<ItemType name="uwl.completedtask.webflow.TS99900076" connector="WebFlowConnector" defaultView="WorkItemsCompletedView" defaultAction="DisplayExpenseForm" executionMode="pessimistic">
<ItemTypeCriteria systemId="SAP_ITS_XSS" externalType="TS99900076" connector="WebFlowConnector"/>
<CustomAttributes>
<CustomAttributeSource id="WEBFLOW_CONTAINER" objectIdHolder="externalId" objectType="WebFlowContainer" cacheValidity="default">
<Attribute name="TripNumber" type="string" displayName="TripNumber"/>
<Attribute name="EmployeeNumber" type="string" displayName="EmployeeNumber"/>
</CustomAttributeSource>
</CustomAttributes>
<Actions>
<Action reference="DisplayRequestForm"/>
<Action reference="DisplayExpenseForm"/>
</Actions>
</ItemType>
<ItemType name="uwl.completedtask.webflow.TS99900082" connector="WebFlowConnector" defaultView="WorkItemsCompletedView" defaultAction="DisplayExpenseForm" executionMode="pessimistic">
<ItemTypeCriteria systemId="SAP_ITS_XSS" externalType="TS99900082" connector="WebFlowConnector"/>
<CustomAttributes>
<CustomAttributeSource id="WEBFLOW_CONTAINER" objectIdHolder="externalId" objectType="WebFlowContainer" cacheValidity="default">
<Attribute name="TripNumber" type="string" displayName="TripNumber"/>
<Attribute name="EmployeeNumber" type="string" displayName="EmployeeNumber"/>
</CustomAttributeSource>
</CustomAttributes>
<Actions>
<Action reference="DisplayRequestForm"/>
<Action reference="DisplayExpenseForm"/>
</Actions>
</ItemType>
<ItemType name="uwl.completedtask.webflow.TS99900084" connector="WebFlowConnector" defaultView="WorkItemsCompletedView" defaultAction="DisplayExpenseForm" executionMode="pessimistic">
<ItemTypeCriteria systemId="SAP_ITS_XSS" externalType="TS99900084" connector="WebFlowConnector"/>
<CustomAttributes>
<CustomAttributeSource id="WEBFLOW_CONTAINER" objectIdHolder="externalId" objectType="WebFlowContainer" cacheValidity="default">
<Attribute name="TripNumber" type="string" displayName="TripNumber"/>
<Attribute name="EmployeeNumber" type="string" displayName="EmployeeNumber"/>
</CustomAttributeSource>
</CustomAttributes>
<Actions>
<Action reference="agreementList"/>
<Action reference="DisplayExpenseForm"/>
</Actions>
</ItemType>
<ItemType name="uwl.completedtask.webflow.TS99900085" connector="WebFlowConnector" defaultView="WorkItemsCompletedView" defaultAction="DisplayRequestForm" executionMode="pessimistic">
<ItemTypeCriteria systemId="SAP_ITS_XSS" externalType="TS99900085" connector="WebFlowConnector"/>
<CustomAttributes>
<CustomAttributeSource id="WEBFLOW_CONTAINER" objectIdHolder="externalId" objectType="WebFlowContainer" cacheValidity="default">
<Attribute name="TripNumber" type="string" displayName="TripNumber"/>
<Attribute name="EmployeeNumber" type="string" displayName="EmployeeNumber"/>
</CustomAttributeSource>
</CustomAttributes>
<Actions>
<Action reference="DisplayRequestForm"/>
<Action reference="DisplayExpenseForm"/>
</Actions>
</ItemType>
<ItemType name="uwl.completedtask.webflow.TS99900088" connector="WebFlowConnector" defaultView="WorkItemsCompletedView" defaultAction="viewDetail" executionMode="pessimistic">
<ItemTypeCriteria systemId="SAP_ITS_XSS" externalType="TS99900088" connector="WebFlowConnector"/>
<CustomAttributes>
<CustomAttributeSource id="WEBFLOW_CONTAINER" objectIdHolder="externalId" objectType="WebFlowContainer" cacheValidity="default">
<Attribute name="TripNumber" type="string" displayName="TripNumber"/>
<Attribute name="EmployeeNumber" type="string" displayName="EmployeeNumber"/>
</CustomAttributeSource>
</CustomAttributes>
</ItemType>
<ItemType name="uwl.completedtask.webflow.TS99900089" connector="WebFlowConnector" defaultView="WorkItemsCompletedView" defaultAction="viewDetail" executionMode="pessimistic">
<ItemTypeCriteria systemId="SAP_ITS_XSS" externalType="TS99900089" connector="WebFlowConnector"/>
<CustomAttributes>
<CustomAttributeSource id="WEBFLOW_CONTAINER" objectIdHolder="externalId" objectType="WebFlowContainer" cacheValidity="default">
<Attribute name="TripNumber" type="string" displayName="TripNumber"/>
<Attribute name="EmployeeNumber" type="string" displayName="EmployeeNumber"/>
</CustomAttributeSource>
</CustomAttributes>
</ItemType>
<ItemType name="uwl.completedtask.webflow.TS99900090" connector="WebFlowConnector" defaultView="WorkItemsCompletedView" defaultAction="viewDetail" executionMode="pessimistic">
<ItemTypeCriteria systemId="SAP_ITS_XSS" externalType="TS99900090" connector="WebFlowConnector"/>
<CustomAttributes>
<CustomAttributeSource id="WEBFLOW_CONTAINER" objectIdHolder="externalId" objectType="WebFlowContainer" cacheValidity="default">
<Attribute name="TripNumber" type="string" displayName="TripNumber"/>
<Attribute name="EmployeeNumber" type="string" displayName="EmployeeNumber"/>
</CustomAttributeSource>
</CustomAttributes>
</ItemType>
<ItemType name="uwl.completedtask.webflow.TS99900095" connector="WebFlowConnector" defaultView="WorkItemsCompletedView" defaultAction="DisplayRequestForm" executionMode="pessimistic">
<ItemTypeCriteria systemId="SAP_ITS_XSS" externalType="TS99900095" connector="WebFlowConnector"/>
<CustomAttributes>
<CustomAttributeSource id="WEBFLOW_CONTAINER" objectIdHolder="externalId" objectType="WebFlowContainer" cacheValidity="default">
<Attribute name="TripNumber" type="string" displayName="TripNumber"/>
<Attribute name="EmployeeNumber" type="string" displayName="EmployeeNumber"/>
</CustomAttributeSource>
</CustomAttributes>
<Actions>
<Action reference="agreementList"/>
<Action reference="orderedServices"/>
<Action reference="DisplayRequestForm"/>
</Actions>
</ItemType>
</ItemTypes>
</UWLConfiguration>