Create, Test & List RFC Destinations

Create RFC Destinations

The next step is to create RFC Destinations for your QAS and Production systems. To see how to create an RFC Destination, run the following from your PowerShell window:

PS C:\apps\SLABAPAgent\bin> ./slabapcli.exe rfc help
[2025-06-17 11:30:30.903+01:00] [info] Current ANSI Code Page: 65001 (UTF-8) (65001)
[2025-06-17 11:30:30.903+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 your SAP system’s name, hostname, system number, client, and language in a command-line this:

Enter your username and then your password. For security, the agent doesn’t display these in the PowerShell window.

Test RFC Destinations

To test the connection to an RFC Destination, run the following from your PowerShell window:

The command-line interface returns details for the RFC Destination.

List RFC Destinations

To list the RFC Destinations defined in your config.toml file, run the following from your PowerShell window:

Last updated

Was this helpful?