Hi all,
Recently we made an upgrade of SAP Netweaver Portal 7.02 to 7.4 SP11.
All our workflow tasks stoped sending the decision note to the backend.
If I try to approve the task in SBWP all works perfectly and the note is saved on _ATTACH_OBJECTS, but when I try with Netweaver no decision note is stored.
I've put a debug point on SAP_WAPI_DECISION_COMPLETE and the DECISION_NOTE is always empty.
Anyone know if the UWL configuration needs to be changed?
Our current uwl.webflow.SAP_R3_HumanResources configuration is:
<Action name="reject_bt" groupAction="yes" handler="UserDecisionHandler" referenceBundle="reject_bt" returnToDetailViewAllowed="no" launchInNewWindow="no">
<Properties>
<Property name="display_order_priority" value="40"/>
<Property name="decisionKey" value="2"/>
<Property name="showButtonInPreviewArea" value="yes"/>
<Property name="UserDecisionTitle" value="Comments"/>
<Property name="UserDecisionNote" value="mandatory"/>
</Properties>
</Action>
<ItemType name="uwl.task.webflow.TS90000038.SAP_R3_HumanResources" connector="WebFlowConnector" defaultView="Company_DefaultView" defaultAction="none" executionMode="pessimistic">
<ItemTypeCriteria systemId="SAP_R3_HumanResources" externalType="TS90000038" connector="WebFlowConnector"/>
<Actions>
<Action reference="approve_bt"/>
<Action reference="reject_bt"/>
</Actions>
</ItemType>
Many thanks.
Best regards,
Luis Cruz