Upload usage data to an RFC Destination

The ABAP agent normally obtains usage data from a Production system. However, you can provide your own usage data from files exported from the SAP ST03N transaction (saved to a new directory as .txt files in Unconverted format).

To see how to upload usage data, run the following from your PowerShell window:

PS C:\apps\SLABAPAgent\bin> .\slabapcli.exe rfc help
[2025-06-20 15:31:03.206+01:00] [info] Current ANSI Code Page: 65001 (UTF-8) (65001)
[2025-06-20 15:31:03.207+01:00] [info] Config pathname: ../config/config.toml
rfc <command> [args]:
commands:
  list : list rfc connections
  test : test rfc connection
    --name <rfc>
  set  : set rfc connection
    --name <rfc> : rfc name
    --hostname <hostname> : rfc hostname
    --sysnr <sysnr>       : rfc system number (instance number)
    --client <client>     : rfc client
    --lang <language>     : rfc login language
    username and password are entered interactively
  phd  : import performance history data
    --qas <rfc> : qas rfc name
    --prd <rfc> : prd rfc name
    --dir <directory> : directory containing usage data to import

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).

circle-info

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

circle-info

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?