Show TOC Start of Content Area

Background documentation listbuildresults  Locate the document in its SAP Library structure

Use

Shows the results of development component (DC) builds made so far.

Syntax

Syntax

listbuildresults [-file|-f fileName] [-verbose|-v]

Options

 

[-file|-f fileName]

Output file that contains HTML. Therefore the file should have an .HTML or .HTM extension.

[-verbose|-v]

If enabled, more detailed information about build results are shown.

Description

Shows in which order the DCs (from compartments that have source state) are built. For this, the usage dependencies among the DCs are evaluated with respect to the at-build-time dependency. If a compartment (having source state) is specified, then only DCs of this compartment are considered. A development configuration must be already loaded.

Example

Displays the build result for DC builds. If no file is specified, then the build results are shown in the console of the tool.

listbuildorder -c MyComponents

listbuildorder

End of Content Area