cancel
Showing results for 
Search instead for 
Did you mean: 

How to create SAP ticket logon from Java application?

Former Member
0 Kudos

Hi

I'm developing a Java application using JCo, I would like to connect this application to R/3 systems using SAP logon ticket. Does anybody know how to create the ticket from Java..?

PS: I don't have EP nor SAP J2EE engine.

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi,

You can use the ABAP system to create SAP logon ticket. You have to make sure that creation of logon tickets is enabled on that system.

First time connect with JCO using user name and password. Also set the property jco.client.getsso2=1.

After that you can get the created ticket from JCO client attributes and use it in each subsecuent call.

Regards,

Svetlana

Benny
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello,

I did this for demo purpose with 6.20 a lot. The central fact here was that we used J2EE Engine to do it, because otherwise it was impossible...

Regards,

Benny