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

Regarding General Billing Interface

Former Member
0 Likes
688

I am using BAPI_BILLINGDOC_CREATEMULTIPLE function module to post Billing document without reference to Sales Document. I am able to post the billing document. ONly problem is if i put more than 1 line item,its posting that many billing documents. I need a function module which takes more than 1 line item and posts 1 billing document.

I tried using RVAFSS00 program. But i didnt understand from where is the program picking the file from.

Please help me on this issue.

Thanks,

Aparna

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
585

Hi,

Try these BAPI/FM's.

BAPI_BILLINGDOC_CREATE

BAPI_BILLINGDOC_CREATEFROMDATA

RV_INVOICE_CREATE

RV_INVOICE_POST

Regards,

Amit

2 REPLIES 2
Read only

Former Member
0 Likes
586

Hi,

Try these BAPI/FM's.

BAPI_BILLINGDOC_CREATE

BAPI_BILLINGDOC_CREATEFROMDATA

RV_INVOICE_CREATE

RV_INVOICE_POST

Regards,

Amit

Read only

0 Likes
585

RV_INVOICE_CREATE

RV_INVOICE_POST..These 2 requires a sales document number as input. I dont hav sales document number. We wanted to post without refernec to sales document.

BAPI_BILLINGDOC_CREATEFROMDATA is creating individual billing documents for each line item. BAPI_BILLINGDOC_CREATE doesnt have any input parameters.