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

Customer Invoice

Former Member
0 Likes
493

Hi,

How can I know that whether a customer has a invoice to be paid? which table-field that i have to look into?

Is there some indicator which shows that a customer is debitor? and due date has already expired?

Thanks

Mary

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
456

Hi Mary, Welcome to SDN. Can this standard report: RFDOPR10 be useful for you??

2 REPLIES 2
Read only

Former Member
0 Likes
457

Hi Mary, Welcome to SDN. Can this standard report: RFDOPR10 be useful for you??

Read only

Former Member
0 Likes
456

hi Rhode,

Payment document and payment date can be found in clearing field BSEG-AUGBL and BSEG-AUGDT

In FBL5N, you have the options to choose "Open Items", "Cleared Items" and "All Items".

If you choose "Cleared Items", you can see a list of billing documents and on the left side, there will be a green circle which means, those invoices were paid by the customer.

BSEG is a cluster table. It advisable to use the BSID table. Both AUGDT and AUGBL fields are available here. BSID being the table for open items only there will be only the accounting docs corresponding to bills not yet "knocked off". The performance of the report(or program) will be better if you use this table.

You have to link invoice to the corresponding accounting doc.

VBRK-BELNR <-> BKPF-AWKEY (BKPF-GJAHR)

BKPF-BELNR (BKPF-GJAHR) <-> BSID-BELNR (BSID-GJAHR)

Make sure you use the GJARH (Fiscal year) field since in FI the document numbers usually repeat every year.

Also,

If you want it for individual invoice then from VF03 (or VF02) you enter the invoice number and click on the document flow icon and see if the accounting document is "cleared" or "not cleared".

Hope this helps.

cheers,

Hema.