SAP ABAP Message Class 28 Message Number 102 (Variable declaration for object expected)
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 102  
Documentation status      
Authorization check Error Message      
Changed On    
Message Text
Variable declaration for object expected
Help Document

Diagnosis

The syntax check found an error in the definition of an abbreviated characteristic-specific name, or a preceding declaration was not closed correctly.

System Response

The cursor shows where the error occurs.

Procedure

In the constraint header (keyword OBJECTS:), definitions of characteristic-specific variables are expected after the keyword WHERE or after a semicolon (';'). For example:
OBJECTS:
?T IS_A POST
WHERE ?L = LENGTH ;
?C = COLOR
At the cursor, no correct variable declaration was found. Correct the variable declaration or the preceding declarations.

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