2007 Oct 30 12:50 PM
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?
2007 Oct 30 12:57 PM
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
2007 Oct 30 1:28 PM
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