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

Collect Footprints data for your Pipeline

Collect Footprints data for your Pipeline

If you have connected Tosca to SeaLights, you can configure the Agent to collect details for test executions in Tosca. When you run a test, the Agent matches the ABAP components that you executed against objects in the latest Build Modification. It then sends this data to SeaLights as a Footprint.

To configure the Agent to collect Footprints data for your Pipeline, run the following command from your terminal:

Configures the agent to collect Footprints data for a pipeline. When you run a test, the agent matches the ABAP components that you executed against objects in the latest Build Modification and sends this data to SeaLights as a Footprint.

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

--pipeline

Yes

The pipeline name (as shown in pipeline list).

Example

Command
slabapcli.exe footprints run --pipeline "HH_SLABAPCLI_170625"
Expected output (PowerShell)
.\slabapcli.exe footprints run --pipeline 'HH_SLABAPCLI_170625'
[2025-06-18 15:07:58.337+01:00] [info] Current ANSI Code Page: 65001 (UTF-8) (65001)
[2025-06-18 15:07:58.337+01:00] [info] Config pathname: ../config/config.toml
[2025-06-18 15:07:58.341+01:00] [info] resource = footprints. command = run
[2025-06-18 15:07:58.341+01:00] [info] pipline: HH_SLABAPCLI_170625
[2025-06-18 15:07:58.370+01:00] [info] Run scheduled daily. interval = 5m. duration = 1d
[2025-06-18 15:07:58.370+01:00] [info] Total time: 00:00:00.033

This command creates a FOOTPRINTS scheduled task that runs every five minutes to collect Footprints data and send it to SeaLights.

To stop collecting Footprints data, run:

Filtering Footprints Data

You can exclude specific SCMON context objects from footprints collection using the typequeries field in the [footprints] section of config.toml. This is useful for filtering out standard SAP programs, transactions, or function modules that are not relevant to your testing.

See Configuration settings — Footprints type queries for syntax and examples.

Stop collecting Footprints data for a Pipeline

To stop collecting Footprints data for a Pipeline, run the following from your terminal:

Last updated

Was this helpful?