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

create billing document

Former Member
0 Likes
321

Hi all,

I have to create billing document automatically, given delivery number and billing document type.

I know BAPI_BILLINGDOC_CREATE and BAPI_BILLINGDOC_CREATEFROMDATA

but they dont take delivery number as input.

I debugged vf01 and got FM RV_INVOICE_CREATE,

the parameters to be passed are according to my requirement but the FM only creates a temporary billing document starting with $ and permanent billing doc doesn't get created.

I tried using commit work after the call FM still it doesnot work.

Am i missing something.

-Kartik

1 REPLY 1
Read only

Former Member
0 Likes
256

Problem solved .

u need to pass with posting parameter as A to successfully complete invoicing