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: 

User-exists / BADI for MI01/MI04/MI07

Former Member
0 Kudos

How to find out the user-exist / BADI for MI01 / MI04/ MI07? Thank you!

Moderator message: please do more research before posting.

Message was edited by: Thomas Zloch

2 REPLIES 2

raymond_giuseppi
Active Contributor
0 Kudos

(FAQ) Did you use the search tool with keywords like find customer exit badi before posting ?

Regards,

Raymond

Former Member
0 Kudos

Hi ,

Goto SE24 and give the name as CL_EXITHANDLER and double click the GET_INSTANCE

Then inside the place the break point in

CALL METHOD cl_exithandler=>get_class_name_by_interface

Then run your t.code and find the badi available for the transaction in the parameter exit_name.

Thanks,

Pradeep.