Application Development 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: 

Which form is called when user is login, urgent!

Former Member
0 Kudos

Hi all.

We have add a user enhancement for user exit.

The effect is.

When user login in R/3 for 1 more connections, the R/3 system will prompt user ' you have already login in R/3 ', and do not permit user to login in R/3 again.

Now we prompt user a simple message.

What I want to enhance is try to prompt user a standard dialog ( which is used by R/3 system ) to let user choose to continue or abort the login in.

I notice that in default R/3 system, there is such dialog will pop up when user login in R/3 for 1 more connections.

How can I call this dialog form ? I could not find this dialog name.

Thanks a lot.

8 REPLIES 8

former_member188685
Active Contributor
0 Kudos

Hi,

This is the program <b>SAPMSYST</b> but it is protected.

Regards

vijay

Former Member
0 Kudos

Hello,

Go to the transaction SE51 . Give the program name as <b>SAPMSYST</b> and the screen number as <b>0500</b>

This is the screen that you are talking about. However, you will not be able to see the code for this program, as it is a system program and it is prohibited for anyone to see this program code.

Hope this helps...

Regards,

Anand Mandalika.

0 Kudos

Hi Thanks a lot.

Your reply greatly help us.

Just a small question.

If I set the disable_multi_login = true.

The pop up window will only have 2 options ( continue kickoff old; abort ).

How to call this 2 option- pop up window ?

Thanks a lot.

0 Kudos

Hi,

You can make use of some function modules to achieve this functionality, for ex, POPUP_TO_CONFIRM,

Rgds,

0 Kudos

Hi,

try to Design the same screen and set as Modal Dialog box and using call screen starting and ending option you call that screen as popup. don't use the SAP standard log in screens.

Regards

vijay

Former Member
0 Kudos

hi

in transaction RZ10 or RZ11 you can set these

i am not sure cause i am not able toc heck it here

if its useful make use og it

Harish

Former Member
0 Kudos

Hi

Try the enhancement SUSR0001: exit EXIT_SAPLSUSF_001

Max

0 Kudos

Hi all.

Thanks a lot.

We will create a new dialog screen and develop our own dialog.

Without using the existed one.