Application Development and Automation 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: 
Read only

Calculating Overdue Payment

Former Member
0 Likes
1,544

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?

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
Read only

Former Member
0 Likes
907

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

Read only

0 Likes
907

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