Implementation of SAP Logon User Exit SUSR0001
Implementation of SAP Logon User Exit SUSR0001
8. Never mind press enter.It will ask to create the include.Press yes and choose
package and give workbench request.
9. Paste following code and activate the function exit.Go back to CMOD and
activate the ZENH project also.
CALL FUNCTION 'POPUP_TO_INFORM'
EXPORTING
titel = 'Welcome to SAP !'
txt1 = 'Have A Nice Day'
txt2 = 'Keep Rocking' *
TXT3 = ' ' *
TXT4 = ' '.
10. Now we can test try logout and login.
11. You will see the output as shown in below image.
Note:This user exit does not trigger on rfc logon to sap system.
Hope you liked this post.please share your thoughts...