Show TOC Start of Content Area

Background documentation CLOSEWORKSPACE / CLOSEWS  Locate the document in its SAP Library structure

Use

Closes a workspace for any modification. A closed workspace is read-only. No further check in or integrate commands are allowed for this workspace.

Syntax

Syntax

CLOSEWORKSPACE <-w "workspacePath"> <-c "comments">

Arguments

 

<-w "workspacePath">

Workspace path of the workspace that needs to be closed.

<-c "comments">

A short note specifying why the action was performed.

Description

Closes the given workspace.

Example

To close a workspace //sap/DEV/inactive, execute:

closews –w //sap/DEV/inactive

Note

To re-open a closed workspace, use the REOPENWS command.

End of Content Area