{{tag>Index Action Action_List}}
====== Incremental action ======
The action increments or decrements the value of a business object’s attribute.
===== Syntax =====
( ''INCREASE'' | ''REDUCE'' ) AttributeIdentifier () BY ArithmeticOperation ()
===== Example =====
INCREASE Account.Balance BY 1000 REDUCE Account.Balance BY Transaction.Amount Incremental action allows usage of percents in arithmetic operations, for example
INCREASE Account.Balance BY 10% or
REDUCE Account.Balance BY 5%