cancel
Showing results for 
Search instead for 
Did you mean: 

Ehancement for MB1A.

former_member16553
Active Participant
0 Kudos

Hi

     I need a exit or badi for MB1A initial screen, I have some exit and badi but did'nt get the one whch will trigger in the initial screen. can you please tell me the approprite one for MB1A initial screen.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You yourself can find that out.

Se24--->CL_EXITHANDLER--->Double click on method get_instance--->Put a break point just after

call method cl_exithandler=>get_class_name_by_interface. Line 28 on my system.

I hope this helps,

Regards

Raju Chitale

former_member189849
Contributor
0 Kudos

hi

The following are the User Exit For MB1A Transaction:

Exit Name     -      Description

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.

Following BADI's are available in MB1A.

ALV_SWITCH_GRID_LIST                            ALV: Customer Exit for Switch Grid to List

FAGL_PERIOD_CHECK                            Posting Period Check

MB_CHECK_LINE_BADI                            BAdI: Check Line Before Copying to the Blocking Tables

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 During Creation of a Material Document

MB_DOCUMENT_BADI_SAP      BADI for Creation and Changing of a Material Document

MB_DOCUMENT_BADI_SAP      BADI for Creation and Changing of a Material Document

MB_DOC_BADI_INTERNAL      BAdIs During Creation of a Material Document (SAP Internal)

MB_ME_CSGMT_BADI_SAP      BAdI: Consignment Processing - Stock Transfer

MB_QUAN_CHECK_BADI                           BAdI: Item Data at Time of Quantity Check

MB_STOR_LOC_BADI_GTS     BADI to Check and Change Storage Location (GTS Fct. Only)

ME_DP_CLEARING                          Clearing (Offsetting) of Down Payments and Payment Requests

VB_SLED_MANAGEMENT                          Control of Shelf Life Expiration Date Processing

W_RETAILSYSTEM_IDENT      Identification of the System Configuration 'SAP Retail'

Check which one is suitable for you. If BADI then implement in se19 and for customerexit in CMOD.