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

Reg: Invoice Creation

Former Member
0 Likes
1,237

I have the Required data to create the Sales Order.

Using, BAPI's I have created the Sales Order, Delivery, PGI.

Now i want to create the INVOICE. Can any one send the suitable BAPI which you have used?

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
0 Likes
1,195

Check these bapi.

BAPI_BILLINGDOC_CREATE

BAPI_BILLINGDOC_CREATEFROMDATA

BAPI_BILLINGDOC_CREATEMULTIPLE

BAPI_INCOMINGINVOICE_CREATE.

I have the Required data to create the Sales Order.

Using, BAPI's I have created the Sales Order, Delivery, PGI.

Now i want to create the INVOICE. Can any one send the suitable BAPI which you have used?

9 REPLIES 9
Read only

Former Member
0 Likes
1,195

Try BAPI_BILLINGDOC_CREATEMULTIPLE.

Regards,

Aswin.

Read only

GauthamV
Active Contributor
0 Likes
1,196

Check these bapi.

BAPI_BILLINGDOC_CREATE

BAPI_BILLINGDOC_CREATEFROMDATA

BAPI_BILLINGDOC_CREATEMULTIPLE

BAPI_INCOMINGINVOICE_CREATE.

Read only

Former Member
0 Likes
1,195

Hi Gautham,

Thanks for the Quick Reply.

I knew those names. But If you have used any BAPI and clear that it is working, kindly send the sample code

Read only

Former Member
0 Likes
1,195

Hi,

Try out the following.

'BAPI_INCOMINGINVOICE_CREATE'

BAPI_ACC_BILLING_POST

OR refer to the link.

http://www.henrikfrank.dk/abapexamples/BapiProgramming/example1.htm

Regards

Rajesh Kumar

Read only

0 Likes
1,195

Hi Rajesh,

The link that you have specified is not working.

Read only

Former Member
0 Likes
1,195

hi,

use

BAPI_INCOMINGINVOICE_CREATE

thanks

Read only

Former Member
0 Likes
1,195

Search SE37 with BAPI*INV

Read only

Former Member
0 Likes
1,195

hi,

BAPI_REMUREQSLISTA_CREATEMULT Agency Business: BAPI Create Invoice Lists from Vendor Billing Documents

BAPI_REMUREQSLISTB_CREATEMULT Agency Business: BAPI Create Invoice Lists from Payment Documents

BAPI_REMUREQSLISTC_CREATEMULT Agency Business: BAPI Create Invoice Lists from Posting Lists

BAPI_REMUREQSLIST_CHANGEMULT Agency Business: Change Invoice List Documents BAPI

BAPI_REMUREQSLIST_GETLIST Agency Business: BAPI Determine Detailed Data for Invoice List Documents

BAPI_REMUREQSLIST_RELEASE Agency Business: BAPI Release Invoice List Documents to FI

Read only

Former Member
0 Likes
1,195

Just to addd, I am using 4.6C. If possible can anyone send the sample code so as to create the Invoice based on the Delivery Document.