This is not an abap technical question . Its something that needs to be asked to abap Consultant.
For a material, I am getting the batch number from mchb table .. But I am not getting the Shelf Life Expiration Date For Batches . Can u please tell me the table from where i can get it . Help me if u are able to. Bcoz I am struggling with this small problem ..
Thanking all of u in advance.
Hi Shankar,
If you look at the program, it is selecting from the view V_MMIM_LC, but it is selecting the shelf life expiration date from MCHA or MCH1 only.
If the total shelf life in days is maintained in the material master(MARA-MHDHB), then system calculates the shelf life expiration date. It takes the date of first goods receipt as the production date and adds the total shelf life(in days or weeks or months or years depending on the period indicator MARA-IPRKZ) to it to get the shelf life expiration date.
See if this is how it is doing in your system.
Please let me know if this helped.
Srinivas
Add a comment