cancel
Showing results for 
Search instead for 
Did you mean: 

Need Badi or User exit on MB1B transaction .

Former Member
0 Kudos

Hi All,

Need Badi or User exit on MB1B transaction which will trigger after postintg of the document.

Thanks,

Krishan kant sharma

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Thanks

Ganesh

Former Member
0 Kudos

Hi Krishankant,

Following are the BADIs for MB1B transaction:

ARC_MM_MATBEL_CHECK Check Add-On-Specific Criteria for MM_MATBEL

ARC_MM_MATBEL_WRITE Check Add-On-Specific Data for MM_MATBEL

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

Following are the user exit for the same:

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

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

Hope this will help.

Regards,

Nitin.

Former Member
0 Kudos

hi

goto SE24

display the class CL_EXITHANDLER

double click on GET_INSTANCE

put a break point

run the transaction

check the value in the EXIT_NAME

you can see all available badis.

cheers!!!