Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
JUNG
Participant

Integrating Visual Composer Model with UWL

SAP EP 7.31 SP9, ERP 6 EHP4.

The background:

You have a workflow, for instance a basis workflow defined in SAP ERP 6 backend.

This workflow triggers work item creation.

SAP EP is set up and Universal Work List (UWL) is connected to the backend system.

Workflow work items appear in UWL as tasks.

Target:

You want to trigger a Visual Composer model to handle the UWL task instead of launching a HTML SAP Gui windows.

This blog will be split in several parts:

UWL Configuration

UWL configuration

Click to manage Item Type and View Definitions

XLM Configuration details

Details for Action Launcher

<Actions>

<Action name="launchVisualComposer" groupAction="" handler="IViewLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">

<Properties>

<Property name="workitemId" value="${item.externalId}"/>

<Property name="iviewDynamicParameter" value="WI_ID=${item.externalId}"/>

<Property name="iview" value="pcd:portal_content/pcc_portal_application/fr.ugap.geops.UGAP_GEOPS/ugap.geops.Sites_et_Demandes/fr.ugap.geops.uwl_task_VC"/>

</Properties>

<Descriptions default="Launch Demo IView">

<ShortDescriptions>

<Description Language="fr" Description="Traiter la demande VC"/>

</ShortDescriptions>

</Descriptions>

</Action>

The <Property name> value for the iview contains the page position.

Result

‘Launch Demo IView’ triggers VC model execution.

Result: you can see work item id sent to VC model.

Other references and remarks

SAP Help for UWL launcher.

Each time UWL XML configuration is changed you need to clear the cache.

Labels in this area