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

INVOICE POSTING ERROR

Former Member
0 Likes
631

Hi Guys

I am trying to post invoice using inbound IDoc, but for some its giving me error: Price too low (below tolerance limit of 0,38 JPY ).

Please let me know what is going wrong exactly.

Thanks a lot and any help willl be appreciated.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
570

Hello,

This type of error will occur when following situations occur.

Paying invoices when the unit price of the invoice is less than the unit price listed in document.An error situation will occur if one attempts to process an invoice that is less than the unit price listed . This functionality is being instituted to aid in the prevention of exhausting the entire quantity of document item when making partial invoice payments.

Check the tolerance limit & see whether you need to raise it as an error after initial data validation in Idoc rather than processing the IDoc & if you to process this type of invoice,then you need to reset the tolerance limit to minimum amount.

Hope it helps.

Thanks.

2 REPLIES 2
Read only

Former Member
0 Likes
571

Hello,

This type of error will occur when following situations occur.

Paying invoices when the unit price of the invoice is less than the unit price listed in document.An error situation will occur if one attempts to process an invoice that is less than the unit price listed . This functionality is being instituted to aid in the prevention of exhausting the entire quantity of document item when making partial invoice payments.

Check the tolerance limit & see whether you need to raise it as an error after initial data validation in Idoc rather than processing the IDoc & if you to process this type of invoice,then you need to reset the tolerance limit to minimum amount.

Hope it helps.

Thanks.

Read only

Former Member
0 Likes
570

may be a converison is missing for this price .

the system has to do a conversion factor for this currency JPN to be populated into the idoc before posting .

it might be 0.38 * 100 for that field " --> check this .

so that the data record in the idoc is valid for posting .

regards,

vijay