2014 May 05 10:25 AM
Hi Expert.
Please help me, We have create some Z module , For security Purchase we are create Z Logon Screen for Our Module.
Now Problem : Here Some Time End user direct work without to Logon. There are create new session.
Required Solution : Stop to Create New Session Till User not Logon Successfully.
Please refer below screen.....
thanks.
Pradip Patel.
Hi Expert.
Please help me, We have create some Z module , For security Purchase we are create Z Logon Screen for Our Module.
Now Problem : Here Some Time End user direct work without to Logon. There are create new session.
Required Solution : Stop to Create New Session Till User not Logon Successfully.
Please refer below screen.....
thanks.
Pradip Patel.
2014 May 05 10:29 AM
Hi Pradip,
Not possible as there are multiple ways to create a session! This is an inbuilt feature for which if need to talk to SAP.
Regards,
Varun Sahu
2014 May 05 10:40 AM
2014 May 06 5:07 AM
No We have Simple Executable Program and use Call screen '900'.
Thanks.
PRadip Patel
2014 May 06 7:39 AM
For me the solution to prevent people creating new session, is to open a webdynpro.
Try to create a window without button, you always could drag/drop a sap shortcut command containing a "/o" ...
You will always have the icon on the upper left corner to create new session ..
all this solution will not exist with webdynpro. If you screen is not too hard, you could easily create it in webdynpro.
regards
Fred
2014 May 05 10:46 AM
You said for security reasons you provided your users the possibility with another logon inside the SAP Logon? So there is another part of the applications that are accessed only when the user has the rights to work there? If so, shouldn't in-built roles assigned to the user be all that is necessary?
You should not be trying to disallow the user to create another session - as the session itself does not grant to him / her any privilegues. It is just another place where the user can work. And it should be held like that.
But maybe I did not catch your requirement - please provide more information about the Z-logon screen. What is it?
2014 May 06 5:04 AM
We are simple call screen from our Program Like : CALL SCREEN '900'
thanks.
Pradip Patel
2014 May 06 8:25 AM
PRADIP PATEL wrote:
We are simple call screen from our Program Like : CALL SCREEN '900'
thanks.
Pradip Patel
Repeating that information doesn't help. I think what we all want to know is: what does your screen do - what is it's purpose.