SAP ABAP Message Class 28 Message Number 068 (Object name expected in parantheses)
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 068  
Documentation status      
Authorization check Error Message      
Changed On    
Message Text
Object name expected in parantheses
Help Document

Diagnosis

The syntax check found an error in an entry for an object. Parentheses are missing from around the key.

System Response

The cursor shows where the error occurs.

Procedure

To refer to an object, you enter the object type, class type, and object key:
(Material)(300)(NR='M4711')
The object identifier and object key are defined in the IMG for Classification. In the Define object types step, you can see the object key for each object type. The fields of the object key are referred to via a special field ID. The object key for materials is the material number. The material number is accessed by the field ID 'NR'.

The object key can also consist of several parts, as it does for documents, for example:
(Document)(017)(TYPE=DRW, VERSION=00, PART=000, NR='bmw-ca31')

The key expressions entered must be in parentheses: (NR='M4711') or (TYPE=DRW, VERSION=00, PART=000, NR='bmw-ca31'). Check the parentheses and correct them according to the pattern shown if required.

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