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

Stop to Create New Session.

Former Member
0 Likes
1,752

    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.

7 REPLIES 7
Read only

Former Member
0 Likes
1,476

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

Read only

FredericGirod
Active Contributor
0 Likes
1,476

Coud you create your screen in Webdynpro ?

Fred

Read only

0 Likes
1,476

No We have Simple Executable Program and use Call screen '900'.

Thanks.

PRadip Patel

Read only

0 Likes
1,476

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

Read only

Former Member
0 Likes
1,476

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?

Read only

0 Likes
1,476

We are simple call screen from our Program Like : CALL SCREEN '900'






thanks.


Pradip Patel

Read only

matt
Active Contributor
0 Likes
1,476

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.