Skip to Content
0
Jul 08, 2009 at 06:16 AM

TO Find all the TCodes currently active in the session

1696 Views

Hi,

Is there any database table, where we can know, which TCODES is currently open for the userid 'X'...

I have a requirement, wherein, If the user has already opened the TCODE 'ABC', then I need to override it...i.e. I have to close the existing screen and then open a new one...

Currently, it is opening the TCODE twice....one was already present and the other is new which was opened using CALL TRANSACTION statement.