Show TOC Start of Content Area

Background documentation buildlist  Locate the document in its SAP Library structure

Use

You have to specify a file in which the development components (DCs) that have to be built are listed. For each DC name, the vendor and compartment in which it resides has to be specified. The order in the build list file defines the order in which the DCs have to be built. Builds all DCs specified in a list locally.

Syntax

Syntax

buildlist -buildlistfile|-f buildFile [-buildvariant|-b buildVariant] [-log|-o] [-buildlocation|-l buildLocation]

Options

 

-buildlistfile|-f buildFile

The location of the file in which the DC that has to be built will be listed.

[-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 enabled, the content of the build log file is shown.

[-buildlocation|-l buildLocation]

Build location indicates where the DC build took place.

Description

Creates a file in which the DCs that has to be built are listed. The order in the build list file defines the order in which the DCs have to be built.

Example

For this build command, a file is specified in which the DCs to be built are listed. For each DC in the build list, its name, vendor and the compartment in which it resides has to be specified. The order in the build list file defines the order in which the DCs are to be built.

buildlist -f C:\buildlist.txt

For each DC to be built, the following entries in the build list file are required:

      c = <Compartment name>

      n = <DC name>

      v = <DC vendor>

In case that the build list contains invalid entries no DC build takes place.

End of Content Area