Symptom
You customized the sales quote form template to included the 'Tax' field. Standard binding used JScript: $.FormQuote.PriceAndTax.PriceComponent[*].CalculatedAmount
However this then gives the net amount instead of the tax amount in the output form.
Environment
SAP Cloud for Customer
Cause
In C4C taxes are not supported for internal quote document types.
Resolution
For quotes with external pricing:
The path to the header price conditions is root --> external price document --> printed price components.
In external quotes the record with category code 4 are the taxes.
Keywords
JScript: $.FormQuote.PriceAndTax.PriceComponent[*].CalculatedAmount , net amount instead of the tax amount, binding, $.FormQuote.PriceAndTax.PriceComponent[1].CalculatedAmount , KBA , LOD-LE-CQP , Customer Quote Processing , AP-RC-UIF , C4C UI Framework , How To