‎2006 Jul 20 12:58 PM
hi frnds,
I have added some code in the include of a user exit. the code changes the date ( shelf life expiration date in transaction code MSC2N ) . But the changed code is not getting reflected in the screen. How do i transfer the changed value to the standard screen ?
Regards,
Madan..
‎2006 Jul 20 12:59 PM
Hello,
Have U activated the project in CMOD. Check that.
If useful reward points.
Vasanth
‎2006 Jul 20 12:59 PM
Hello,
Have U activated the project in CMOD. Check that.
If useful reward points.
Vasanth
‎2006 Jul 20 1:04 PM
Only issue i could see is Activation.
Better after activation, set a break point and see the control.
for temp you can hard code your break-point as
if sy-uname eq 'your name'.
BREAK-POINT.
ENDIF.
this way you can trace the reason.
cheers,
TM.
‎2006 Jul 20 1:54 PM
HI
GOOD
TRY WITH THESE USEREXITS
BATCHCHK Function Module Exits for Check in Case of Batch Changes
MBCFC010 Propose batch number on Inventory Management item screen
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
SAPLCHVW Batch where-used list
THANKS
MRUTYUN