2011 Jul 27 3:36 PM
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..
2011 Jul 27 5:27 PM
2011 Jul 27 5:59 PM
2011 Jul 28 4:35 PM
Hi,
BBP_INVOICE_CREATE does not have any structure to pass my billing documents so I think we cannot use this.
Regards,
Naba
2011 Jul 28 4:37 PM
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.
2011 Jul 30 8:49 PM
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