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: 

BADi/UserExit for MIGO : To popup batch classification screen auto

Former Member
0 Kudos

Hi all,

I want to pop up batch classification screen automatically in MIGO when performing a goods movement . In MIGO there is a command button for that to open up the batch classification screen, but my requirement is when click CHECK or SAVE button, branch it to batch classification screen if those characteristics are not maintained.

Please reply .

Thanks and Best regards,

Sandun

3 REPLIES 3

Former Member
0 Kudos

HI ,

Chk BADI using these steps..

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.

Former Member
0 Kudos

Did you find a solution for this?

Thx Seba

Former Member
0 Kudos

Check these BADIs:

MB_MIGO_BADI

MB_MIGO_BADI

MB_MIGO_ITEM_BADI

MB_MIGO_SC_PO_TRANSFER

--

Reddy