cancel
Showing results for 
Search instead for 
Did you mean: 

Class CL_UDM_BUPA_TRANSACTION_DATA method CREATE_WORKLIST_ITEM

Former Member
0 Kudos

Hi,

Anyone with experience modifying class CL_UDM_BUPA_TRANSACTION_DATA method CREATE_WORKLIST_ITEM to influence the creation of workitems?

Regards,

MS.

Accepted Solutions (1)

Accepted Solutions (1)

former_member228809
Participant
0 Kudos

Hi.

You can use existing BAdI to control worklist when creation or display.

For example, if you want to add fields in worklist,

First append structure in table UDM_WL_ITEM

Second implement BAdI as follows.

1. BAdI: Enhancement of Worklist Items on Creation

    => BAdI UDM_WL_ITEM_CREAT

2. BAdI: Enhancement of Worklist Items on Display

    => BAdI UDM_WL_ITEM_DISP_C

These are better than modification.

Best regards.

Keith An.

Answers (0)