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 Open Sales Order

harshsisodia31
Participant
0 Kudos

Experts,

I need a BAPI for list of Sales order against which the invoice has not been generated.  I need to pass date and bapi shall return list of sales order that are not invoiced.

Thanks

Harsh

4 REPLIES 4

FredericGirod
Active Contributor
0 Kudos

Hi,

you could check with the status tables : VBUK VBUP and the sales order tables : VBAK VBAP and there is also index table VAPMA very useful.

Life without BAPI exist ! I swear !

regards

Fred

0 Kudos

Hi Frederic

Sure it does.

Actually I want to send data from SAP to some .net application. I thought using BAPI would make the job easier.

Anyways thanks.

Regards

Harsh

0 Kudos

you could try to get the list of function module starting with BAPI* and using the table VBUP

Former Member
0 Kudos

Hi Harsh,

Try the FM below:

RV_INVOICE_DOCUMENT_READ

RV_INVOICE_LIST_PRICE

RV_INVOICE_PRICE

RV_INVOICE_LIST_DOCUMENT_READ

Regards,

Ashvin