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: 

Suitable BADI or EXIT to update the shelf life details in MCHA table when we are creating the batch

0 Kudos

Hi,

I have a requirement with BADI or EXIT to update the shelf life details (HSDAT/VFDAT) in MCHA table when we are creating the batch in CO02 tcode. can anyone provide the suitable BADI/EXIT to achieve the requirement.

2 REPLIES 2

NTeunckens
Active Contributor

See this Question from the past, suggesting User-Exit : link

Further, see the following Notes :

  • SAP-Note 619913 "FAQ Basic Batch Management Functions"
  • SAP-Note 440857 "Problems with Batches from Order Items"


... You can also use various Methods to trigger User-Exits and BAdI's in search for the best solution, see this link on some of the ways to do this.

0 Kudos

Thanks for your reply!

I have found the one user exit for this requirement.

Enhancement Name : SAPLV1ZN

In this enhancement, Exit-013 is used to maintain the batch master record.

FM : BAPI_BATCH_CHANGE will be called through this exit.

Thanks,

Ashok