SAP ABAP Message Class 28 Message Number 061 (Reference to a class/object required)
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 061  
Documentation status      
Authorization check Error Message      
Changed On    
Message Text
Reference to a class/object required
Help Document

Diagnosis

The syntax check found an error where a class or object is entered.

System Response

The cursor marks the place in your entry where the error occurs.

Procedure

A class or other object is expected at this point. A class is referred to by the class type and the language-independent class name, for example:
(300)TV_SET

To refer to an object, enter the object identifier, class type, and object key:
(MATERIAL)(300)(NR='M4711')
The object identifier is the language-independent name for the master data table for the object. Object identifiers are defined in the IMG for Classification. In step Define object types, an object identifier is entered for each object type. This identifier identifies the object type in dependencies. 'Material' is the object identifier for materials.

Characteristics are always entered with reference to an object. If a variable is defined for an object, only enter the variable.


(300)DESK.MATERIAL = 'OAK' or


D.MATERIAL = 'OAK'

Please note also other possible causes of error (messages).

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