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

Exit when batch characteristic value changes

Former Member
0 Likes
3,133

Hi,

I'm looking for an exit/badi during batch characteristic changes. I'm not looking to change them, I just want to know when they are changing. When a characteristic value changes from, say, 'X' to 'Y', I want to know about it and send a message when the batch is saved.

Anyone know an exit for this? It will always be via MSC2N.

thanks

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
2,055

Did you check BAdI BATCH_MASTER, method IF_EX_BATCH_MASTER->CHECK_CLASSIF_BEFORE_SAVE "Batch Classification Check When Saving" ?

Regards,

Raymond

5 REPLIES 5
Read only

RaymondGiuseppi
Active Contributor
0 Likes
2,056

Did you check BAdI BATCH_MASTER, method IF_EX_BATCH_MASTER->CHECK_CLASSIF_BEFORE_SAVE "Batch Classification Check When Saving" ?

Regards,

Raymond

Read only

0 Likes
2,055

Hi,

meetings now...will check this soon but it's not the classification I'm checking. It's the characteristics. But maybe I can still use it.

thanks Raymond. I'll reply when I can.

Read only

Clemenss
Active Contributor
0 Likes
2,055

Hi Mulcahy Aidan,

google found http://www.easymarketplace.de/userexit.php

BATCHCHK |Function Module Exits for Check in Case of Batch Changes  

Regards

Clemens

Read only

0 Likes
2,055

Complete list for information

    Transaction Code - MSC2N                    Change Batch                                     

 
Enhancement/ Business Add-in           Description                                                   
Business Add-in                                                                                       
BATCH_MASTER                           Enhancements for Batch Master Transactions                    
VB_SLED_MANAGEMENT                     Control of Shelf Life Expiration Date Processing              
VB_GET_POS_PLANT                       Enhancement of Automatic Plant Determination in transn MB56   
VB_GET_EXT_BATCHES                     Access to Customer-Specific Batch Usage Data                  
VB_BD_SELECTION                        Preselection of Batches Within Batch Determination            
Enhancements                                                                                         
BATCHCHK                               Function Module Exits for Check in Case of Batch Changes      
MBCFC010                               Propose batch number on Inventory Management item screen      
SAPLCHVW                               Batch where-used list                                         
SAPLMHD1                               Shelf life expiration date                                    
SAPLV01D                               Determining the initial status of a batch                     
SAPLV01P                               Function Module Exits at Time Batches Are Updated             
SAPLV01Z                               CFCs for internal batch number assignment                     
SAPLV1ZE                               CFCs for external batch number assignment                     
SAPLV1ZN                               CFCs for batch valuation in VB_CREATE_BATCH                   
Enhancement spots                                                                                  
ES_BATCH_SEL_CRITERIA                  Batch Determination Selection Criteria                        
ES_RVBDEACT                                                                                          
ES_RVBCUOBJ                            ES_RVBCUOBJ                                                   
ES_RVBBTREE                                                                                          
ES_RVBARCHW                                                                                          
ES_SAPLCHRG                                                                                          
ES_SAPLCHVW                                                                                          
ES_BADI_VB_CHANGES_TRIGGER             BADI in Function Module VB_CHANGE_DOCUMENT_PREPARE            
ES_BATCH_DATA_CHANGE_INT               Master Data Maintenance for Batches (SAP-Internal)            
ES_BATCH_DEFAULT_STATUS_INT            Determination of Initial Status of New Batch (SAP-Internal)   
ES_BATCH_MASTER_INT                    Enhancements for Batch Master Transaction (SAP-Internal)      
ES_BATCH_NUMBER_INT                    Batch Number Assignment (SAP-Internal)                        
ES_RM07MCHS                                                                                          
ES_RM07MCHW                                                                                          
ES_RM07MMHD                                                                                          
ES_SAPLV01D                                                                                          
ES_SAPLV01F                                                                                          
ES_SAPLV01P                            es_saplv01p                                                   
ES_SAPLV01U                            ES_SAPLV01U                                                   
ES_SAPLV01Z                            es_saplv01z                                                   
ES_CL_IM_BATCH_DETERMINATION                                                                         
ES_SAPLVBWL                                                                                          
ES_RVBARCHR                                                                                          
                                                                                                        

No.of Exits:          9
No.of BADis:          5
No.of ENH-S;         23
  
   

 

Regards,

Raymond

Read only

Former Member
0 Likes
2,055

Thanks guys. I have been side-tracked so have not got to this yet. I'll close it..points awarded. I'd say the the BATCH_MASTER BADI should do it.

thanks