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

BAPI_INCOMINGINVOICE_CREATE

Former Member
0 Likes
314

Hi ,

I am using this BAPI to Create incomming Vendor Invoice Creation Basically i am doing MIRO transaction. Here i am passing invoice_ind, doc_type, doc_Date, pstng_Date, comp_code,currency_iso and Gross_amount in headerdata structure.

Also Passing following data in Itemdata structure. invoice_doc_item, po_number, po_item, ref_doc, ref_doc_year, ref_doc_it, item_amount,

quantity, po_unit, tax_code,taxjurcode.IF i give all the above inputs the BAPI us processing Well.

But i need to process the BAPI for Non GR based PO so i need to process the BAPI with out Reference information ie) ref_doc, ref_doc_year, ref_doc_it, item_amount,

quantity, po_unit. If i tried to process i am getting error.

Can some one help on this?

Thanks,

Subbu

1 REPLY 1
Read only

Former Member
0 Likes
282

you still need to add po_number po_item even though GR does not apply