cancel
Showing results for 
Search instead for 
Did you mean: 

I'm starting ... in SAP with Java

Former Member
0 Kudos

Hi all

I would like install Java Gui. I did it. So ... But I dont success to set correctly my SAP connection : Connection wich works perfectly with my Windows SAP Gui.

I have an IP, a system number, a client number, an user, and a password ... Is anybody could help me please ?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Do you connect through proxies?

It could be you should use this:

JCO.createClient(java.lang.String client, java.lang.String user, java.lang.String passwd, java.lang.String lang, java.lang.String ashost, java.lang.String sysnr, java.lang.String gwhost, java.lang.String gwserv)

With the wageway params.

Best regards,

Antonio.

Former Member
0 Kudos

Hi Jermoe,

Can you post the error message or any exception that you might have caught when running your java application.

Ravi