2011 Mar 02 11:03 AM
Hi ,
I tried using the user exit EXIT_SAPLSUSF_001 for su01 but its not getting triggered..
actually whenever i enter some data and press save in the user profie parameters...the respective exit should trigger ..
am using EXIT_SAPLSUSF_001 but its not getting triggered..
any other badi or exit for it..
thanks
suresh
Hi ,
I tried using the user exit EXIT_SAPLSUSF_001 for su01 but its not getting triggered..
actually whenever i enter some data and press save in the user profie parameters...the respective exit should trigger ..
am using EXIT_SAPLSUSF_001 but its not getting triggered..
any other badi or exit for it..
thanks
suresh
2011 Mar 02 11:07 AM
2011 Mar 02 11:09 AM
Hi,
this exit is called in fm SUSR_LOGON_USER_EXIT after logon of a user. It is not for use in SU01.
What do you want to do with an exit in SU01?
Regards,
Klaus
2011 Mar 02 11:37 AM
There are many different BADI's which trigger depending on what tab you modify in SU01. Put a break point in CL_EXITHANDLER=>GET_INSTANCE and identify the exact BADI you need.
Note : I tried updating the Address tab of SU01, the following BADI's we triggered,
ADDRESS_UPDATE
HRBAS00INFTY
HRFPM_FTE_DISPATCHER
LSO_CORRESPONDENCE41
Regards
Ranganath
2011 Mar 02 2:54 PM
2011 Mar 02 3:06 PM
Hi Raymond,
Thanks for the response !
there are couple of badis which are triggerred among which is "address_update" ..
am doing some validation check in the method of this badi .., when check fails ..am throwing an error message in user profile ....
but the message is shown on some other screen rather than on the screen where we fill the parameter ids & values.
is there any way to do it?
and also is there any way to handle the authorizations for a particular parameter id in a user profile..means only user admin should be able to edit the parameter id values not all other users should be able do it?
thanks
suresh
2011 Mar 23 11:47 PM