You are on page 1of 2

SAP Note No.

354914

21.03.2016

Page 1

________________________________________________________________________
Number
Version

354914
2

Processor
Processing Status
Implement. Status

GARGANK
In Process
Cannot be implemented

Language
Short Text

EN
Documentation for EXIT_SAPLVBMD_001

Component

LO-BM-SL MHD processing

________________________________________________________________________
Long Text
Symptom
The documentation for customer exit EXIT_SAPLVBMD_001 for
calculating/checking the SLEDs of enhancement SAPLMHD1 is not available.
Reason and Prerequisites
Solution
The following exit of SAP enhancement SAPLMHD1 is available for
calculating and checking the shelf life expiration date with the centr
al function module VB_MAINTAIN_MHD: EXIT_SAPLVBMD_001.
This exit allows you to modify the data for calculating and checking the
SLED (for example, total shelf life, minimum remaining shelf
life) and control the SLED processing more accurately (for example, per
plant or storage location).
Communication structure BNCOM contains the application data for the
corresponding business transaction.
You can change the following parameters in the exit: C_BEZDT,
C_IPRKZ_HBD, C_IPRKZ_RLZ, C_RDMHD, C_GESHB, C_RSTLZ, C_MHDAT, C_HSDAT.
Example:
A different total shelf life applies to certain plants than that which
is maintained in the material master.
CHECK NOT c_geshb IS INITIAL.
CASE i_bncom-werks.
WHEN '0001'.
c_geshb = c_geshb / 2.
WHEN '0002'.
c_geshb = c_geshb / 3.
WHEN '0003'.
c_geshb = c_geshb * 2.
WHEN OTHERS.
ENDCASE.
Other terms

SAP Note No. 354914

21.03.2016

Page 2

________________________________________________________________________
CMOD, SMOD, Include, ZXMHDU01
________________________________________________________________________
Valid Releases
SAP Application
46B
46C

________________________________________________________________________
Links to Support Packages
Software Component

Release

Package Name

________________________________________________________________________
________________________________________________________________________

You might also like