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
773

HI,

I m trying to use the above mentioned BAPI and post an invoice I am encountering an error saying "Quantity entered larger than quantity to be debited " what could be the reason - or what are the scenarios where in this kind of error is encountered.

Thanks,

Av

6 REPLIES 6
Read only

Former Member
0 Likes
713

hi avin

check in the forum there are so many postings on this BAPI_INCOMINGINVOICE_CREATE

Read only

0 Likes
713

Hi Vijay,

As the requirement is pretty quick i m not able to find details from th eprevious postings anyway will thsi bAPI be able to do a posting in MIRO.

Thanks,

Av

Read only

0 Likes
713

Hi,

This BAPI can be used to create & post invoices, there is a very good documentation maintained for this BAPI, go thro' the same, this would be helpful to figure out the error you are getting,

Rgds,

Read only

Former Member
0 Likes
713

Hi Av,

take a look in HEADERDATA segment, there's a field called INVOICE_IND if you want post a simple invoice move 'X' in this field.

The error that you say appear when you try to post a debit, ( INVOICE_IND= blank).

Luca

Read only

0 Likes
713

Hi Luca,

I have checked with my inputs the field INVOICE_IND is marked X.

Read only

0 Likes
713

Hi Avinash..

U r getting this error because the quqntity which u r passing to the BAPI is greater than the quantity specified in GR or PO.

Just cross check that u r entering the right quantity for invoicing.