Show TOC Start of Content Area

Background documentation spool  Locate the document in its SAP Library structure

Use

Writes trace to 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

Path of the spool file; if currently spooling is on. Current spool file is closed before spooling continues in the new file

Description

Writes trace to specified trace file.

Example

spool output.txt

End of Content Area