Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3585

Re: Add column into UWL

$
0
0

Dear Karri,

 

I'm trying to add a column from the BOR, which is in task container to the UWL screen. In order to do that, I'm following the official tutorial «How to Configure the Universal Worklist (NW2004)», here is a fragment of the changes in the XML configuration file I made:

 

<CustomAttributes>      <CustomAttributeSource id="ABAP_BOR"                                                            objectIdHolder="externalObjectId"                                                            cacheValidity="final">            <Attribute name="BOR_OBJ.DOCUMENTVERSION"                                    type="string"                                    displayName="DocVer" />      </CustomAttributeSource></CustomAttributes><DisplayAttributes>      <DisplayAttribute name="BOR_OBJ.DOCUMENTVERSION"                                                type="string"                                                width=""                                                sortable="yes"                                                format="medium">            <Description default="DocVer">                  <ShortDescription>                      <Description Language="en" Description="DocVer"/>                  </ShortDescription>            </Description>      </DisplayAttribute></DisplayAttributes>

 

Where the BOR_OBJ is a name of the BOR-object in the task container and the DOCUMENTVERSION is an attribute of this BOR-object.

 

I uploaded this configuration, refreshed caches, relaunched the UWL, but nothing happens, I still don't see this column. Could you, please, point me, what I'm missing or doing wrong?

 

Thanks.


Viewing all articles
Browse latest Browse all 3585

Trending Articles