Enumerations are the applied configuration objects. They allow storing in the information base the sets of values that do not change during operation of application solution.
For example, this can be enumeration of possible item types (Service, Work, etc.), enumeration of the state of orders (Scheduled, InUse, Complete), etc.:
In applied solution an arbitrary number of enumerations can be created: