‎2009 Aug 13 5:34 PM
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
‎2009 Aug 14 5:45 AM
Hi,
Try these BAPI/FM's.
BAPI_BILLINGDOC_CREATE
BAPI_BILLINGDOC_CREATEFROMDATA
RV_INVOICE_CREATE
RV_INVOICE_POST
Regards,
Amit
‎2009 Aug 14 5:45 AM
Hi,
Try these BAPI/FM's.
BAPI_BILLINGDOC_CREATE
BAPI_BILLINGDOC_CREATEFROMDATA
RV_INVOICE_CREATE
RV_INVOICE_POST
Regards,
Amit
‎2009 Aug 14 1:40 PM
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.