Entering content frameProcess documentation Using Dependencies to Change how Characteristics are Displayed Locate the document in its SAP Library structure

Purpose

You define the settings for displaying a characteristic and which fields are available for entry in characteristics maintenance. These settings apply to the characteristic wherever it is used.

However, if the way you want a characteristic displayed or the fields you want available for entry depend on the configuration environment, you now have the option of using dependencies to control these settings.

The different display options that you can define with dependencies are defined in structure SCREEN_DEP.

The characteristic is hidden by dependencies.

A characteristic that was defined as No entry can be made in a characteristics maintenance function is available for entry.

A characteristic cannot have a value assigned.

Entries made by dependencies in structure SCREEN_DEP are deleted.

Note

Changes made with structure SCREEN_DEP only apply to variant configuration, not to classification.

Process Flow

  1. Create a characteristic with a reference to structure SCREEN_DEP.
  2. Enter a field in the structure.

  3. Create a dependency that refers to the reference characteristic.
  4. Instead of a value, you assign a characteristic for the display option to the reference characteristic.

  5. Assign this dependency to the configuration profile of the configurable material, or the characteristic.

 

Example  Example Process Flow

      1. You create reference characteristic INVISIBLE with a reference to structure SCREEN_DEP, field INVISIBLE.
      2. Create a procedure with the following source code:
      3. $SELF.NO_DISPLAY = ‘SADDLE’ IF MODEL = ‘STANDARD’

        In the procedure, you assign characteristic SADDLE to the characteristic. The condition is that characteristic MODEL must have the value ‘Standard’.

      4. Assign the procedure to either characteristic SADDLE or the configuration profile of the material.
      5. If characteristic MODEL has another value, you do not see characteristic SADDLE.

See also:

Structure link Creating a Reference Characteristic

Structure link Reference Characteristics

Leaving content frame