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

user exits

Former Member
0 Likes
446

when none of the userexits(MB01) are workin out n none of the badis(MB01) are workin out due to export parameters.. how could i search for correct user exit by debuggin MB01.. ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
406

Did you check these BADI's

MB_MIGO_BADI

MB_MIGO_ITEM_BADI

and Use MIGO instead of MB01.

3 REPLIES 3
Read only

Former Member
0 Likes
407

Did you check these BADI's

MB_MIGO_BADI

MB_MIGO_ITEM_BADI

and Use MIGO instead of MB01.

Read only

Former Member
0 Likes
406

Hi,

User exits for mbo1 are:

Business Add-in

MB_RESERVATION_BADI

MB21/MB22: Check and Complete Dialog Data

MB_QUAN_CHECK_BADI

BAdI: Item Data at Time of Quantity Check

MB_PHYSINV_INTERNAL

Connection: Core Inventory and Retail AddOn

MB_MIGO_ITEM_BADI

BAdI in MIGO for Changing Item Data

MB_MIGO_BADI

BAdI in MIGO for External Detail Subscreens

MB_DOC_BADI_INTERNAL

BAdIs when Creating an Article Document (SAP Internal)

MB_DOCUMENT_UPDATE

BADI when updating article document: MSEG and MKPF

MB_DOCUMENT_BADI

BAdIs when Creating an Article Document

MB_CIN_MM07MFB7_QTY

Proposal of quantity from Excise invoice in GR

MB_CIN_MM07MFB7

BAdI for India Version exit in include MM07MFB7

MB_CIN_LMBMBU04

posting of gr

MB_CHECK_LINE_BADI

BAdI: Check Line Before Copying to the Blocking Tables

ARC_MM_MATBEL_WRITE

Check Add-On-Specific Data for MM_MATBEL

ARC_MM_MATBEL_CHECK

Check Add-On-Specific Criteria for MM_MATBEL

To find user exit for any transaction do this :

Justt Go To SE84

Give The PRogram Name Or PAckage name In Which ME22N is present.

Then Click On Display

Then Click On Enhancements

Then U will Get USer Exits Aswell As BAdis.

Reward Points if found helpfull..

Cheers,

Chandra Sekhar.

Read only

Former Member
0 Likes
406

Thnx for the answers