Show TOC Start of Content Area

Background documentation checkout / co Locate the document in its SAP Library structure

Use

Checks the given resource out.

Syntax

Syntax

checkout [-exclusive|-x] resource [activity]

Options

 

-exclusive|-x

Exclusive checkout.

Arguments

 

resource

The resource that should be checked out.

activity

The path or name of the open activity that should be used for the checkout, if no activity is specified one is implicitly created.

Output Variables

 

$wr[]

Working resources.

$act[]

Activities.

Description

Checks a resource out.

Example

Checks the file /ws/test/wsp/dir/a.txt in the activity myActivity out.

checkout /ws/test/wsp/dir/a.txt /act/myActivity

End of Content Area