Entering content frameExample Inferring a Characteristic Value with Actions (Example) Locate the document in its SAP Library structure

Use

Configurable material BIKE has the following characteristics:

Characteristic

Values

Actions

MODEL

Racing

SADDLE = ‘Leather’

 

Standard

 
 

Mountain

 
 

Tandem

 

SADDLE

Plastic

 
 

Leather

 

 

If the value ‘Racing’ is set for MODEL, the value ‘Leather’ is automatically set for SADDLE, because racing bikes are always supplied with a leather saddle.

Procedure

  1. Create an action.
  2. Enter the following source code in the dependency editor:
  3. $SELF.SADDLE = ‘Leather’ if MODEL = ‘Racing’

  4. Allocate the action to the configuration profile of material BIKE.

Result

If the value ‘Racing’ is set for MODEL when you configure the BIKE, the value ‘Leather’ is automatically set for SADDLE.

See also:

Allocating Object Dependencies

Leaving content frame