Application Development and Automation 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: 
Read only

USER EXIT for su01

Former Member
0 Likes
2,331

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

6 REPLIES 6
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,524

Did you affect extension SUSR0001 to a project via transaction CMOD, did you activate the project ?

(But this exit is called at connexion time not when SU01 is called)

You could check Enhancement Spots BADI_ESH_USER_AUTH and BADI_EXTEND_IDENTITY ?

Regards,

Raymond

Read only

Former Member
0 Likes
1,524

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

Read only

0 Likes
1,524

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

Read only

0 Likes
1,524

Remenber that [CL_EXITHANDLER=>GET_INSTANCE|http://help.sap.com/saphelp_banking60/helpdata/en/eb/3e7cf1940e11d295df0000e82de14a/frameset.htm] is only triggered by classic BAdIs and not by modern BAdIs which use a [GET BADI|http://help.sap.com/abapdocu_70/en/ABAPGET_BADI.htm].

Regards,

Raymond

Read only

0 Likes
1,524

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

Read only

0 Likes
1,524

Hi Suresh,

I have the same problem as you had in this thread

Please let me if you have a solution for this. Appreciate your help.

Karthik.