‎2007 Aug 09 5:55 PM
Hello,
is there a way, we can deactivate or hide the create session icon and
the command field in an abap program. This will be use to limit the
user to create multiple session in a single log - in
thanks
‎2007 Aug 09 5:57 PM
Nope.
Its SAP GUI Stuff.
However, if you run the program TH_USER_INFO it will tell you how many sessions you can have open. So if you can find where this is defined and change it.
Still I would doubt it can be done.
Message was edited by:
Martin Shinks
‎2007 Aug 09 5:57 PM
Nope.
Its SAP GUI Stuff.
However, if you run the program TH_USER_INFO it will tell you how many sessions you can have open. So if you can find where this is defined and change it.
Still I would doubt it can be done.
Message was edited by:
Martin Shinks
‎2007 Aug 10 1:45 PM
thanks martin,
i'll try to check on it on how to manipulate it.