SAP ABAP Message Class AQV Message Number 121 (Name & is invalid)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-QUE (Application Component) SAP Query
     SQUE (Package) Application Development R/3 SAP Query
Attribute
Message class AQV  
Short Description Message texts for SAP Query    
Message Number 121  
Documentation status       Space: object requires documentation
Authorization check Error Message      
Changed On 20110908   
Message Text
Name & is invalid
Help Document

Diagnosis

You tried to give a query object (query, functional area or user group) a name that does not adhere to the valid conventions. This name either contains an invalid name prefix, is a locked name or contains invalid characters.

With the introduction of the namespace, the objects of the global area can be assigned to a namespace with a name prefix having the form '/prefix/'. The prefix can be omitted and may not exceed 10 characters. The following applies to the names of query objects in the global area:

  • Names of functional areas have the form '/prefix/functarea'.
  • Names of user groups have the form '/prefix/usergroup'.
  • Names of queries have the form 'query'. Queries inherit the prefix of the user group and therefore may not contain a prefix themselves.

All names of query objects beginning with SY and having more than 4 characters are reserved for future query enhancements. Objects with these names cannot be created with maintenance transactions.

The names of query objects may only contain letters, digits and the special characters - and _ (hyphen and underlining).

The following cases result in invalid names:

  • A prefix is used for an object of the default area.
  • The prefix // or a prefix /.../ with more than 10 characters is defined.
  • The name of a query is assigned a prefix.
  • A prefix that belongs to another user is used.
  • No characters follow the prefix.
  • The name begins with SY and contains more than 4 characters.
  • The name contains an invalid special character.

System Response

Procedure

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