SAP ABAP Message Class 1R Message Number 571 (Invalid file name &1)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-KPR-DMS (Application Component) Document Management Services
     SDOK (Package) SAP Knowledge Provider
Attribute
Message class 1R  
Short Description SAP Knowledge Provider    
Message Number 571  
Documentation status       Space: object requires documentation
Authorization check Error Message      
Changed On 20130531   
Message Text
Invalid file name &1
Help Document

Diagnosis

The component name was specified when a document was stored, but it contains the invalid character .

System Response

Storage of the document is rejected.

Procedure

Give the component another name that only contains valid characters.

Based on the IEEE POSIX Standard for portable file names, you are recommended to adhere to the following conventions:

  • Only use:
    • Uppercase (A-Z)
    • Lowercase (a-z)
    • Digits (0-9)
    • The following special characters:
    • . - _
  • Do not start the component name with a hyphen (-).

The components of the document can then be used without restrictions on all POSIX-conform file systems.

The following special characters are also allowed:
! # $ % ` ( ) + , ; @ [ ] ^ ' { } ~

Note that the following characters have a special meaning under UNIX:
! ` ' ; $ ( ) { } [ ] ~

Of the printable characters of the PCS (portable character set)
! " # $ % & ` ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ' { | } ~
the following characters are not allowed by Windows:
\ / : * ? " < > |

Characters & and = are exceptions because they are used to separate parameters in the KPro URLs.

Procedure for System Administration

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