‎2006 Nov 23 8:15 AM
HI all,
In my program i have the invoice number.
Is there any <b>function module</b> to fetch the invoice data using the invoice number(EBELN).
Regards,
Kishore.
‎2006 Nov 23 8:18 AM
Try this
BAPI_INCOMINGINVOICE_GETDETAIL
Regards,
Ravi
Note - Please mark all the helpful answers
‎2006 Nov 23 8:18 AM
Try this
BAPI_INCOMINGINVOICE_GETDETAIL
Regards,
Ravi
Note - Please mark all the helpful answers
‎2006 Nov 23 8:21 AM
HI Reddy,
*----- call BAPI GetDetail -------------------------------------------*
call function 'BAPI_INCOMINGINVOICE_GETDETAIL'
exporting
invoicedocnumber = invoicedocnumber
fiscalyear = fiscalyear
importing
headerdata = headerdata
addressdata = addressdata
tables
itemdata = t_itemdata
accountingdata = accountingdata
taxdata = taxdata
withtaxdata = withtaxdata
vendoritemsplitdata = vendoritemsplitdata
return = return[].
Regards,
Santosh
‎2006 Nov 23 8:39 AM
hi santosh,
I dont have phiscal year parameter value what should i do.
Kishore.
‎2006 Nov 23 8:41 AM
You can try using FM: GM_GET_FISCAL_YEAR with date to retreive the fiscal year.
Kind Regards
Eswar