Parameter: TAX_ROUNDING_MODE

Definition

The method for rounding tax amounts

Description

This system parameter specifies the method for rounding the tax amounts. It is used if the precision defined by the TAX_PRECISION parameter was modified.

Syntax

The possible values are:

  • NEAREST: Rounds towards the nearest neighbor. If the discarded fraction is >= .5, then raise, otherwise truncate.
  • TRUNCATE : Truncates the amount. The fraction is discarded.
  • RAISE : Increments the digit prior to a non zero discarded fraction.

Caution

Set up the same value to this parameter for each instance to avoid inconsistency in computed amounts.

See Also

Precision of tax amounts: TAX_PRECISION

Detailed Information

Name TAX_ROUNDING_MODE

The method for rounding tax amounts

Category Parameter
Type String
Access (RO/RW)

RW(+): Dynamic Read / Static and Dynamic Write

An immediate change is possible but is temporary. When it is relevant, change the permanent settings used by the SAP CC system when it restarts.

Use the Admin+ user interface to change the runtime values or the permanent values of this system parameter in an instance of the SAP CC system or in multiple instances.

Group(s) Process: Charging and Rating, TIF (Transaction Integration Framework), Process: Taxing
System Instances This system parameter is available in the following types of instances in a running SAP CC system: rater, updater
Default Values (Factory Settings)
rater NEAREST
updater NEAREST

Additional Information

See the TAX_PRECISION parameter for more information.