cancel
Showing results for 
Search instead for 
Did you mean: 

Webgui - function module starting new task

Former Member
0 Kudos

Hello,

we want to call a function module which opens a new task from a webgui transaction. This webgui transaction is integrated into EP 6.0.

Does anybody know how to handle this matter?

Thanks in advance and best regards,

Petra

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member185704
Contributor
0 Kudos

Hello Petra,

Could you please specify what you mean by "new task" exactly? Thank you!

Best regards,

Henning

Former Member
0 Kudos

Hello Henning,

Thanks answering.

I mean the ABAP command:

call Function 'XXX'

starting new task

This is causing problems in our WebGui transaction.

Best regards,

Petra

former_member228142
Active Contributor
0 Kudos

Hi Petra,

"call function .... starting new task " creates a new external session for the current login session. This is the same as doing a /o or "system - Create session". Due to technical restrictions in webgui only one external session is possible.

Best regards,

Klaus