SAP ABAP Message Class 28 Message Number 084 (Reserved name &1 invalid as key/variable name)
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 | |
084 | |
| Documentation status | |||
| Authorization check Error Message | |||
| Changed On |
Message Text
Reserved name &1 invalid as key/variable name
Help Document
Diagnosis
The syntax check found an error in a variable definition.
System Response
The cursor marks the place where the error occurs.
Procedure
For example, in a constraint you have defined a name for an variable linked to an object and/or a characteristic. This name is a reserved name, for example:
DESK IS_A ... WHERE SIN = ..
Certain names are reserved - for example, SIN for the standard function for sines.
Rename the variable. You could do this by putting a query in front of the name, for example:
?DESK IS_A ... WHERE ?SIN = ..
History
| Last changed on/by | 19951026 | SAP | |
| SAP Release Created in |