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: 

bapi for invoice lists for a customer

Former Member
0 Kudos

Can some one tell me the bapi which can be used to view all the invoice lists for a customer for date range.

5 REPLIES 5

Former Member
0 Kudos

hai,

use this bapi BAPI_INCOMINGINVOICE_GETLIST to get invoice details.

shan.

Former Member
0 Kudos

Hi

Check Bapi lists in below link

http://dannysaosap.blogspot.com/2007/12/bapi-list.html

Thanks and Regards,

Syf

Former Member
0 Kudos

Hi Friend,

Check these BAPIs:

BAPI_INCOMINGINVOICE_GETDETAIL

BAPI_INCOMINGINVOICE_GETLIST

Regards,

Chandra Sekhar

0 Kudos

I think i need something for outgoing invoices... to the customer...

Can some one please answer..

uwe_schieferstein
Active Contributor
0 Kudos

Hello

I am not sure if there is such a BAPI available. However, you could try a two-step-approach:

(1) Read sales orders of customer using BAPI_SALESORDER_GETLIST
(2) Feed selected sales orders into REFDOCRANGE of BAPI_BILLINGDOC_GETLIST

Regards

Uwe