cancel
Showing results for 
Search instead for 
Did you mean: 

UWL Workflow Container/ Task Container Element

Former Member
0 Kudos

Hi,

I have a workflow container and task container element "ProductGroup". ProductGroup contains a value. How can i access the value in the ProductGroup element in my UWL. Property name for ProductGroup is product_group, but how can I access the value? Can anyone help me.

<Action>

<Properties>

<Property name="url_event_id" value="onDisplay"/>

<Property name="appr_type" value="SEPARATED_PRODUCTS"/>

<Property name="view_type" value="APPROVAL"/>

<Property name="object_key" value="${item.externalObjectId}"/>

<Property name="url" value="http://sapad1.synopsys.com:9011/sap/bc/bsp/sap/z_vpl/main.do"/>

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

<Property name="vpl_id" value="${item.externalObjectId}"/>

<Property name="product_group" value=" ? "/>

</Properties>

</Action>

Thanks,

Yogesh

Edited by: YogeshS on Aug 8, 2011 10:27 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member201257
Active Contributor
0 Kudos

List of standard item attributes:

http://help.sap.com/saphelp_nw70/helpdata/en/b0/9cb51c06784c06a2066d7eb9e537e1/frameset.htm

To access a custom attribute, refer to the following blog:

http://weblogs.sdn.sap.com/cs/blank/view/wlg/20379

Thanks,

Shanti