Hello,
I need to find a unique identifier for a logon from another on sapgui session level.. i tried function modules or took a glance at the C system functions i couldn't find any..
The requirement is , abap program should contact to active sapgui, find it's "session id" or "thread id" or "internal number" or a key similar to those.. and abap program will let's say, insert this gui-id to a database table as a record.. in another logon, another user will be able to check if this session id still exists and active, if not, record will be deleted...
i hope i could've explained the situation...
Many thanks