SAP ABAP Message Class SMIF Message Number 029 (Invalid Name: &1)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-WS-ABA (Application Component) Web Service Tools - ABAP
     SESD_SMIF (Package) Matching Interfaces
Attribute
Message class SMIF  
Short Description Matching Interfaces    
Message Number 029  
Documentation status       Space: object requires documentation
Authorization check Error Message      
Changed On 20130531   
Message Text
Invalid Name: &1
Help Document

Diagnosis

The entered name of the Matching Object is invalid.

Naming Conventions:
In a system configured as system type CUS, the first character of the Matching Object has to be a 'Z' or 'Y'.
In a system configured as system type SAP, the first character of the Matching Object has to be a alphabetic character - exception: 'Z' or 'Y'.

In case a namespace is used the same is valid for the 1st character of the Matching Object without the namespace.

Example:

  • Without namespace:
    CUS:        ZABC         -> is valid
    CUS:        AABC        -> is invalid

    SAP:        ZABC         -> is invalid
    SAP:        AABC        -> is valid
  • With namespace:
    Asumption: /TESTCUS/ and /TESTSAP/ are valid namespaces in the system.
    CUS:        /TESTCUS/ZABC         -> is valid
    CUS:        /TESTCUS/AABC        -> is invalid

    SAP:        /TESTSAP/ZABC         -> is invalid
    SAP:        /TESTSAP/AABC        -> is valid

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