‎2008 Jan 02 8:32 AM
hi ,
please tel me the function module to create billing document using 'Sales and Distribution docu number'(VBELN)..
its very urgent..
thanks in advance..
‎2008 Jan 02 8:36 AM
‎2008 Jan 02 8:36 AM
HI,
BAPI_BILLINGDOC_CREATE
Try this
awrd points if useful
Bhupal
‎2008 Jan 02 8:40 AM
i checked that function module but there is no provision to pass 'sales and distribution docu number' ( there is no import parameter)..
can you tell me, how to pass this vbeln value to that function module..
‎2008 Jan 02 9:06 AM
Hi,
In the fM "BAPI_BILLINGDOC_CREATEMULTIPLE",
In the tables Parametr , u need to pass BILLINGDATAIN which contains the SD docu No (REF_DOC).
The following are the Required entries :
BILLING_DATA_IN-SALESORG
BILLING_DATA_IN-DISTR_CHAN
BILLING_DATA_IN-DIVISION
BILLING_DATA_IN-DOC_TYPE
BILLING_DATA_IN-ORDBILLTYP
BILLING_DATA_IN-SOLD_TO
BILLING_DATA_IN-ITEM_CATEG
BILLING_DATA_IN-REQ_QTY
BILLING_DATA_IN-SALES_UNIT
BILLING_DATA_IN-CURRENCY
If a material is billed for which a material master needs to be
determined (BILLING_DATA_IN-NO_MATMAST = ' '), you must make the
following entries :
BILLING_DATA_IN-PLANT
BILLING_DATA_IN-MATERIAL
If, on the other hand, a material is billed for which no material
master is to be determined (BILLING_DATA_IN_NO_MATMAST = 'X'), you
must make the following entries :
BILLING_DATA_IN-COUNTRY
BILLING_DATA_IN-MATERIAL
BILLING_DATA_IN-TAXCL_1MAT
Revrt back if any issues,
regards,
Naveen