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

Create, Test & List RFC Destinations

Verify SAP Time Zone Configuration

Make sure the SAP system and the operating system use the same time zone. If they don't match, the Agent won't be able to collect accurate time data.

In SAPGUI, use transaction SE16 to display table TTZCU and confirm that field TZONESYS contains the same time zone as the OS time zone. If not, then use transaction STZAC to correct the system time zone.

Create RFC Destinations

The next step is to create RFC Destinations for your QAS and Production systems.

Creates or updates an RFC Destination for an SAP system. The username and password are entered interactively and stored encrypted.

Syntax
slabapcli.exe rfc set --name <rfc> --hostname <hostname> --sysnr <sysnr> --client <client> --lang <language>
Syntax
.\slabapcli.exe rfc set --name <rfc> --hostname <hostname> --sysnr <sysnr> --client <client> --lang <language>
Parameter
Required
Description

--name

Yes

RFC Destination name (e.g. S21).

--hostname

Yes

SAP system hostname.

--sysnr

Yes

SAP system number (instance number).

--client

Yes

SAP client number.

--lang

Yes

SAP login language (e.g. EN).

Example

The password and confirmation are not displayed in the terminal window for security. The command automatically runs rfc test after saving the RFC Destination.

Test RFC Destinations

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

Tests the connection to an RFC Destination and runs a comprehensive set of diagnostic checks. Verifies connectivity, SAP system info, SeaLights add-on installation and version, time synchronization, RFC function module and table authorizations, SCMON configuration, and SCMON_COLLECT callability.

Parameter
Required
Description

--name

Yes

The RFC Destination name to test.

Example

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:

Lists all RFC Destinations defined in your config.toml file.

This command takes no parameters.

Example

Last updated

Was this helpful?