Show TOC Start of Content Area

Background documentation spool Locate the document in its SAP Library structure

Use

Writes the trace to the specified trace file.

Syntax

Syntax

spool [-off] [-append|-a] [filePath]

Options

-off

Stops the spooling and closes the spool file.

-append|-a

Appends spool output if the spool file already exists.

Arguments

filePath

The path of the spool file. If spooling is on, the current spool file is closed before spooling continues in the new file.

Description

Writes the trace to the specified trace file.

Example

Start tracing in file C:\temp\trace.txt.

spool c:\temp\trace.txt

End of Content Area