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: 

Invoice Clearing Details

Former Member
0 Kudos

Hi,

I would like to know if anybody know how to build a list as follows:

invoice_no, cleared doc, cleared amount, cleared date

cleared doc like incoming payment, down payment and credit memo

full settlement for the invoice is not necessary

Thanks a lot,

Vicki

1 ACCEPTED SOLUTION

vinod_vemuru2
Active Contributor
0 Kudos

Hi,

These details are available in BSAD table for customer invoice,

BSAK table for vendor invoice.

Pass the accounting doc as reference document to these tables and fetch all related(Clearing/Credit memos) documents.

All fields u require are also available in same tables.

Thanks,

Vinod.

1 REPLY 1

vinod_vemuru2
Active Contributor
0 Kudos

Hi,

These details are available in BSAD table for customer invoice,

BSAK table for vendor invoice.

Pass the accounting doc as reference document to these tables and fetch all related(Clearing/Credit memos) documents.

All fields u require are also available in same tables.

Thanks,

Vinod.