For the complete documentation index, see llms.txt. This page is also available as Markdown.

Build Modifications

A Build Modification is a record of the SAP transport changes you've made to a Pipeline's QAS system.

Monitor a Pipeline for Build Modifications

The buildmods run command lets you monitor a Pipeline's QAS system for Build Modifications. It uses a scheduled task named BUILD_MODS. The task runs every five minutes to create Build Modifications from transports you've imported into the pipeline's QAS system.

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

--pipeline

Yes

The Pipeline name (as shown in pipeline list).

Example

Command
slabapcli.exe buildmods run --pipeline "HH_SLABAPCLI_170625"
Expected output (PowerShell)
.\slabapcli.exe buildmods run --pipeline 'HH_SLABAPCLI_170625'
[2025-06-18 09:24:49.485+01:00] [info] Current ANSI Code Page: 65001 (UTF-8) (65001)
[2025-06-18 09:24:49.486+01:00] [info] Config pathname: ../config/config.toml
[2025-06-18 09:24:49.516+01:00] [info] Total time: 00:00:00.031

Stop Build Modifications monitoring

The buildmods stop command stops Build Modifications monitoring for a pipeline.

Syntax
slabapcli.exe buildmods stop --pipeline <pipeline-name>
Parameter
Required
Description

--pipeline

Yes

The Pipeline name (as shown in pipeline list).

Example

Last updated

Was this helpful?