2007 Dec 27 6:02 AM
Hi Experts,
I am working on an object to post incoming invoice for a purchase order.
Could any one of you help me in knowing what are the mandatory fields to be passed inorder to post the inovice using this BAPI ie BAPI_INCOMINGINVOICE_CREATE.
Thanks in advance.
Regards,
Ramkishore
2007 Dec 27 6:41 AM
Hi,
Check the below fields:
For ITEM :
invoice_doc_item
po_number .
po_item .
tax_code .
item_amount .
quantity.
po_unit .
HEADER :
invoice_ind
doc_date
pstng_date
ref_doc_no
comp_code
currency
gross_amount
Among these few are optional.
2007 Dec 27 6:51 AM
hi Ramkishore,
PO_ITEM is the mandatory field.
Thanks & regards.