cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Payment Tables for customers

samjalees2000
Participant
0 Kudos

Basicallt therez a report for sd module in my company where they requiire to compare the sales by the customer with the payment that they have done .Which tables will I need to add in the sap query to track the payment for the customer.

Need a quick reply guruz.Thanx

Accepted Solutions (1)

Accepted Solutions (1)

sarthak_mohantysd
Active Contributor
0 Kudos

Hello Sam,

Please use the following SAP standard table for developing the Custom report. You can easily frame logic depending upon the requirement for example --> you can reproduce all the un-paid billing document with respect to a Sold-To-Party ID (Fetch all the uncleared item from BSID) for perod range.

  1. BSID (Standard table containing uncleared item)

  2. BSAD (Standard table containing cleared item)

  3. BSEG (Table of Accounting docs)

Also don't forget to use "SQVI" technique for table joining so that performance of the Custom report would be better.

Regards,

Sarthak

Answers (3)

Answers (3)

former_member183879
Active Contributor
0 Kudos

Hi,

Pls check the entries in BSAD table. When the invoices are paid by customers, the relevant records are moved from BSID (Open items) to BSAD (Cleared items)

BKPF, BSEG and BSAD will help to link accounting to invoices. Hope this helps you

Former Member
0 Kudos

Hi Sam,

Your requirement is not clear,please elaborate.

Regards

Sanjay

Former Member
0 Kudos

Dear,

GO in SE16 ---> Table : KNB1

Regards,

Sandip