SAP ABAP Message Class 28 Message Number 103 (Value &1 has no subordinate values)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-GTF-DEP (Application Component) Object Dependencies
     CUMT (Package) Maintenance Environment for Dependencies
Attribute
Message class 28  
Short Description Configuration    
Message Number 103  
Documentation status      
Authorization check Error Message      
Changed On    
Message Text
Value &1 has no subordinate values
Help Document

Diagnosis

You can set up a value hierarchy to structure your values (for example, the value 'EUROPE' with subordinate values 'FRANCE', 'ITALY', and so on). EUROPE is a value node with subordinate values.

In object dependencies, value nodes represent a value set of several individual values. You can use a value node in expressions such as:
COUNTRY IN 'EUROPE'

However, the value you selected is not a value node, because no subordinate values are maintained.

System Response

Procedure

Check your entry for the characteristic value or maintain characteristic values as required. If you want to refer to an individual value, do not use the keyword IN. For example, enter:
COUNTRY = 'FRANCE'
NOT
COUNTRY IN 'FRANCE'

History
Last changed on/by 19951026  SAP 
SAP Release Created in