Symptom
When the user preview the Sales Quote Output, the Net Unit Price XX is incorrectly printed for an YY item.
Environment
- SAP Business ByDesign
- SAP Cloud for Customer
Reproducing the Issue
- Go to Sales Workcenter
- Go to Sales Quotes view.
- Open Sales Quote PQR (PQR represents Sales Quote ID).
- Go to Actions and click on Preview.
- The net unit price of the product ABC is “0.00” but it is getting replicated in the above column of the product DEF and net unit price value of NNN is not getting replicated in its original place (ABC and DEF represents Product ID).
Cause
The price data present are not operating prices, but the printing relevant prices which are customized in the pricing procedure customizing in the corresponding ERP system. The relevant price data can directly be checked in the Action 'Check output pricing' (which can be hidden in the user system).
Resolution
This is a problem with the way the form template has been developed; the Net Unit Price uses binding which are populated in an array (for example, $.Form[*]. NetPriceValue) without being anchored to any specific item. The item XYZ appears to have the net value zero, as can be seen in the form preview, which is why the net value of one item is allocated to the other item above it.
Since it is a customized form, the form template needs to be checked and modified by the template responsible as per the user requirement.
See Also
KBA 3246228 - Price Calculation on Quote is Not Correct According to Unit Of Measure
Keywords
Net Price, Sales Quote, Binding, Sales Quote preview, Form Template, Price Calculation , KBA , AP-RC-OUT , Output Management , Problem