Application Development and Automation 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: 
Read only

Screen exit - MB01

Former Member
0 Likes
755

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...

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
Read only

Former Member
0 Likes
641

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

Read only

Former Member
0 Likes
641

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.

Read only

0 Likes
641

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