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

finding the user exit

Former Member
0 Likes
1,317

hi all,

My requirement is to find the user exit or badi that is used in mb01 transaction that will populate date for 991 movement only based on the batch code entered.

hi all,

My requirement is to find the user exit or badi that is used in mb01 transaction that will populate date for 991 movement only based on the batch code entered.

5 REPLIES 5
Read only

Former Member
0 Likes
1,069

Hi

Enhancement/ Business Add-in Description

Enhancement

MB_CF001

Customer Function Exit in the Case of Updating a Art. Doc.

MBCF0011

Read from RESB and RKPF for print list in MB26

MBCF0010

Customer exit: Create reservation BAPI_RESERVATION_CREATE1

MBCF0009

Filling the storage location field

MBCF0007

Customer function exit: Updating a reservation

MBCF0006

Customer function for WBS element

MBCF0005

Article document item for goods receipt/issue slip

MBCF0002

Customer function exit: Segment text in article doc. item

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

If it is helpful rewards points.

Regards

Pratap.M

Read only

0 Likes
1,069

thanks for ur reply,

my requirement is to know which badi suits for my requirement that is which vill triger while poulating the batch code date in mb01 transaction.

Read only

Former Member
0 Likes
1,069

hai Reddy,

I am Genaralising This For U.

It Is ver EASY Procees.

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.

Ok IF helpful Reward.

Regards

Eshwar

Read only

0 Likes
1,069

hi eswar,

thnaks a lot for u r reply but my requirement is to find the badi which vill trigeerr while the populating tha batch code date in the mb01 transaction.

Read only

Former Member
0 Likes
1,069

Hi,

To find the badi for a particular transaction goto TCode SE24 and give the class name as CL_EXITHANDLER and then display it. now double-click on GET_INSTANCE you will get some source code , put a break point on class nam eand give TCode on command field then debugging will on for particular transaction. double click on class name you will get required badi.

I think ATP_PUBLISH_RESULTS badi satisfies your requirement and in that choose PUBLISH_APO_ATP_RESULTS method to write your source code.

Coming to user exit component MBCF0002 may be useful to your requirement.Write the souce code in exit EXIT_SAPMM07M_001.

If helpful please reward points.