Create an Initial Build Map for your Pipeline

A Pipeline's Initial Build Map is a snapshot of the standard and custom ABAP code components in the Pipelines QAS system (and their related objects), based on usage data from the Pipeline's Production system.

SAP Basis objects (delivery units SAP_BASIS and SAP_UI) are automatically excluded from the build map. To customize which components are excluded, use the [componentstoignore] section in config.toml. See Configuration settings.

To create an Initial Build Map for your Pipeline, run the following from your PowerShell window:

Creates an Initial Build Map for a pipeline. The build map is a snapshot of the standard and custom ABAP code components in the pipeline's QAS system (and their related objects), based on usage data from the pipeline's Production system.

Syntax
slabapcli.exe buildmap run --pipeline <pipeline-name>
Parameter
Required
Description

--pipeline

Yes

The pipeline name (as shown in pipeline list).

Example

Command
slabapcli.exe buildmap run --pipeline "HH_SLABAPCLI_170625"
Expected output (PowerShell)
.\slabapcli.exe buildmap run --pipeline 'HH_SLABAPCLI_170625'
[2025-06-17 15:28:19.807+01:00] [info] Current ANSI Code Page: 65001 (UTF-8) (65001)
[2025-06-17 15:28:19.807+01:00] [info] Config pathname: ../config/config.toml

The agent creates a scheduled INIT_BUILD_MAP task that runs once only (two minutes from now) to create the Initial Build Map.

You can also create an Initial Build Map directly by running watcher.exe INIT_BUILD_MAP --pipeline <pipeline-name> from the command line.

In SeaLights, select the Filter button to add the app for your Initial Build Map to the Coverage Dashboard.

Last updated

Was this helpful?