Using a Predefined System Connection from the SAP Logon Pad

Prerequisites

  • You need to specify the connection data for the ABAP back-end system you want to work with. Therefore, make sure that a corresponding entry for the respective ABAP system is already defined in the SAP Logon Pad.
  • For security reasons, check whether the Secure Network Communication (SNC) is enabled for the selected system connection. If it is not so, enable SNC first using the SAP Logon Pad.

Context

You want to connect your Eclipse-based IDE using the standard settings of an ABAP system that is already connected in the SAP Logon Pad.

Procedure

  1. From the menu, choose Start of the navigation pathFile Next navigation step New Next navigation step Project...End of the navigation path to launch the project creation wizard.
  2. Select the project type Start of the navigation pathABAP Next navigation step ABAP ProjectEnd of the navigation path and choose Next.
  3. Select the Select system from SAP Logon option in order to reuse an existing ABAP system connection.
  4. In the Connection field, enter the ABAP system ID or choose Browse... for system selection. Then choose Next.
  5. Enter the logon data, such as Client, User, Password (not required for SSO system connection).
  6. [Optional:] If you want to change the default language, select the Change Default Language checkbox.
  7. Choose Next to select your favorite packages or Finish to start the creation.
  8. [Optional:] If you want to limit the number of displayed elements in the Project Explorer to one or more working sets, select the Add project to working sets checkbox. Then choose the corresponding working set(s) using the Select button.
  9. [Optional:] If you want to change the project name, enter a new Project Name.
    Adding packages to Favorites when creating an ABAP project
    Adding packages to Favorites when creating an ABAP project
  10. Start creation of the ABAP project with Finish.

Results

The ABAP project is created and added in the Project Explorer. Because, the project is referencing a system connection in the SAP Logon Pad, a decorator is added to project icon . This decorator reflects the connection to the SAP Logon.

To check the results of the procedure, switch to the Project Explorer and expand the first level of the project structure. Verify that the project structure already includes the following nodes:

  • Favorite Packages contains the packages that you have added to favorites (temporary package $TMP by default).
  • System Library contains all system packages.