‎2010 Jan 11 6:11 PM
Dear experts,
Can someone please suggest me if there is any BAPI/ Function module to create an Invoice using delivery document.
Similar functionality as VF01.
Any advice would be really helpful
Thank
-Amit
‎2010 Jan 11 6:19 PM
‎2010 Jan 11 6:19 PM
‎2010 Jan 11 6:23 PM
Check FM 'RV_INVOICE_CREATE'
You can search forum/google for more detail on this FM.
‎2010 Jan 11 6:54 PM
Thanks for the reponse,
But in the functin module there is a mandatory structure
VBSK_I like VBSK
but since we are not collectively processing I'm not sure what to fill in the structure with.
Can you also please provide me with the parameters that are required to execute this fn. module.
Thanks again for your quick response.
‎2010 Jan 11 7:11 PM
‎2010 Jan 11 7:24 PM
Try to transfer internal table without data: that is the fm used by VF01
Max
‎2010 Jan 11 8:29 PM
I tried transfering the data that SAP is transfering during VF01.
But still for some reason I'm unable to create the invoice.
FYI
SAP is just passing
Import: VBSK_I
and
Table: XKOMFK.
During the test I ran Bapi_transaction_commit also sequentially but still I was unable to create invoice, please advice if I'm missing something