Support Note KB0402464
Email
Error message: "The subtotal under this line exceeds limit" when creating an invoice
Symptom

When creating a standard invoice one of the following errors appear under a specific line item:

The subtotal under this line exceeds limit.

or

The serviced amount under this line exceeds limit.


Cause

The Purchase Order (PO) Commerce Extensible Markup Language (cXML) file, contains a value, lower than the supplier is trying to invoice on a line item.


Resolution

The tag <MaxAmount> needs to be set with a valid value. To check this information:

  1. Look for the <MaxAmount> tag in the PO cXML file.
    This tag contains the value that supplier is able to invoice for each line item.
  2. Confirm that the value in the tag is lower than the quantity trying to be invoiced in the related line item or that the Unit Price is higher than the <MaxAmount>.
  3. Reach out to the buyer to update this tag in their backend system.
  4. Resend the PO to the supplier to be invoiced again.

Note: When the supplier is trying to invoice, the value 0 will always be invalid:

<MaxAmount>
<Money currency="USD">0.00</Money>
</MaxAmount>

If this solution doesn't resolve the error, proceed with the same described steps above to the tags ExpectedUnplanned and MaximumUnplanned in the PO cXML file:

<Extrinsic name="MaximumUnplanned">
<Money currency="USD">0.00</Money>
</Extrinsic>
<Extrinsic name="ExpectedUnplanned">
<Money currency="USD">0.00</Money>
</Extrinsic>

Note: these tags can have their values updated to a valid one or be removed.


See Also

The tags mentioned in the article are added by the ERP or P2P systems, which means that it comes from outside of SAP Business Network.

For better understanding about MaxAmount, ExpectedUnplanned and MaximumUnplanned tags you can access the cXML Solutions Guide



Applies To

SAP Business Network for Procurement & Supply Chain > Transaction Documents > Transaction (Invoicing)
SAP Business Network for Procurement & Supply Chain > Transaction Documents > Transaction (Purchase Orders, Ship Notices & Goods Receipts)

Terms of Use  |  Copyright  |  Security Disclosure  |  Privacy