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: 

SU01 -- User Exit?

Former Member
0 Kudos

Hi,

When I delete some user with SU01 I have to update table CNCCRMPRSAP090.

What is the best wat to do this?

Is there a user exit of badi in SU01?

tnx.

1 ACCEPTED SOLUTION

GauthamV
Active Contributor
0 Kudos

Try this exit.

SUSR0001

5 REPLIES 5

GauthamV
Active Contributor
0 Kudos

Try this exit.

SUSR0001

Subhankar
Active Contributor
0 Kudos

Hi..

Exit name ZXUSRU01

Former Member
0 Kudos

hello friend,

For User Exit's

goto to tcode->status->program name->double click on that,

then goto to-> attribute take the package name and

Goto SMOD tcode ->Utilities->give the package name and F8

then a list of exits will displkay for that tcode as well as that package.

For BADI's,

1)goto to tcode SE24 give the CL_EXITHANDLER and display and then double click on the GET_INSTANCE

keep Break point at this location 'call method cl_exithandler=>get_class_name_by_interface'

then the tcode it will trigger there and we can debugg there we can find badi'for that tcode and then remove the break point.

2)Goto to tcode->status->program name->double click on that program will display's

then press crtl+F then cl_exithandler

Thank u,

Santhosh

Former Member
0 Kudos

Hi

following is the user exit -


SUSR0001 User exit after logon to SAP System

regards

Prashant

Former Member
0 Kudos

Hi,

check this link.

Hope it will help you.

Regards:

Alok