cancel
Showing results for 
Search instead for 
Did you mean: 

How to use the user exits in Po

Former Member
0 Kudos

Guru

I need the dtails configration req for User Exit for orint MIgo

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member199502
Active Contributor
0 Kudos

Hi ,

Question is not clear.

If you want to find a user exit,please refer below

1. Go to the TCode SE24 and enter CL_EXITHANDLER as object type.

2. In 'Display' mode, go to 'Methods' tab.

3. Double click the method 'Get Instance' to display it source code.

4. Set a breakpoint on 'CALL METHOD cl_exithandler=>get_class_name_by_interface'.

5. Then run your transaction.

6. The screen will stop at this method.

7. Check the value of parameter 'EXIT_NAME'. It will show you the BADI for that transaction.

Some important user exits in MIGO

MB_CHECK_LINE_BADI*..............BAdI: Check Line Before Copying to the Blocking Tables

MB_CIN_LMBMBU04...................posting of gr

MB_CIN_MM07MFB7...................BAdI for India Version exit in include MM07MFB7

MB_CIN_MM07MFB7_QTY...........Proposal of quantity from Excise invoice in GR

MB_DOCUMENT_BADI................ BAdIs when Creating a Material Document

MB_DOCUMENT_UPDATE ..........BADI when updating material document: MSEG and MKPF

MB_MIGO_BADI .........................BAdI in MIGO for External Detail Subscreens

MB_MIGO_ITEM_BADI ................BAdI in MIGO for Changing Item Data

MB_RESERVATION_BADI............MB21/MB22: Check and Complete Dialog Data

Hope it helps

Answers (0)