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.

To upload usage data for your Production system, you'll need to provide the names of your PRD and QAS RFC Destinations, and the directory where you saved the usage data. Run the following from the <SeaLights install dir>\bin directory:

Command
slabapcli.exe rfc phd --qas "S21" --prd "S23" --dir "c:\temp\phd"
Expected output (PowerShell)
.\slabapcli.exe rfc phd --qas '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: ../config/config.toml
qas: S21
prd: S23
dir: c:\temp\phd
<Upload details>

You'll need to provide the names of your QAS and Production systems, and the directory where you saved the usage data (in this example, we're using S21 as both the QAS and Production systems).

Note: If your directory path contains spaces, enclose it in single quotes.

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.

Last updated

Was this helpful?