Application Development 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: 

Reg : Posting of invoice

Former Member
0 Kudos

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

2 REPLIES 2

Former Member
0 Kudos

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.

Former Member
0 Kudos

hi Ramkishore,

PO_ITEM is the mandatory field.

Thanks & regards.