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

Upload usage data to an RFC Destination

The ABAP Agent normally obtains usage data directly from a Production system. However, you can provide your own usage data from files exported from the SAP ST03N transaction. When you export your ST03N data, save the files to a new directory in unconverted format using the .txt extension.

You'll need to provide the names of your QAS (or DEV) and Production systems, and the directory where you saved the usage data. In this example, S21 is the QAS system and S23 is the Production system.

Note: If your directory path contains spaces, enclose it in single quotes (PowerShell) or double quotes (Command Prompt).

Note: If you upload usage data for an RFC Destination in your Pipeline, the agent uses this instead of usage data obtained from your Pipeline's Production system.

slabapcli rfc phd

Imports performance history data (PHD) from files exported from the SAP ST03N transaction and stores it in the agent's private database for the specified Production RFC Destination.

Syntax
slabapcli.exe rfc phd --rfc <rfc> --prd <rfc> --dir <usage data folder>
Syntax
.\slabapcli.exe rfc phd --rfc <rfc> --prd <rfc> --dir <usage data folder>
Parameter
Required
Description

--rfc

Yes

The non-production (QAS or DEV) RFC Destination name. --qas and --dev are accepted as aliases.

--prd

Yes

The PRD system name. This is the plain RFC Destination name; the PRD system does not need to be onboarded as a separate RFC Destination.

--dir

Yes

The directory containing your exported ST03N usage data files (.txt format). The directory must exist before running the command.

Example

Command
slabapcli.exe rfc phd --rfc "S21" --prd "S23" --dir "c:\temp\phd"
Command
.\slabapcli.exe rfc phd --rfc 'S21' --prd 'S23' --dir 'c:\temp\phd'
Expected output (PowerShell)
.\slabapcli.exe rfc phd --rfc 'S21' --prd 'S23' --dir 'c:\temp\phd'
[2026-05-05 10:45:08.332+01:00] [info] Detected Windows version: Windows 11
[2026-05-05 10:45:08.332+01:00] [info] Config pathname: C:\ProgramData\Tricentis\SeaLights\ABAP Agent\config\config.toml
qas: S21
prd: S23
dir: c:\temp\phd
<Upload details>

The command prints qas: for the non-production RFC value regardless of whether you used --rfc, --qas, or --dev. The <Upload details> output line is replaced by the actual PHD import progress when the command runs.

Last updated

Was this helpful?