Skip to Content
0
Former Member
Aug 09, 2011 at 03:35 PM

Function Module to open a new session displaying a method of a class

464 Views

Hello All,

I have a method A of class B.

Now, in my current session, I have a button. When the user clicks on this button, what I expect is that a new session be opened and in the new session method A of class B be displayed.

This is similar to the debugger, wherein, in the debugging mode, we can bring up the context menu in the Source Code (Edit Control) tool, and then select "Go To Source Code".

So basically, I am looking for a Function Module which does the same.

I came across Function Module CC_CALL_TRANSACTION_NEW_TASK, however, this will only create a new session.

I could specify the transaction as SE24, but it then opens a new session with this transaction. That is it.

My objective is to display the method of a class in a new session.

Is there any Function Module in this case?

Regards,

Mithun

Edited by: Mithun Kamath on Aug 9, 2011 5:35 PM