cancel
Showing results for 
Search instead for 
Did you mean: 

Assignment field in Process Receivables page of collection work list.

PankajPareek
Active Participant
0 Kudos
635

Hi Experts,

I have a requirement where I need to show the customer invoice assignment field (ZUONR) in the Process Receivables table in the collection management worklist. Below is the screenshot for more understanding on my requirement. I need to know how can I pull this field from AR to FSCM?

I can pull the data from BSEG table and create an user exit for modifying the structure of the Process Receivables table to include the assignment field.

I am looking for alternative better solution. Any inputs on this will be very helpful.

Regards

Pankaj Pareek

View Entire Topic
former_member228809
Participant
0 Kudos

Hi Pankaj.

BAdI UDM_WL_ITEM_CREATE, UDM_WL_ITEM_DISP is very good point to control worlist items but you have to do enhancement to add fields AR list in Process receivables.

1. Append structure into structure FDM_COLL_INVOICE

2. Add Enhancement at the end of functions FDM_COLL_INVOICES_READ & FDM_COLL_INVOICES_READ_CLOSED

You can get more detail of implementation in blog posting named 'Adding fields in the Item level / Invoice level of the Collection management work list' in this area.