Curso SAP Conceptos e iniciación - 14. Instalación SAP GUI en Ubuntu
How to Install SAP GUI on Ubuntu
Checking Java Development Kit (JDK) Installation
- The installation of SAP Logon Client requires the Java Development Kit (JDK). It's essential to verify if JDK is installed on your Ubuntu system.
- To check for JDK, open the terminal and run the command
java -version. If it indicates that JDK is not found, you will need to install it.
Installing JDK
- Update the package index using
sudo apt-get updatebefore installing JDK.
- Install the default version of JDK with the command
sudo apt-get install default-jdk, confirming with 'y' when prompted.
Verifying JDK Installation
- After installation, confirm that JDK is correctly installed by running
java -versionagain; this should display the installed version and architecture.
Downloading SAP GUI for Java
- Access SAP Service Marketplace with a user authorized for downloads. Navigate to the official download page for SAP GUI.
- Select the appropriate installer for your operating system from the current version's download table.
Downloading and Extracting Files
- Search for "SAP GUI" in the downloads section and select version 7.70 along with necessary packages and patches.
- Once downloaded, locate and extract the compressed folder containing the installer.
Installing SAP GUI
- Open the installer; follow prompts to accept terms and continue through installation screens. You can change installation paths if desired or proceed with defaults.
Launching SAP GUI
- Post-installation, find "SAP GUI" in your applications menu. Double-click to launch it.
Configuring Connection Settings
- Upon opening, configure connection settings by clicking on "New Connection." Enable expert mode in advanced settings.
- Input server details provided by your system administrator: server domain/IP, port number, and instance digits.
Connecting to Server
- After configuration, double-click on your server connection from available connections list to log into SAP Easy Access screen.
Logging Out of SAP GUI