Defines the conditions which are permitted for a particular document and the sequence in which the system takes these conditions into account during pricing.
First, the relevant pricing procedure is determined based on the sales area, customer, and sales document type.
The system reads the condition type of the first step. It determines the assigned access sequence for this condition type.
The system reads the access sequence. The sequence of condition tables represents the search strategy for finding the relevant condition record.
Each condition table represents one access, which can be made, or a condition record with the specified key.
The system searches for valid condition records with the key specified by the condition table (accesses).
If the first access does not find a valid condition record, then the system searches for the next access using the next condition table.
Once the system finds a valid condition record for an access, it reads the condition record and copies the value that corresponds to the scale into the sales document.
The whole process is repeated for each condition type until the system has finished the entire pricing procedure.
First, the relevant pricing procedure is determined based on the sales area, customer, and sales document type.
The system reads the condition type of the first step. It determines the assigned access sequence for this condition type.
The system reads the access sequence. The sequence of condition tables represents the search strategy for finding the relevant condition record.
Each condition table represents one access, which can be made, or a condition record with the specified key.
The system searches for valid condition records with the key specified by the condition table (accesses).
If the first access does not find a valid condition record, then the system searches for the next access using the next condition table.
Once the system finds a valid condition record for an access, it reads the condition record and copies the value that corresponds to the scale into the sales document.
The whole process is repeated for each condition type until the system has finished the entire pricing procedure.