cancel
Showing results for 
Search instead for 
Did you mean: 

Call BAPI from EJB passing logon ticket

Former Member
0 Kudos

Hi, gurus !!!

I'm new to SAP and I have an issue I'm not sure how to ask for help.

But here it go:

I developed an stateless EJB component where I have a method that retrieves me the user logon ticket.

Now I wanna call a BAPI, from this EJB, passing this ticket so I don't have to login.

And I don't know how to do that.

Did I make myself clear ?

Is it possible ?

Thanks in advance,

Ramatí

Accepted Solutions (1)

Accepted Solutions (1)

siarhei_pisarenka3
Active Contributor
0 Kudos

Hi Ramatís

I think that your task is hardly being solved with manual logon ticket manipulations. There are such configuration artifacts in SAP J2EE as JCo Destinations (RFC Destinations). The destinations shall be configured to refer some ABAP system; and one more thing in the configuration is a destination can be with SSO support which means exactly a logon ticket support.

So I think you should have a look at the RFC Destinations with SSO concept.

BR, Siarhei

Answers (0)