BAdI: Enhancement of Worklist Items on Creation
Use
You use this Business Add-In (BAdI) in the component SAP Collections Management (FIN-FSCM-COL).
With this BAdI, when you create worklist items you can fill customer-specific fields and display them in the worklist.
Requirements
To display customer-specific fields in the worklist, you have to enhance the following ABAP Dictionary objects:
- Table UDM_WL_ITEM: Implement the customer include CI_WORKLIST_ITEM.
- Structure UDM_S_WORKLIST_ITEM_ATTR_C: Implement the customer include CI_WORKLIST_ITEM_ATTR.
Example
- Example 1: You calculate additional key figures for the business partner and display these in the worklist.
- Example 2: You distribute additional indicators from Accounts Receivable Accounting to Collections Management and display these in the worklist.
- For more information on how to use a customer enhancement to distribute additional key figures from Accounts Receivable Accounting to Collections Management, see the Implementation Guide for SAP Collections Management under Integration with Accounts Receivable Accounting -> Distribution of Data to SAP Collections Management -> BAdI: Distribute Data to Collections Management.
See also
Method: BEFORE_DB_INSERT