cancel
Showing results for 
Search instead for 
Did you mean: 

Need SAP GUI for Mac and process of how to install and configure

Former Member
0 Kudos

Hi Experts,

I need SAP GUI for Mac. Also please explain the process of how to install, how to configure etc? Please help me.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can download the SAP Presentation DVD that will have the SAPGUI Java version for OS X. After you install, just run the app from the Application Folder.

For config there are a few options:

1. To connect to a DI directly. After starting the app, click new and under the "Advanced" tab use the following string:

conn=/H/(hostname)/S/(port / 3200 for instance ID 00)

2. To connect to a login group. After starting the app, open the "Preferences" / Configuration / Messageservers, you need to set a path to a file that has the message servers in the following string

(SID) : /M/(hostname)/S/(message server port)

Then click "New" and on the first tab you can choose a system and login group.

Hope this helps.

Thank

matt

Former Member
0 Kudos

Hi Matt,

Thanks for your reply. I tried both but dint work. Assume below are credentials for configuration. Then how will you do. Please write the expert mode config here.

Application Server: 75.55.175.294

System No: 00

System ID: ADM

Thanks,

Venu

former_member207074
Discoverer
0 Kudos

Try out :

conn=/H/75.55.175.294/S/3200

If the above works, then you can automate this further!

Use :

conn=/H/75.55.175.294/S/3200&user=USERID&pass=PASSWORD

Replace Userid and Password with the actual values.

Cheers

Former Member
0 Kudos

Hello this didn't work for me, is there any other way ?

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks