Show TOC Start of Content Area

Background documentation MKWORKSPACE / MKWS  Locate the document in its SAP Library structure

Use

Creates workspace folders and workspaces. A workspace cannot be created under any folder but only under a workspace folder, that is, a new workspace has either to be created under an existing workspace folder or, first, a new workspace folder has to be created and then the workspace.

Syntax

Syntax

MKWORKSPACE [-f] <–w “workspacePath”>

Arguments

 

[-f]

Specifies if a workspace folder has to be created.

<–w “workspacePath”>

Path to specify where the workspace (workspace folder) should be created. The path has to be the browse path of the workspace and not the local path. The parent of the workspace or the workspace folder being created should already exist.

Description

Creates a workspace.

Example

Creating a Workspace Folder

...

To create a workspace folder //test, execute:

mkws –F –w //test

The –Foption means that a workspace folder has to be created and not a workspace.

Creating a Workspace

To create a workspace //test/dev after the workspace folder has been created, execute:

mkws –w //test/dev

End of Content Area