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

Former Member
0 Kudos

Is there any BAPI or FM to create invoice from delivery by adding new condition type at HEADER LEVEL..

Thanks in Advance.

8 REPLIES 8

Former Member
0 Kudos

Hi,

Bapi to create invoice

BBP_INVOICE_CREATE

Regards,

Srinivas

0 Kudos

Thanks for ur Reply.

My requirement is to upload the Transactional data ie Customer Invoice From Delivery and To add Freight Condition type in the header level.

How should I go for this.

0 Kudos

RV_INVOICE_CREATE?

0 Kudos

i tried with that function module it works fine but it generate a number like $00000001,but how to get the original invoice number.

0 Kudos

Hi

It will generate the internal ranges number... when u execute that FM

Try to search in BAPI tcode in Alphabetical view to get the required bapi or go through [this|http://www.sapnet.ru/m/list_BAPI.html]

Regards,

Vishwa.

0 Kudos

rv_invoice_create is working but how to get acctual invoice number.

Former Member
0 Kudos

BAPI_BILLINGDOC_CREATEFROMDATA...

Former Member
0 Kudos

Hi,

Check bapi BAPI_INCOMINGINVOICE_CREATE

Regards,

Raju.