cancel
Showing results for 
Search instead for 
Did you mean: 

#COE#SW01 Process Receivables view reference number

9980000921
Explorer
0 Kudos
582

On the Process Receivables app, we can see the list of open invoices by journal entry number. However, one of our company's use the reference field for the invoice number. This can be seen on the Customer Line Items App but I have checked all 50 available columns in Process Receivables > Invoice Items and none of them contain this data. This makes it difficult to know which invoice the customer is referring to.

We could use the Customer Line Items app but this doesn't show us the open value. So if an invoice is part paid we can only see the original document value.

Is it possible to add the reference column into Process Receivables and/or to see the open value in the Customer Line Items app?

Kind Regards

Nathan

View Entire Topic

Hi Nathan,

if you want to display additional fields on the invoice view of Process Receivables, please perform the following steps:

1. Create a new field for business context FDM_INVOICE via app "Custom Fields and Logic" - The type of the field should correspond with the related data type that you want to display(Don't forget to publish the fields)

2. Implement the derivation for the additional field via BAdI UDM_COLL_ITEM_HDB - This BAdI supplies all keys of the invoices displayed on Process Receivables. You can select the necessary additional data from released CDS views and push them into the newly created fields via step "1."

3. Add the field via the layout button in app Process Receivables

Best Regards
Carsten

9980000921
Explorer
0 Kudos

Hi Carsten,

Thanks for the info.

However, I'm not seeing FDM_INVOICE as an option in the business context dropdown list.

Also, how can I access BAdI UDM_COLL_ITEM_HDB?

Thanks

Nathan