Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SM69 command linux mkdir

0 Likes
1,711

Hi,

we have SAP installed on Linux, I want to create directory in SM69 command os mkdir on a file server with a space in the name like

/shared/my directory/my secondary

I tryed with '' like '/shared/my directory/my secondary', that doesn't work

I tryed with an escape like /shared/my\ directory/my\ secondary, that doesn't work

and '/shared/my\ directory/my\ secondary', that doesn't work.

Can someone help me, please?

Kind Regards

1 ACCEPTED SOLUTION
Read only

Sandra_Rossi
Active Contributor
1,420

It's explained in the note 1152084 - Parameter for external commands :

'%/shared/my directory/my secondary%'

1 REPLY 1
Read only

Sandra_Rossi
Active Contributor
1,421

It's explained in the note 1152084 - Parameter for external commands :

'%/shared/my directory/my secondary%'