Do you have any question about this error?
Message type: E = Error
Message class: CU - Variants / configuration messages
Message number: 350
Message text: Path name & contains blanks - use MS-DOS name instead
You have used Windows conventions when writing the path to the SCE
installation. You must use DOS conventions instead.
Place the mouse pointer on each directory that contains a blank.
Display the user menu by clicking the right mouse button.
Choose "Properties".
Error message extract from SAP system. Copyright SAP SE.
CU350
- Path name & contains blanks - use MS-DOS name instead ?The SAP error message CU350 indicates that there is an issue with the path name of a file or directory that contains spaces (blanks). This can occur in various scenarios, such as when working with file uploads, downloads, or when specifying paths in configuration settings.
Cause:
The primary cause of this error is that the path name provided contains spaces. In many systems, including MS-DOS and certain programming environments, spaces in file or directory names can lead to issues in recognizing the full path. This is particularly relevant in SAP environments where certain operations may not handle spaces correctly.
Solution:
To resolve the CU350 error, you can take the following steps:
Use MS-DOS Naming Conventions:
- Replace the path with its MS-DOS 8.3 format, which does not contain spaces. For example, if your path is
C:\Program Files\MyApp
, you might useC:\Progra~1\MyApp
instead. You can find the 8.3 name by using the command prompt:
- Open Command Prompt.
- Navigate to the directory using
cd
.- Use the command
dir /x
to see the short names.Rename Directories:
- If possible, rename the directories or files to remove spaces. For example, instead of
C:\My Folder\MyFile.txt
, you could rename it toC:\MyFolder\MyFile.txt
.Modify SAP Configuration:
- If the path is specified in SAP configuration settings, update the configuration to use the MS-DOS name or a path without spaces.
Check for Environment Variables:
- If the path is being referenced through environment variables, ensure that those variables do not contain spaces.
Use Quotation Marks:
- In some cases, enclosing the path in quotation marks may help, but this is not a guaranteed solution for all scenarios.
Related Information:
By following these steps, you should be able to resolve the CU350 error and successfully work with the file paths in your SAP environment.
Get instant SAP help. Start your 7-day free trial now.
CU347
The order of the predecessor classes is ambiguous
What causes this issue? Before characteristics can be inherited in the Sales Configuration Engine (SCE), it must be possible to determine precisely t...
CU346
Material &1 has no description in language &2
What causes this issue? You selected a language for generating a runtime version of a knowledge base. There is no description of this material in the...
CU355
KNUM is assigned in CUOB but missing in CUKB (net: &)
What causes this issue? a constraint that no longer exists is assigned to a constraint net. This error has no consequences, but you see this message ...
CU356
Procedure/action &1 for &2 not suppoerted in the SCE
What causes this issue? A dependency of type "action" or "procedure" is allocated to a characteristic value. This is not allowed ...
Click on this link to search all SAP messages.