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

Function RV_INVOICE_CREATE

Former Member
0 Likes
1,761

Hi all.

I want to use the FM RV_INVOICE_CREATE but it has a status 'Not released".

Any idea to another FM ?

Rhanks,

Rebeka

4 REPLIES 4
Read only

Former Member
0 Likes
920

Please check the transaction BAPI, you can find sutable function module for creating invoice..

Thanks

Read only

Former Member
0 Likes
920

Hi Rebeka,

That is the SAP internal function module. Alternatively you can you FM BAPI_BILLINGDOC_CREATE.

Regards,

Venkat

Read only

Former Member
0 Likes
920

Hi,

You can check the FM GN_INVOICE_CREATE for Invoice creation.Or check the BAPI_BILLINGDOC_CREATEMULTIPLE

which uses this Function module.

Regards,

Pawan

Read only

Former Member
0 Likes
920

The BAPI's are good enough for my needs.