cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding BADI for ML81N(service Entry)

Former Member
0 Kudos

Hi,

I need BADI for ML81N(service Entry). Iam new with BADI's. I dont know how to find the BADI's for transaction. So can any one help me how to find badis. How to implement the badi. I need Badi for ML81N which is triggerd after save only. Please help me regarding in this. it is very urjent.

Regards,

Kumar

Accepted Solutions (0)

Answers (1)

Answers (1)

christian_wohlfahrt
Active Contributor
0 Kudos

Hi Koray!

BADIs definitions can be viewed with SE18, you can implement your exit with SE19.

How to search? Look for dev.class / package of your application -> ML. Go to SE18, enter * F4, restrict search by package ML -> nothing left, there is no BADI for this transaction.

Have a look, if you can assign an output message. Instead of a printout, assign your own program/form routine as print routine and make your changes.

Regards,

Christian

furlan
Participant
0 Kudos

Hello Koray,

When I need to find a BADI, I put a break-point in CL_EXITHANDLER (transaction SE24) at GET_INSTANCE method and run the busines transaction, por example MIRO, MIGO and ML81N.

Bye!

Furlan