‎2007 Apr 30 9:45 PM
Hi,
In transaction MSC2n, to change/update the shelf life exp date, the user exit is as follows.EXIT_SAPLVBMD_001. I have a FM that generates an IDOC in case of any change in the date. when i try to call this FM in above mentioned customer exit the importing field I_BNCOM - Batch Number Allocation: Communication Block (Dialog) is not populating any values. If i hardcode the values of FM parameters, the user exit is triggered and it works fine but does not work when i try to pass the importing parameter of user exit.
Does anyone know how to fix this?
Regards,
Ramya
‎2007 Apr 30 11:16 PM
Hi,
It doesnt matter of how you are passing parameters to the FM in the user exit. Better try to pass the importing data into local variables and try to use the same to call FM.
Thanks,
Basha
‎2007 May 29 8:21 PM
The check before the exit function fails and it does not passs any values.
Instead used a BADi BATCH_MASTER where the interface and method is trigerred once the Shelf life date is entered. VFDAT.
Ramya