SAP ABAP Message Class 28 Message Number 085 (Invalid variable name &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 085  
Documentation status      
Authorization check Error Message      
Changed On    
Message Text
Invalid variable name &1
Help Document

Diagnosis

The syntax check found an error in a variable definition.

System Response

The cursor shows where in your entry the error occurs.

Procedure

You have entered names for object-specific or characteristic-specific variables in a constraint, for example, such as: ?T and ?L:
?T IS_A POST
WHERE ?L = LENGTH
These names must be valid keys:

  • They must begin with a letter.
  • They can only contain alphanumeric characters.
  • Special characters are not allowed, except for underscore ('_').
  • The expression cannot be longer than 30 characters.
  • You can enter a query ('?') in front of the name.

Correct the variable name at the cursor. See also other possible causes of error (messages).

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