Application Development 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: 

sap gui for java .sap shortcut

Former Member
0 Kudos

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.

  • SAP Managed Tags:
1 ACCEPTED SOLUTION

Former Member
0 Kudos

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




  • SAP Managed Tags:
2 REPLIES 2

Former Member
0 Kudos

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




  • SAP Managed Tags:

0 Kudos

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

  • SAP Managed Tags: