Connection Manager for SAP Systems
The connection manager for SAP systems enables you to store connection information for remote SAP systems. By saving your connection details, you can authenticate more quickly when working with SAP development tools.
Your credentials are securely stored using your operating system's native credential management, such as Credential Manager in Windows and Keychain in macOS.
ℹ️ Note
The password for an ABAP On Premise system connection is saved in the operating system's secured storage and follows the respective platform’s security policies:
Windows
Credentials are securely stored in the Windows Credential Manager and are accessible to authorized processes when you are signed in.
For more information, see Credentials process in Windows authentication
macOS
Credentials are securely stored in the macOS Keychain and are accessible to authorized processes you have authenticated with your account password when prompted.
This prompt can be bypassed if you click Always Allow.
For more information, see Allow apps to access your keychain
Create New SAP System Connection
To create a new SAP system entry, perform the following steps:
1a. Use the SAP Systems Panel
- Click the ➕ Add SAP System icon to get started.
or
1b. Use the Command Palette
- Press CMD/CTRL + Shift + P and search for the relevant command.
2. Enter System Details
Provide the required information for one of the following:
- ABAP On Premise, or
- ABAP Environment on SAP Business Technology Platform (SAP BTP).
3. Save and Access
After saving, the system will appear in the SAP Systems panel for quick access.
View SAP System Details
To view the stored system details, click a specific system entry in the Connection Manager for SAP Systems view or right-click and select Show SAP System Details.
Test SAP System Connection
To test the connection of an existing SAP system, perform the following steps:
Open the details of a saved system.
Click Test Connection.
As a result, you’ll see if the system connection was successful and whether it supports OData V2 and/or OData V4 services.
Edit SAP System Connection
To edit the connection details for an existing SAP system, perform the following steps:
For ABAP On Premise, update any of the following fields:
- System Name
- URL
- Client
- Username
- Password (optional)
-
2. Click on Test Connection.
3. Click Save.
Delete SAP System Connection
- Select the saved system you wish to delete.
- Click the 🗑 (Delete) icon next to the system name.
- Click Yes in the confirmation dialogue box.
Export and Import Existing ABAP On Premise SAP System Connection
To export an existing system connection for an ABAP On Premise system, perform the following steps:
Right-click a saved system name and click Show SAP System Details.
Click Export System. A copy of the saved system connection is downloaded in JSON format. No sensitive credential information is included in the exported JSON file.
To import an ABAP On Premise system connection, perform the following steps:
On the activity toolbar, click the Connection Manager for SAP Systems icon.
Next to the Connection Manager for SAP Systems title bar, click on the Import SAP System icon.
Select the JSON file that you would like to import.
Provide your system credentials and click Test Connection.
Click Save to import the system connection.
ℹ️ Note
If you already have a saved local SAP system connection with the same name, you are asked to confirm before overwriting it.
You can only import and export saved SAP system connections between development environments that are using VS Code. You cannot import or export >system connections between VS Code and SAP Business Application Studio.