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: 

What is exit or BADI name in MB1A transaction

Former Member
0 Kudos

Hi Friends,

what is the Exit or BADI name to add Screen field (material description MAKTX) in the MB1A transaction second screen.

Thanks and Regards,

surya

1 ACCEPTED SOLUTION

Former Member
0 Kudos

The below are the available user exits for MB1A.

MBCF0002 Customer function exit: Segment text in material doc. item

MBCF0005 Material document item for goods receipt/issue slip

MBCF0006 Customer function for WBS element

MBCF0007 Customer function exit: Updating a reservation

MBCF0009 Filling the storage location field

MBCF0010 Customer exit: Create reservation

BAPI_RESERVATION_CREATE1

MBCF0011 Read from RESB and RKPF for print list in MB26

MB_CF001 Customer Function Exit in the Case of Updating a Mat. Doc.

To check for the suitable badi, Go to transaction SE24 and give the Object type as CL_EXITHANDLER and click on Display button.

Double click on method GET_INSTANCE, put a break point on case statement.

Execute your transaction and look for variable EXIT_NAME at your scenario then It will show the available badi's.

Reward if it is useful.

4 REPLIES 4

Former Member
0 Kudos

The below are the available user exits for MB1A.

MBCF0002 Customer function exit: Segment text in material doc. item

MBCF0005 Material document item for goods receipt/issue slip

MBCF0006 Customer function for WBS element

MBCF0007 Customer function exit: Updating a reservation

MBCF0009 Filling the storage location field

MBCF0010 Customer exit: Create reservation

BAPI_RESERVATION_CREATE1

MBCF0011 Read from RESB and RKPF for print list in MB26

MB_CF001 Customer Function Exit in the Case of Updating a Mat. Doc.

To check for the suitable badi, Go to transaction SE24 and give the Object type as CL_EXITHANDLER and click on Display button.

Double click on method GET_INSTANCE, put a break point on case statement.

Execute your transaction and look for variable EXIT_NAME at your scenario then It will show the available badi's.

Reward if it is useful.

0 Kudos

Hi sravan,

I checked all these exits, these all have function module exits only, there is no screen exit among them.. and

I found these badis in debugging mode

ATP_PUBLISH_RESULTS

MB_QUAN_CHECK_BADI

MB_QUAN_LINE_BADI

CHECK_COBL_ADDON.

Can u explain what is suitable to add the material description field(MAKTX) in the second screen after material number in MB1A trasaction. For me this is first time to do on this..

Best regards,

Surya

Edited by: Surya Rao M on Feb 29, 2008 7:27 AM

0 Kudos

Hi Surya,

How did you solve this issue ?

I have exactly the same requirement to add fields to MB1A's second screen, but found no solution so far!

0 Kudos

Hi Surya,

                     I am facing same problem regarding adding work center field in MB1A in second screen.i have search User exit and BADI but didnot help me out.

Please give some suggestion as i am not able to figure out the solution for this.

Thanks!

Regards

Saurabh