Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Calculating Overdue Payment

Former Member
0 Kudos

Need to find field or calculate if an item is overdue for payment.

e.g. from transaction fb5ln (BSID)

Is there a table which stores this field? If not how hard is it to calculate?

2 REPLIES 2

Former Member
0 Kudos

Hi

As you said the Table BSID will store the Open items of a Customer

BSAD will store the closed items

based on the due date you have to calculate the amounts

similarly for vendor see the tables BSIK and BSAK

Regards

Anji

0 Kudos

Yeah its just open customer items i need to deal with therefore just BSID entries.

Is there any functions or something I can use to work out if the item is overdue? Or do I just look at the due date and terms of payment?

Thanks