cancel
Showing results for 
Search instead for 
Did you mean: 

UWL custom attributes absence start and absence end date

vengadesh_r
Explorer
0 Kudos

Hi All,

  I have a requirement to Display two additional columns Absence start and Absence end date fields in UWL. The workflow task number which i am using is TS12300097 . This task is of Object category = 'ABAP CLASS' Object Type = 'CL_PT_REQ_WF_ATTRIBS'. By using XML customization i was able to display two additional columns. But the data rows are displaying banks. I am not sure how the data is being fetched and displayed in UWL. Which attribute should i use to display absence start and absence end dates ?
  Kindly help me to resolve this issue.

Thanks,

Vengadesh Rajendran

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member197475
Active Contributor
0 Kudos

Hi Vengadesh,

Please go through this below doc,

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a3461636-0301-0010-3787-978f5ac8b...

Go to-> Step By Step – List Views with Custom Attributes section. There you can find how to add custom attributes for From and To of absence dates.

Guess you are looking for the same:) Let me know.

BR,

RAM

vengadesh_r
Explorer
0 Kudos

Thanks for the reply Ram. I already saw this document and made my XML config as this says. But still there is no data visible in both Absence from and Absence End dates. I need to know how to fetch these two values.

former_member197475
Active Contributor
0 Kudos

Hi,

Have you tried to add the system-name to Item Type. If no, please try this

<ItemType name="uwl.completedtask.webflow.TS12300097.system-name" connector="WebFlowConnector" defaultView="" defaultAction="" executionMode="">

<ItemTypeCriteria systemId="system-name" externalType="TS12300097" connector="WebFlowConnector"/>

Vengadesh, remember that I have used the above code previously. Please try it once, may help you.

Also check at the back end that data's are available.

BR,

RAM

vengadesh_r
Explorer
0 Kudos

yes Ram. I am using the same.

<ItemType name="uwl.task.webflow.TS12300097.SAP_R3"  connector="WebFlowConnector"

defaultView="WorkItemsApprovalView"    defaultAction="launchWebdynpro" executionMode="default">

<ItemTypeCriteria systemId="SAP_R3" externalType="TS12300097" connector="WebFlowConnector"/>

I will take help of workflow consultant to check the datas are available or not at the backend.

One more question. In XML configuration we have some standard fields such as creatorId,createdDate,dueDate,etc... How these fields are mapped from the backend ? Is there anyway we can see this in the backend (any tables, or tcodes ) ?