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: 

Common BADI

Former Member
0 Kudos

Hi Gurus,

Is there any common BADI for transactions

IW31: Change work order

MB21: Create reservation

ME51N: Create Purchase requisition

ME21N: create Purchase order

MIGO: Post Goods Movement

Thanks in advance.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Das,

there is no common BADI or User exit for all given 5 transactions..

these are the individual user exits


Transaction Code - IW31                     Create Order
 Exit Name           Description
 IWO10012            Maintenance order: Priority handling on central header


Transaction Code - MB21                     Create Reservation                          
 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.         
   

Transaction Code - ME51N                    Create Purchase Requisition
 Exit Name           Description
 MEREQ001            Customers' Own Data in Purchase Requisition    

Transaction Code - MIGO                     Goods movement                         
 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  
  

regards,

Prabhudas

2 REPLIES 2

Former Member
0 Kudos

Try the following,

ME_CHECK_ALL_ITEMS

ME_CCP_ACTIVE_CHECK

MD_EXT_SUP

ME_DEFINE_CALCTYPE

MD_STOCK_TRANSFER

ME_PROCESS_PO_CUST

Former Member
0 Kudos

Hi Das,

there is no common BADI or User exit for all given 5 transactions..

these are the individual user exits


Transaction Code - IW31                     Create Order
 Exit Name           Description
 IWO10012            Maintenance order: Priority handling on central header


Transaction Code - MB21                     Create Reservation                          
 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.         
   

Transaction Code - ME51N                    Create Purchase Requisition
 Exit Name           Description
 MEREQ001            Customers' Own Data in Purchase Requisition    

Transaction Code - MIGO                     Goods movement                         
 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  
  

regards,

Prabhudas