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.