Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
troy_cronin2
Active Contributor

Background: In the Universal Worklist (UWL) after you perform an action (Approve/Reject) on a workitem the action window remains open instead of closing automatically.

Expected Behavior:The expected behaviour is that the window closes without any required action instead however you encounter the "Close Window" screen option.

Identifying the issue: Log into Enterprise Portal. In the portal, navigate to System Administration -> System Configuration -> Universal Worklist & Workflow -> Universal Worklist. Launch the main UWL iView and select a workitem of choice. Perform any definite action on the workitem e.g. approval or rejection and the popup window remains open.

Why this is happening: Discrepancy in the property view settings. The Notification/UWL item launches the work item by calling transaction SWNWIEX (Report RSWNWIEX) from a backend system and passes the work item ID. This transaction starts the work item execution by triggering the method of the object, which is defined in the single step task. The transaction SWNWIEX is not aware of the functionality implemented in the method of the object.

Resolution:  Log into Enterprise Portal.  Navigate to the Universal Worklist (UWL) -> select UWL Administration. Open the UWL Standard XML (uwl.standard). In order for the window to be closed automatically as desired the returnToDetailViewAllowed property needs to be maintained in the UWL standard XML setup. Add the correct property to the uwl.standard XML -> returnToDetailViewAllowed="yes". Re-upload the XML with a value of "High" and clear the UWL Cache.