cancel
Showing results for 
Search instead for 
Did you mean: 

Shelf Life Expiry date of batch stock

Former Member
0 Kudos

Dear All,

We are trying to CIF batch-stock data from R/3 to APO. We would like to modify the Shelf Life Expiration Date (stored in table MCH1-VFDAT) of batch-stock while CIFing. Is there any user exit/BADI available to do so?

Kindly suggest.

Regards,

Karen

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Please check below user exit in SMOD tcode:

CIFBTC01 Enhancement for Transferring Customer-Specific Batch Field.

Manish

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi all,

I solved this issue by implementing BADI SMOD_APOCF035 in APO.

In this BADI, I modified the shelf life period coming to APO. Due to this, the shelf life expiration date gets modified automatically.

Regards,

Karen

Former Member
0 Kudos

You can check enhancement APOCF011 to influence stock data transferred via SAP APO Core Interface (CIF) from SAP APO before further processing takes place.

Former Member
0 Kudos

Hi ,

Please check user exit :CIFSHLF1 Customer Exits for Shelf Life

Manish

Former Member
0 Kudos

Function module exit EXIT_SAPLMHD1_001 exists in the SAP enhancement SAPLMHD1 for calculating and checking the shelf life expiration date.

This is R/3 customer exit to activate enhancement you need to create & activate project.

SLED calculation happens only in R/3 , We don't have any CIF specific user exit for SLED calculation.

Sanjay