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?