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

BAPI for Creating Invoice List as in VF21

Former Member
0 Likes
1,567

Hi,

Is there any BAPI for creating invoice list as we have in VF21. User do not want to use call transaction because of performance issue. I have checked BAPI_BILLINGDOC_CREATEMULTIPLE and went through the documentation too but I am not sure if we can use this BAPI.

Is there any other alternative for transaction VF21?

Regards,

Naba..

Hi,

Is there any BAPI for creating invoice list as we have in VF21. User do not want to use call transaction because of performance issue. I have checked BAPI_BILLINGDOC_CREATEMULTIPLE and went through the documentation too but I am not sure if we can use this BAPI.

Is there any other alternative for transaction VF21?

Regards,

Naba..

5 REPLIES 5
Read only

Former Member
0 Likes
1,280

Hi,

Try this BAPI for VF21:

BBP_INVOICE_CREATE

Cheers.

Read only

0 Likes
1,280

Try BAPI_BILLINGDOC_CREATEFROMDATA.

Regards,

Nitesh

Read only

0 Likes
1,280

Hi,

BBP_INVOICE_CREATE does not have any structure to pass my billing documents so I think we cannot use this.

Regards,

Naba

Read only

0 Likes
1,280

Hi Nitesh,

My first question is that can we use it for creating collective billing documents as we can do in trasaction VF21? If yes, then which is the field in BILLING_DATA_IN where I should pass the billing document numbers?

Regards,

Naba.

Read only

0 Likes
1,280

I think it will create single invoice per execution, you may have to call it in loop. I dont have idea on how to create multiple invoices in single call.

Nitesh