Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

sap gui for java .sap shortcut

Former Member
0 Likes
1,113
  • SAP Managed Tags

Hello,

Do any of you happen to know how to create a .SAP shortcut (file with .SAP extension) that will work in SAP GUI for Java (on a MAC platform) ? Is there a command line string or something ?

If the one below works for windows, I'd like to know how to do it for MAC os.

[System]

Name=EGD

Client=300

[User]

Name=TEST

Language=4

[Function]

Command=SCC4

Title=TEST

Type=

Thank you in advance,

Adi M.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
651
  • SAP Managed Tags

Hello,

I guess you can go to the advanced tab and enter the following command string:

conn=/H/<IP-ADRESS>/S/32<SYS-NO>&user=TEST&pass=<PASSWORD>&tran=SCC4

For example:

conn=/H/10.1.1.1/S/3200&user=TEST&pass=SECRET&tran=SCC4 with IP 10.1.1.1 and password SECRET

Hope this helps,

Jann




2 REPLIES 2
Read only

Former Member
0 Likes
652
  • SAP Managed Tags

Hello,

I guess you can go to the advanced tab and enter the following command string:

conn=/H/<IP-ADRESS>/S/32<SYS-NO>&user=TEST&pass=<PASSWORD>&tran=SCC4

For example:

conn=/H/10.1.1.1/S/3200&user=TEST&pass=SECRET&tran=SCC4 with IP 10.1.1.1 and password SECRET

Hope this helps,

Jann




Read only

0 Likes
651
  • SAP Managed Tags

Thanks Jann,

In the mean time I have got my response, but your answer is correct. Adding to that I've proceeded in the following way:

conn=/H/192.168.90.5/S/3210&clnt=300&lang=RO&tran=*ZME29N SO_EBELN-LOW=4500028729;

the transaction + selection options after &tran= are the same as for the windows shortcut.

Thanks again, 

Adi