cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Gui Shortcut - Logon Group

former_member301120
Active Participant
0 Kudos

Hello to all,

we're using a SAP GUI shortcut to start a explicit transaction.

The shortcut has following content:

[System]

Name=XYZ

Description=System XYZ

Client=100

[User]

Name=USER

Language=DE

[Function]

Command=*XYZ

[Configuration]

GuiSize=Maximized

WorkDir=C:\SAP

[Options]

Reuse=1

Is there a parameter to define a certain logon group? The transaction must be executed on a explicit server.

Regards Christian

Accepted Solutions (1)

Accepted Solutions (1)

JPReyes
Active Contributor
0 Kudos

You can right-click -> choose Edit and assign under System description a entry in the logon pad the uses logon groups.

Regards, Juan

former_member301120
Active Participant
0 Kudos

Hello Juan,

the entry in logon pad uses group AB by default.

Now I want to create a desktop shortcut that uses group XY without adding a new entry in logon pad.

I tried

[System]

Name=XYZ

Description=System XYZ

Client=100

Group=XY

But without success.

Regards Christian

JPReyes
Active Contributor
0 Kudos

I was wrong Group does not work, I just tried it myself.

Unfortunately, the shorcut takes the connection details from "Description" which directly uses the details on you saplogon.ini

So, I think you are going to need a new entry in the SAPLogon to achieve that.

Regards, Juan

former_member301120
Active Participant
0 Kudos

Hello,

I found a workaround using sapshcut:

Try:

sapshcut -system=<SID> -client=<CLIEND> -gui="/M/<MS-Host>/S/<MS-Port>/G/<Logon-Group>"

Regards

Answers (0)