SAP ABAP Data Element VTC_VR (Value Restriction)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   LO-VC (Application Component) Variant Configuration
     PME_VC_EDITION (Package) Modeling Environment for Variant Configuration
Basic Data
Data Element VTC_VR
Short Description Value Restriction  
Data Type
Category of Dictionary Type     Direct Type Entry
Type of Object Referenced     No Information
Domain / Name of Reference Type      
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short vr 
Medium 10 Value Rest 
Long 20 Value Restriction 
Heading 20 Value Restriction 
Documentation

Definition

The value domain of restrictable characteristics will be confined according to the value combinations given in a variant table.

Use

Choose Value Restriction if you want to reduce the choice for certain product options. Typically this depends on which other options the user selects during interactive configuration. This may be the case when you are modeling a product whose options do only work in certain combinations.

Prerequisites

This constraint can only be applied to restrictable characteristics.

Provide the allowed value combinations in a variant table. If the wizard cannot find such a variant table, you will be asked to create one. The content of the table can be maintained independently from the wizard.

Example

Take for example the configurable material Shirt. Amongst others the model has got the following restrictable characteristics:

        Color:    red, blue, green

        Size:    small, medium, big

You want to allow red shirts only with sizes big, medium and blue shirts with sizes small, medium. Ergo list the allowed value combinations in a variant table:

        Color                Size

        Red                Big

        Red                Medium

        Blue                Medium

        Blue                Small

With this table you can apply the intended value restriction to the Shirt.

History
Last changed by/on SAP  20050615 
SAP Release Created in 600