Show TOC Start of Content Area

Background documentation buildalldcs  Locate the document in its SAP Library structure

Use

Builds all development components (DCs) of the specified compartment locally.

Syntax

Syntax

buildalldcs [-compartment|-c compartmentName] [-buildvariant|-b buildVariant] [-log|-o]

[-buildlocation|-l buildLocation]

Options

 

[-compartment|-c compartmentName]

If no compartment is specified, all compartments of the development configuration with source state are considered.

[-buildvariant|-b buildVariant]

If no build variant is specified, a DC build will be triggered for all build variants defined in the compartment.

[-log|-o]

If flag is enabled, the content of the build log file is shown.

[-buildlocation|-l buildLocation]

Build location indicates where the DC build took place.

Description

Builds all DCs of the specified compartment locally.

The command works for compartments with source state only. A development configuration must be already loaded.

The DCs to build must be available locally.

Example

buildalldcs -c MyComponents -o

End of Content Area