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: 

Need a pop up screen/ Transaction when user logs into the system

0 Kudos

our client is required a pop up screen when user logs into the system with specific user ids. like if a user logins into system wih a user id starts with $ ( e.g $userid).

2 REPLIES 2

Former Member
0 Kudos

Hello Purnachander!

You can use the SUSR0001 enhancement.

Use CMOD, create a Z project, enter SUSR0001 in the enhancement column. Then select the function,

double click in the Z include, then insert your code (I.E.: CALL FUNCTION 'POPUP_TO_INFORM').

Best Regards.

Claudio (Aparatey)

0 Kudos

Hi the user exit is working fine in 4.7 and above environment. but it is not working in 4.5 and 4.6 environment.

let me know if you any body knows how we can achieve this in 4.6 environment.