test-suite
2024.10
true
- Getting Started with Test Suite
- Studio
- Test Suite - Studio
- Overview
- Testing activities and coded automation APIs
- Orchestrator
- Testing robots
- Test Manager
RFC connection

Test Suite User Guide
Last updated Jul 25, 2025
RFC connection
To create an integration between your Test Manager project and your SAP system to collect data periodically, using an RFC connection to your SAP system, follow these steps:
This task demonstrates how to integrate the SAP NetWeaver RFC SDK
with your SAP system, so you can use the heatmap in Test Manager deployed with Automation Suite, via an RFC connection.
- Test Manager installed with Automation Suite.
- SAP Netweaver RFC SDK 7.50
- Test Manager migrator shell script. Make sure you meet the
following environment requirements:
kubectl
configured with a connection to the Automation suite cluster.jq
(install it using the following command:yum install jq
)argocd
CLI (Installation - Argo CD - Declarative GitOps for Kubernetes)rclone
(Install Rclone)
After you move the SAP libraries to your Automation Suite storage locations, perform the following validation steps:
- Check if you can access Test Manager inside Automation Suite.
- You can create a custom connection with your SAP system in a Test Manager project.
- Open your project in Test Manager, and go to Project Settings > Integration.
- Select SAP from the New
Connection dropdown.
The Edit connection dialog pops up.
- Fill in the fields according to the
data from your SAP system:
- Name - name the integration between Test Manager and SAP.
- Description - describe the integration between Test Manager and SAP.
- Select ConnectSapInstance from
Data Source:
- Application Server—IP address that your SAP system is working on.
- System name—three-letter SAP system ID.
- Instance Number—SAP system number.
- Client—SAP client to log into.
- User—SAP user name.
- Password—SAP password.
- Polling Interval—time interval when data is brought from the SAP system. The minimum value for this is one hour.
- After you finish the configuration of the integration, select Save.
- Refresh your project. The Heatmap page appears in the left-hand menu of your Test Manager project.
After you set up the RFC connection, choose how to enable Change Impact Analysis, and define which SAP system it connects to:
- Open your existent SAP connection, or select SAP from the New Connection dropdown.
- Select Change Impact Analysis connection.
- Select the type of SAP connection
that you want to use:
- Same as Heatmap: Keep
the same SAP connection that you are using for the Heatmap.
This means both functionalities will collect data from the same SAP system.
- New connection: create a new SAP connection specifically for Change Impact Analysis. Follow the same steps for creating a new RFC connection, documented above.
Note: We recommend you to connect the Heatmap to your production system and Change Impact Analysis to your quality system for optimal risk evaluation. - Same as Heatmap: Keep
the same SAP connection that you are using for the Heatmap.