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: 

Screen exit - MB01

Former Member
0 Kudos

Does anyone know if any screen exits are available for the initial screen of MB01 ?

I have a requirement that is to add custom fields to that screen.

I've tried searching for one, with no luck...

3 REPLIES 3

Former Member
0 Kudos

Hi Castro,

You may get the solution by reading the below two thread.

http://scn.sap.com/thread/605437

https://scn.sap.com/message/7608555

Vasanth S

Former Member
0 Kudos

Hi,

I think you can do it with BADI MB_MIGO_BADI.

We can add custom fields to MIGO transaction and restrict them to display only for GR(MB01).

We can add fields to header(MKPF) and item(MSEG) of GR using this BADI.

0 Kudos

I had already looked into BADI MB_MIGO_BADI, and it is not used in MB01.

I've checked the BADIs available with a breakpoint in class CL_EXITHANDLER and none of them is for screen exits