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

VF01 function module

Former Member
0 Likes
2,033

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,472

Hi

The fm RV_INVOICE_CREATE should be ok

Max

6 REPLIES 6
Read only

Former Member
0 Likes
1,473

Hi

The fm RV_INVOICE_CREATE should be ok

Max

Read only

amit_khare
Active Contributor
0 Likes
1,472

Check FM 'RV_INVOICE_CREATE'

You can search forum/google for more detail on this FM.

Read only

0 Likes
1,472

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.

Read only

0 Likes
1,472

Check this discussion:

Read only

0 Likes
1,472

Try to transfer internal table without data: that is the fm used by VF01

Max

Read only

0 Likes
1,472

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