Procedure documentation Variant Conditions in Procedures Locate the document in its SAP Library structure

If a bike is ordered with an adjustable frame, the price increases by 200.

Configurable material BIKE has characteristic EXTRAS with value ‘0015’ (adjustable frame).

Procedure

  1. You have create variant ‘FRAME’ with the amount 200 in condition type VA00.
  2. You have created characteristic VARCOND with a reference to structure SDCOM and field VKOND.

3. Create a single dependency of dependency type procedure.

In the procedure, you enter the characteristic with the table reference and the variant key as a value.

$SELF.VARCOND = ‘FRAME’

Caution

Variant keys are case sensitive. In object dependencies, you must enter the variant key in exactly the same form as in the condition table. If the combination of upper and lower case letters does not match the table, the variant condition is not processed.

4. You allocate the procedure to characteristic value ‘0015’ of characteristic EXTRAS.

Result

If the value ‘0015’ is selected for characteristic EXTRAS when you configure the bike, the procedure is processed. The procedure sets the value ‘0015’ for characteristic VARCOND, and this value is used to add 200 to the net price.

Leaving content frame