2009 May 08 4:49 PM
Hi,
Is there a pop-up(screen, dialog, etc...) available to call so that it is impossible to stop or create a session from the top-left cormer of the window?
Thanks.
Hi,
Is there a pop-up(screen, dialog, etc...) available to call so that it is impossible to stop or create a session from the top-left cormer of the window?
Thanks.
2009 May 08 4:55 PM
2009 May 08 4:55 PM
Hi,
Your question is not clear. in SE51 you can create ascreen and call that screen as popup.
Thanks,
Suma.
2009 May 08 4:56 PM
2009 May 08 5:09 PM
Hi
Probably it's a system parameter, I don't think it's possible by ABAP.
Max
2009 May 08 7:36 PM
Hi all,
I am working with Patrick on the same issue.
Let me clarify the problem:
Whenever we create a screen, it has a top left corner that we can click and then select "Create session".
We want to create a screen without this feature.
Please see threse links, they are on the same problem, all not answered.
Thank you in advance for your help!
Denisa
2009 May 08 7:45 PM
Denisa/Patrick,
Its standard feature, its available right from the logon screen. you cannot control thru abap.
a®
2009 May 08 8:09 PM
2009 May 08 8:55 PM
The solution I am heading then is to give strict minimal right the the user and programmatically add the role to the user if he passes successfully the 2 pop-ups. This way, if the smart guy creates a session from the topleft corner of either popup , he will be left with not being able to to anything.
Anybody knows a funtion module to add roles to the current logon user?