Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

deactive command field and create session icon

Former Member
0 Likes
456

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
404

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

2 REPLIES 2
Read only

Former Member
0 Likes
405

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

Read only

Former Member
0 Likes
404

thanks martin,

i'll try to check on it on how to manipulate it.