Show TOC

Define selection profiles

In this menu option you define selection profiles that you can use to specify status combinations for selecting objects (for example, orders or operations). A selection profile is especially useful if you select a large number of objects repeatedly according to the same selection conditions (for example, orders for printing shop papers, for collective release, or for creating order valuations).

Selection procedure

The selection conditions are evaluated top-down. Here the following rule applies:

Example

You want to define a selection profile with which orders with the following status combinations are selected:

To do this formulate:

REL OR (CRTD AND MACM)

But the system interprets:

(REL OR CRTD) AND MACM
Orders with the following status combinations are selected:

Thus the original formulation must be reformulated by "multiplying out" to:

(REL OR CRTD) AND (REL OR MACM)

Status 'active', 'inactive', or 'never active'

You can also define the state of a status according to which a selection is to be made:

Example

The following is an example of a selection profile that should select all released orders that either have a missing material or a missing PRT.

link status state
REL (released) active
AND MMAT (missing material availability) active
OR MPRT (missing PRT availability) active

The selection is carried out in two steps:

All the orders are selected with the following status combinations:

Indicator 'not'

With this indicator you can reduce the effort required when maintaining selection conditions in particular cases. Many status conditions can be represented more simply by setting the indicator 'not'.

Example

Selection conditions without 'not' indicator:

link not state
<Status> _ inactive
OR <Status> _ never active

Same selection condition with indicator 'not':

link not state
<Status> X inactive

Recommendation

For performance reasons, conditions that limit the selection strictly should be placed at the start of the selection profile.

System status/user status

You can enter both system status and also user status in a selection profile. If you want to select objects according to user status, you must enter the appropriate status profile.

If you have maintained a status profile in the status selection profile, you have to assign this status profile to all objects. Selection is restricted via the status selection profile only if you have assigned the status profile to the objects. If you enter a system status in addition to entering a status profile, the system will ignore it unless it has been assigned to the status profile.

The status profile is assigned to the objects via

Language dependence of a selection profile

If a selection profile has been created in a language then it can be used in all languages defined in the system. If user statuses are defined in a selection profile then you should make sure that the user statuses are translated in the corresponding status profile. If no translation exists then you must enter the user status in the language in which it was created.

Action

Define your own selection profiles if necessary.