Symptom
How to check if the Price Component Value is correct for the Customer Invoice document.
Environment
SAP Business ByDesign
Reproducing the Issue
- Go to the Customer Invoicing Work Center.
- Go to the Invoice Documents View.
- In the search field, Search for the Customer Invoice ABC (ABC represents the Customer Invoice ID).
- Select View All.
- Go to the Pricing tab.
- In the Line item, select the dropdown arrow.
The Price Component Value is displayed in the system.
Resolution
The calculation of the Price Component Value is performed using Base UoM (Unit of Measure) maintained for the Line Item in the system.
While performing the calculation of the amount for Price Component Value in the Customer Invoice document, the system multiplies the Price List of Line Item by the quantity maintained in the document always using the Base UoM (Unit of Measure) of the Material.
The equation for this calculation is:
(Price List * Base UoM) = Price Component Value
In case there is a quantity conversion maintained for the material, the system will always convert the quantity to the Base UoM when performing the calculation.
The equation for this calculation is:
(Price List *Base UoM*UoM converted) = Price Component Value
Note: A Line Item can have other price components that can affect the Total amount of the Price Component Value, the equations showed above can only be applied in case no other price component was used for the Invoice of the Line Items.
Keywords
price component value, base uom, uom, calculation, quantity conversion, conversion, quantity, unit of measure , KBA , AP-CI-CI , Customer Invoice , AP-SLO-SO , Sales Order , How To