Skip to Content
0
Former Member
Apr 07, 2010 at 12:05 PM

Calling java web dynpro from ABAP

40 Views

Hi!!

I have a double problem!

First I want to call a java web dynpro application from ABAP. I managed to do it using :

call method cl_gui_frontend_services=>execute
  exporting
    document = url
  exceptions
    others   = 1.

Where url is the java application url with parameters. It's working...

...but here comes the second problem : i need SSO 😊 So first solution is not sufficent.

Can anybody help?