2005 May 31 11:21 AM
hi,
I want to display message as soon as user login to SAP system. can anyone please tell me is there any user exit after logon to SAP? and can i do modification ?
with my finding here is the user exit "SUSR0001" for user after logon please let me know i am right. if i modify Function module define in this enhancement will it be fine.
thanks
john
2005 Jun 01 6:26 AM
thanks durairaj & joseph,
whatever your comments send are useful.
joseph - thanks for step as you mentioned i had followed those but when i double click on INCLUDE ZXUSRU01 it is says program names ZX... are reserved for includes of exit function groups. please tell me what should i do to achieve my goal.
thanks
john.
hi,
I want to display message as soon as user login to SAP system. can anyone please tell me is there any user exit after logon to SAP? and can i do modification ?
with my finding here is the user exit "SUSR0001" for user after logon please let me know i am right. if i modify Function module define in this enhancement will it be fine.
thanks
john
2005 May 31 11:39 AM
This is the right user exit.
go to the FM EXIT_SAPLSUSF_001 and modify the include to add your code.
also check out this link where they have done similar kind of stuff.
http://www.sapgenie.com/abap/sendmsg.htm
Regards
Raja
2005 May 31 11:45 AM
Hi,
I never test it but according to the documentation it seems to feet your need.
1/ transaction cmod
2/ create a project (Ztest)
3/ give a short text
4/ press "Enhancement assignments" button
5/ in Enhancement add "SUSR0001". then press Components.
6/ double click on EXIT_SAPLSUSF_001
7/ double click on ZXUSRU01. The system will ask to creat te include...
8/ put your code. Save/activate
9/ go back to Component and activate.
hope it's clear
2005 Jun 01 6:26 AM
thanks durairaj & joseph,
whatever your comments send are useful.
joseph - thanks for step as you mentioned i had followed those but when i double click on INCLUDE ZXUSRU01 it is says program names ZX... are reserved for includes of exit function groups. please tell me what should i do to achieve my goal.
thanks
john.
2005 Jun 01 6:37 AM
2005 Jun 01 7:36 AM
It should be a warning (with yellow mark). Hit the Enter key to proceed.
2005 Jun 01 8:05 AM
as Sergei said Just press enter.
So after pressing enter, the system will ask you to assign this include to a package and after the system will ask you to assign this include to a transport number.
Just remember to activate your code and <b>also</b> activate the component (this is important).
joseph
Message was edited by: joseph fryda
Message was edited by: joseph fryda
Message was edited by: joseph fryda
2005 Jun 01 2:45 PM
Thanks you all.....
that was good.... i got what i wanted ...
another thing i want to know is there any way i can get the user exit for tcode say su01 , mm01 etc.
regards
john
2005 Jun 01 4:05 PM
Have you tried SM02 transaction for system messages.
It will not be a warning message on the bar but a pop up - you can proceed via Enter and you can also schedule and work it like a background job.
Hope it helps.
Regards,
Aditya
2005 Jun 01 4:12 PM
If you want to find any user exits in any transaction, go intot he program of the transaction, do a global search for CALL CUSTOMER-FUNCTION.
That will give you any user exits present in the transaction.
Regards,
Aditya
2005 Aug 16 12:53 PM
i tried the this FM and exit but i get not action wen i connect to sap.... and i cant debug this exit.. can any one help me why doesnt it work??
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |