Curso SAP Conceptos e iniciación - 13. Instalación SAP GUI en macOS
How to Install SAP Logon Client on macOS
Overview of SAP Logon Installation
- The video discusses the installation process for the SAP Logon client on macOS, emphasizing its availability for various operating systems including Windows and Linux.
- It highlights that Java is required to run the SAP Logon client, specifically mentioning the need for the Java Development Kit (JDK).
Checking JDK Installation
- To verify if JDK is installed, users should open the terminal and execute
java -version. If not installed, a prompt will guide them to download it.
- Users are directed to download the latest version of JDK from Oracle's website after confirming its absence.
Installing JDK
- After downloading, users must navigate to their Downloads folder and double-click the installer. A new window will initiate the installation process.
- Upon completion of JDK installation, users can confirm successful installation by running
java -versionin the terminal again.
Downloading SAP Logon Client
- Users must visit SAP's official download page and search for "SAP GUI for Java," requiring an authorized user account for access.
- After selecting "SAP GUI for Java 7.7" and choosing macOS as their operating system, they can proceed with downloading two necessary files.
Installing SAP GUI
- Once downloaded, users should locate and execute the installer from their Downloads folder. They will follow prompts until reaching an install confirmation screen.
- Users can choose default installation paths or specify custom ones before finalizing with an install command.
Configuring Connections in SAP GUI
- Post-installation, launching SAP GUI requires configuration details such as server names and addresses provided by system administrators.
- Users create a new connection by clicking on a designated icon; they must enter specific parameters like domain/IP address and port number.
Final Steps in Accessing SAP System
- After configuring connections correctly, users confirm connectivity by checking if their server appears in available connections.
- Double-clicking on the server name leads to a login screen where credentials (client number, username, password, language) are entered to access SAP Easy Access interface.
Conclusion of Installation Process