SAP ABAP Message Class 28 Message Number 070 (Invalid key for object type &1)
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 070  
Documentation status      
Authorization check Error Message      
Changed On    
Message Text
Invalid key for object type &1
Help Document

Diagnosis

The syntax check found an error in an entry for an object. An incorrect formal parameter was entered in a key.

System Response

The cursor shows where the error occurs in your entry.

Procedure

An object is accessed by entering an object type, class type, and key expression consisting of formal parameters and parameter values, for example:
(MATERIAL)(300)(NR='M4711')
Here, 'NR' is a formal parameter defined for the object type and 'M4711' is the corresponding key (parameter value). More than one (partial) key can be allowed for some object types, such as documents:
(DOCUMENT)(017)(TYPE=DRW, VERSION=00, PART=000, NR='bmw-ca31')
System-specific settings for the object type concerned define which formal parameters are possible and which are required. Check the formal parameters you entered and correct the key as appropriate.

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